[llvm] [bazel] Update llvm-config.h and disable DebugLoc tracking (PR #144125)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 14 01:02:35 PDT 2025
chapuni wrote:
Thanks for your working.
`LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING` is `"DISABLED"` by default, and in this case, `#cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING` reflects the result as `1`.
I am using 3.23.1. Looks like `"DISABLED"` isn't still "false-like string".
https://cmake.org/cmake/help/v4.0/command/if.html#basic-expressions
Let me fix it to fix `HandleLLVMOptions.cmake` side.
https://github.com/llvm/llvm-project/pull/144125
More information about the llvm-commits
mailing list