Skip to content

Commit 73c050f

Browse files
committed
Fix for llvm#144391 not fully addressed by llvm#144484
1 parent 2c90ebf commit 73c050f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/bazel/llvm_configs/llvm-config.h.cmake

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

132132
/* Define to 1 to enable expensive checks for debug location coverage checking,
133133
and to 0 otherwise. */
134-
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING
134+
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE
135135

136136
/* Define to 1 to enable expensive tracking of the origin of debug location
137137
coverage bugs, and to 0 otherwise. */
138-
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING
138+
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN
139139

140140
#endif

0 commit comments

Comments
 (0)