From dfd00edbabef8094bec663cca9314a950ec56e0d Mon Sep 17 00:00:00 2001 From: Karlo Basioli Date: Tue, 17 Jun 2025 10:37:18 +0100 Subject: [PATCH] Fix for #144391 not fully addressed by #144484 (#144488) --- utils/bazel/llvm_configs/llvm-config.h.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bazel/llvm_configs/llvm-config.h.cmake b/utils/bazel/llvm_configs/llvm-config.h.cmake index 6d3c37cc8b19..a0ad517a6ecf 100644 --- a/utils/bazel/llvm_configs/llvm-config.h.cmake +++ b/utils/bazel/llvm_configs/llvm-config.h.cmake @@ -131,10 +131,10 @@ /* Define to 1 to enable expensive checks for debug location coverage checking, and to 0 otherwise. */ -#cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING +#cmakedefine01 LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE /* Define to 1 to enable expensive tracking of the origin of debug location coverage bugs, and to 0 otherwise. */ -#cmakedefine01 LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING +#cmakedefine01 LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN #endif