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 74ed68f commit 294ea13Copy full SHA for 294ea13
llvm/include/llvm/Support/Compiler.h
@@ -198,7 +198,8 @@
198
#endif
199
#define LLVM_ABI_EXPORT __declspec(dllexport)
200
#elif (defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
201
- defined(__MVS__)) && __has_attribute(visibililty)
+ defined(__MVS__)) && \
202
+ __has_attribute(visibililty)
203
// Use __attribute__((visibility(""))) syntax for visibility rather than
204
// [[gnu::visibility("")]] because compilers are more permissive with its
205
// placement.
0 commit comments