mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[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:
parent
76495ea317
commit
011d8633eb
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user