Skip to content

Commit 3b0a4ed

Browse files
mstorsjoandrurogerz
authored andcommitted
[llvm] [Demangle] Fix a typo in the definition of DEMANGLE_ABI for dllimport
This fixes a typo from 04f5198, fixing building for mingw targets with dylib enabled.
1 parent e17eeba commit 3b0a4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Demangle/DemangleConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
#if defined(LLVM_EXPORTS)
107107
#define DEMANGLE_ABI __declspec(dllexport)
108108
#else
109-
#define DEMANGLE_ABI__declspec(dllimport)
109+
#define DEMANGLE_ABI __declspec(dllimport)
110110
#endif
111111
#else
112112
#if __has_attribute(visibility)

0 commit comments

Comments
 (0)