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 9d98239 commit 540b2b0Copy full SHA for 540b2b0
llvm/include/llvm/Support/Compiler.h
@@ -179,6 +179,8 @@
179
// Marker to add to classes or functions in public headers that should not have
180
// export macros added to them by the clang tool
181
#define LLVM_ABI_NOT_EXPORTED
182
+// TODO(https://github.com/llvm/llvm-project/issues/145406): eliminate need for
183
+// two preprocessor definitions to gate LLVM_ABI macro definitions.
184
#if defined(LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS) && !defined(LLVM_BUILD_STATIC)
185
#if defined(_WIN32) && !defined(__MINGW32__)
186
#if defined(LLVM_EXPORTS)
0 commit comments