Skip to content

Commit dfd00ed

Browse files
authored
Fix for #144391 not fully addressed by #144484 (#144488)
1 parent 97e17e1 commit dfd00ed

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)