forked from OSchip/llvm-project
[gn build] (manually) port f9aba9a5af
This commit is contained in:
parent
fdf33771fe
commit
a127dffc49
|
@ -127,9 +127,6 @@ 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",
|
||||
|
@ -340,6 +337,10 @@ write_cmake_config("llvm-config") {
|
|||
"LLVM_NATIVE_TARGET=1",
|
||||
"LLVM_NATIVE_TARGETINFO=1",
|
||||
"LLVM_NATIVE_TARGETMC=1",
|
||||
|
||||
# FIXME: Set to 1 on mac once the 10.14 SDK is in common use.
|
||||
"LLVM_SUPPORT_XCODE_SIGNPOSTS=",
|
||||
|
||||
"LLVM_USE_INTEL_JITEVENTS=",
|
||||
"LLVM_USE_OPROFILE=",
|
||||
"LLVM_USE_PERF=",
|
||||
|
|
Loading…
Reference in New Issue