Files
clang-p2996/llvm/utils/gn/build/libs/edit/enable.gni
Nico Weber 2b506d9fe9 [gn build] Add build files for llvm/lib/{LineEditor,Testing/Support,TextAPI}
Nothing pulls them in yet, but they will be needed for check-llvm.

LineEditor depends on libedit, so create a gn/build/lib for it, following the
usual pattern.

Differential Revision: https://reviews.llvm.org/D56316

llvm-svn: 350407
2019-01-04 17:11:46 +00:00

4 lines
60 B
Plaintext

declare_args() {
llvm_enable_libedit = host_os == "mac"
}