forked from OSchip/llvm-project
parent
79d5e16f51
commit
ace244ea3c
|
|
@ -125,6 +125,9 @@ write_cmake_config("config") {
|
|||
"LLVM_GISEL_COV_ENABLED=",
|
||||
"LLVM_GISEL_COV_PREFIX=",
|
||||
|
||||
# FIXME: Set to 1 on mac once the 10.14 SDK is in common use.
|
||||
"LLVM_SUPPORT_XCODE_SIGNPOSTS=",
|
||||
|
||||
# This is both in llvm-config.h and config.h; llvm-config.h doesn't
|
||||
# define it if it's not set while config.h defines it to empty in that case.
|
||||
"LLVM_DEFAULT_TARGET_TRIPLE=$llvm_target_triple",
|
||||
|
|
|
|||
Loading…
Reference in New Issue