Skip to content

Commit 8830e38

Browse files
committed
[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.
1 parent a6532bd commit 8830e38

File tree

1 file changed

+3
-0
lines changed
  • utils/bazel/llvm-project-overlay/llvm/include/llvm/Config

1 file changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@
124124
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
125125
#define LLVM_ENABLE_DIA_SDK 0
126126

127+
/* Define if plugins enabled */
128+
#define LLVM_ENABLE_PLUGINS
129+
127130
/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
128131
#define LLVM_ENABLE_TELEMETRY 1
129132

0 commit comments

Comments
 (0)