Skip to content

Commit 0813d68

Browse files
chapuniIanWood1
authored andcommitted
[bazel] Turn on LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING
This has been defined in llvm#137787 and affects in llvmorg-21-init-10310-g92195f6fc873 (llvm#137787).
1 parent 70adf2c commit 0813d68

File tree

1 file changed

+5
-0
lines changed
  • utils/bazel/llvm-project-overlay/llvm/include/llvm/Config

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
125125
#define LLVM_ENABLE_DIA_SDK 0
126126

127+
/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
127128
#define LLVM_ENABLE_TELEMETRY 1
128129

130+
/* Define to 1 to enable expensive checks for debug location coverage checking,
131+
and to 0 otherwise. */
132+
#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 1
133+
129134
#endif

0 commit comments

Comments
 (0)