Skip to content

Commit 540b2b0

Browse files
committed
[llvm] add TODO and link to GitHub issue per PR feedback
1 parent 9d98239 commit 540b2b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Support/Compiler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@
179179
// Marker to add to classes or functions in public headers that should not have
180180
// export macros added to them by the clang tool
181181
#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.
182184
#if defined(LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS) && !defined(LLVM_BUILD_STATIC)
183185
#if defined(_WIN32) && !defined(__MINGW32__)
184186
#if defined(LLVM_EXPORTS)

0 commit comments

Comments
 (0)