Skip to content

Commit a6dcfc6

Browse files
Update llvm/include/llvm/Support/Compiler.h
Co-authored-by: SquallATF <[email protected]>
1 parent 15fcc40 commit a6dcfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
#define LLVM_ABI __attribute__((visibility("default")))
198198
#define LLVM_TEMPLATE_ABI LLVM_ABI
199199
#define LLVM_EXPORT_TEMPLATE
200-
#define LLVM_ABI_EXPORTL LLVM_ABI
200+
#define LLVM_ABI_EXPORT LLVM_ABI
201201
#elif defined(__MACH__) || defined(__WASM__) || defined(__EMSCRIPTEN__)
202202
#define LLVM_ABI __attribute__((visibility("default")))
203203
#define LLVM_TEMPLATE_ABI

0 commit comments

Comments
 (0)