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 15fcc40 commit a6dcfc6Copy full SHA for a6dcfc6
llvm/include/llvm/Support/Compiler.h
@@ -197,7 +197,7 @@
197
#define LLVM_ABI __attribute__((visibility("default")))
198
#define LLVM_TEMPLATE_ABI LLVM_ABI
199
#define LLVM_EXPORT_TEMPLATE
200
-#define LLVM_ABI_EXPORTL LLVM_ABI
+#define LLVM_ABI_EXPORT LLVM_ABI
201
#elif defined(__MACH__) || defined(__WASM__) || defined(__EMSCRIPTEN__)
202
203
#define LLVM_TEMPLATE_ABI
0 commit comments