From: Nico Weber Date: Wed, 20 Feb 2019 00:34:19 +0000 (+0000) Subject: gn build: Merge r354365 more X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=760f1dae386a594ed417e12b0f29512ed79859a0;p=llvm gn build: Merge r354365 more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354413 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn b/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn index 4d0a3a8144c..84e6001c6c2 100644 --- a/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn +++ b/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn @@ -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",