Skip to content

Commit 64bd485

Browse files
authored
Amend enviroment variables in bazel - change from #144391 (#144484)
1 parent 5dc632d commit 64bd485

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@
132132

133133
/* Define to 1 to enable expensive checks for debug location coverage checking,
134134
and to 0 otherwise. */
135-
#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 0
135+
#define LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE 0
136136

137137
/* Define to 1 to enable expensive tracking of the origin of debug location
138138
coverage bugs, and to 0 otherwise. */
139-
#define LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING 0
139+
#define LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN 0
140140

141141
#endif

0 commit comments

Comments
 (0)