[Bazel] Update config for 070315d04c6b
authorGeoffrey Martin-Noble <gcmn@google.com>
Mon, 11 Oct 2021 18:22:27 +0000 (11:22 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Mon, 11 Oct 2021 18:44:38 +0000 (11:44 -0700)
This updates the Bazel configuration for
https://github.com/llvm/llvm-project/commit/070315d04c6b which moved
`LLVM_SUPPORT_XCODE_SIGNPOSTS` from llvm-config.h.cmake to
config.h.cmake.

Also adds a comment for `HAVE_PROC_PID_RUSAGE`, that I spotted was
missing.

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

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h
utils/bazel/llvm_configs/config.h.cmake
utils/bazel/llvm_configs/llvm-config.h.cmake

index 03a2fa6591eecafc09bf6dcbade5b773b69e6f38..3fead191388fdc48bd7661c2a82a02cce6509a98 100644 (file)
 /* Define to the default GlobalISel coverage file prefix */
 /* #undef LLVM_GISEL_COV_PREFIX */
 
+/* Whether Timers signpost passes in Xcode Instruments */
+#define LLVM_SUPPORT_XCODE_SIGNPOSTS 0
+
+/* HAVE_PROC_PID_RUSAGE defined in Bazel */
+
 #endif
index 1f7b7bf40f6b0e1fcbce75d6d25f6a7f650bbe97..6b64c9a0600533bac00b84146d14bc9ed4117c20 100644 (file)
 /* Define if the xar_open() function is supported this platform. */
 /* #undef HAVE_LIBXAR */
 
-/* Whether Timers signpost passes in Xcode Instruments */
-#define LLVM_SUPPORT_XCODE_SIGNPOSTS 0
-
 #endif
index d7cd44b5db36a8cf3c352206c5da7c578e3a67e5..37a0d234844d190eefda4a02538907e52bb60f99 100644 (file)
 /* Define to the default GlobalISel coverage file prefix */
 #cmakedefine LLVM_GISEL_COV_PREFIX "${LLVM_GISEL_COV_PREFIX}"
 
+/* Whether Timers signpost passes in Xcode Instruments */
+#cmakedefine01 LLVM_SUPPORT_XCODE_SIGNPOSTS
+
 #cmakedefine HAVE_PROC_PID_RUSAGE 1
 
 #endif
index 82a979411209772305c7932461cfbd0b2a3b8905..169f59695e5ed1be1b6508cdba387663ed40b142 100644 (file)
 /* Define if the xar_open() function is supported on this platform. */
 #cmakedefine LLVM_HAVE_LIBXAR ${LLVM_HAVE_LIBXAR}
 
-/* Whether Timers signpost passes in Xcode Instruments */
-#cmakedefine01 LLVM_SUPPORT_XCODE_SIGNPOSTS
-
-
 #endif