[bazel] llvm-config.h: Turn on LLVM_ENABLE_PLUGINS

Since #141650, `LLVM_ABI inline` has had different linkage regarding
to LLVM_ENABLE_PLUGINS. This doesn't intend Bazel build would
introduce plugins.
This commit is contained in:
NAKAMURA Takumi
2025-06-05 22:06:07 +09:00
parent a6532bd154
commit 8830e3802a

View File

@@ -124,6 +124,9 @@
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#define LLVM_ENABLE_DIA_SDK 0
/* Define if plugins enabled */
#define LLVM_ENABLE_PLUGINS
/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
#define LLVM_ENABLE_TELEMETRY 1