From 64bd4858dc2d64311622e793b66094b07ca7bdc5 Mon Sep 17 00:00:00 2001 From: Karlo Basioli Date: Tue, 17 Jun 2025 10:09:10 +0100 Subject: [PATCH] Amend enviroment variables in bazel - change from #144391 (#144484) --- .../llvm/include/llvm/Config/llvm-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h b/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h index 5dd53cffb7bd..8a9c74d67b12 100644 --- a/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h +++ b/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h @@ -132,10 +132,10 @@ /* Define to 1 to enable expensive checks for debug location coverage checking, and to 0 otherwise. */ -#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 0 +#define LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE 0 /* Define to 1 to enable expensive tracking of the origin of debug location coverage bugs, and to 0 otherwise. */ -#define LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING 0 +#define LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN 0 #endif