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 0a8e8ac commit 7df8ea2Copy full SHA for 7df8ea2
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h
@@ -124,6 +124,11 @@
124
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
125
#define LLVM_ENABLE_DIA_SDK 0
126
127
+/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
128
#define LLVM_ENABLE_TELEMETRY 1
129
130
+/* Define to 1 to enable expensive checks for debug location coverage checking,
131
+ and to 0 otherwise. */
132
+#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 1
133
+
134
#endif
0 commit comments