[Bazel] Update config for 070315d04c

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
This commit is contained in:
Geoffrey Martin-Noble 2021-10-11 11:22:27 -07:00
parent 76495ea317
commit 011d8633eb
4 changed files with 8 additions and 7 deletions

View File

@ -363,4 +363,9 @@
/* 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

View File

@ -108,7 +108,4 @@
/* 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

View File

@ -353,6 +353,9 @@
/* 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

View File

@ -100,8 +100,4 @@
/* 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