File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clang/include/clang/Support
llvm/include/llvm/Support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454#define CLANG_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5555#define CLANG_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5656#define CLANG_EXPORT_TEMPLATE
57- #elif defined(__MACH__) || defined(__WASM__)
57+ #elif defined(__MACH__) || defined(__WASM__) || defined(__EMSCRIPTEN__)
5858#define CLANG_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5959#define CLANG_TEMPLATE_ABI
6060#define CLANG_EXPORT_TEMPLATE
Original file line number Diff line number Diff line change 203203#define LLVM_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
204204#define LLVM_EXPORT_TEMPLATE
205205#define LLVM_ABI_EXPORT LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
206- #elif defined(__MACH__) || defined(__WASM__)
206+ #elif defined(__MACH__) || defined(__WASM__) || defined(__EMSCRIPTEN__)
207207#define LLVM_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
208208#define LLVM_TEMPLATE_ABI
209209#define LLVM_EXPORT_TEMPLATE
You can’t perform that action at this time.
0 commit comments