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 5dc632d commit 64bd485Copy full SHA for 64bd485
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h
@@ -132,10 +132,10 @@
132
133
/* Define to 1 to enable expensive checks for debug location coverage checking,
134
and to 0 otherwise. */
135
-#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 0
+#define LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE 0
136
137
/* Define to 1 to enable expensive tracking of the origin of debug location
138
coverage bugs, and to 0 otherwise. */
139
-#define LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING 0
+#define LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN 0
140
141
#endif
0 commit comments