[bazel] Port 8e999e3d7857ce131d03bab4fd5c42b0e8edd980 (#171946)

Added a new preprocessor macro to llvm-config.h which needs to be
reflected on the bazel side.
This commit is contained in:
Aiden Grossman 2025-12-11 18:02:36 -08:00 committed by GitHub
parent a1b3586492
commit e13998f116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -127,6 +127,9 @@
* in non assert builds */
#define LLVM_UNREACHABLE_OPTIMIZE 1
/* Define if building LLVM with LLVM_ENABLE_IO_SANDBOX */
/* LLVM_ENABLE_IO_SANDBOX */
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#define LLVM_ENABLE_DIA_SDK 0

View File

@ -126,6 +126,9 @@
* in non assert builds */
#cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE
/* Define if building LLVM with LLVM_ENABLE_IO_SANDBOX */
#cmakedefine01 LLVM_ENABLE_IO_SANDBOX
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#cmakedefine01 LLVM_ENABLE_DIA_SDK