]> granicus.if.org Git - llvm/commitdiff
gn build: Merge r354365 more
authorNico Weber <nicolasweber@gmx.de>
Wed, 20 Feb 2019 00:34:19 +0000 (00:34 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 20 Feb 2019 00:34:19 +0000 (00:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354413 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

index 4d0a3a8144ce32e70c3af1fed0d09b000c724043..84e6001c6c252ffa9701ad136544bcabe07279d2 100644 (file)
@@ -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",