We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bc3e6 commit f016e10Copy full SHA for f016e10
utils/bazel/llvm_configs/config.h.cmake
@@ -19,6 +19,10 @@
19
/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
20
#cmakedefine01 LLVM_ENABLE_CRASH_DUMPS
21
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
+
26
/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
27
backslashes. */
28
#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
0 commit comments