Skip to content

Commit f016e10

Browse files
committed
[bazel] update config.h.cmake
for 84088d3
1 parent a1bc3e6 commit f016e10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/bazel/llvm_configs/config.h.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
2020
#cmakedefine01 LLVM_ENABLE_CRASH_DUMPS
2121

22+
/* Define to 1 to enable expensive checks for debug location coverage checking,
23+
and to 0 otherwise. */
24+
#cmakedefine01 ENABLE_DEBUGLOC_COVERAGE_TRACKING
25+
2226
/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
2327
backslashes. */
2428
#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH

0 commit comments

Comments
 (0)