We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e95b2 commit bd4f24aCopy full SHA for bd4f24a
llvm/include/llvm/Support/Compiler.h
@@ -175,8 +175,7 @@
175
// Marker to add to classes or functions in public headers that should not have
176
// export macros added to them by the clang tool
177
#define LLVM_ABI_NOT_EXPORTED
178
-#if defined(LLVM_BUILD_LLVM_DYLIB) || defined(LLVM_BUILD_SHARED_LIBS) || \
179
- defined(LLVM_ENABLE_PLUGINS)
+#if defined(LLVM_BUILD_LLVM_DYLIB) || defined(LLVM_BUILD_SHARED_LIBS)
180
// Some libraries like those for tablegen are linked in to tools that used
181
// in the build so can't depend on the llvm shared library. If export macros
182
// were left enabled when building these we would get duplicate or
0 commit comments