[llvm] [DLCov 1/5] Add CMake option to enable enhanced line number coverage tracking (PR #107278)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 14 06:11:30 PDT 2025


================
@@ -19,6 +19,10 @@
 /* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
 #cmakedefine01 LLVM_ENABLE_CRASH_DUMPS
 
+/* Define to 1 to enable expensive checks for debug location coverage checking,
+   and to 0 otherwise. */
+#cmakedefine01 ENABLE_DEBUGLOC_COVERAGE_TRACKING
----------------
chapuni wrote:

`#cmakedefine01` handles `"DISABLED"` as `1` since it is not false-like string.

https://github.com/llvm/llvm-project/pull/107278


More information about the llvm-commits mailing list