diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-11-03 14:24:45 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-11-03 14:24:45 +0000 |
commit | 606bd6dcc547cf2f9fd7387321db79419bf60041 (patch) | |
tree | 2acc1255fba6da316a5ec54f4a502cd7ec669fab /clang/unittests/Format/FormatTestJava.cpp | |
parent | 42bce8f69db28b6b39453ecfbf8da6fc45fb14bf (diff) | |
download | llvm-606bd6dcc547cf2f9fd7387321db79419bf60041.zip llvm-606bd6dcc547cf2f9fd7387321db79419bf60041.tar.gz llvm-606bd6dcc547cf2f9fd7387321db79419bf60041.tar.bz2 |
Don't dllimport inline functions when targeting MinGW (PR21366)
It turns out that MinGW never dllimports of exports inline functions.
This means that code compiled with Clang would fail to link with
MinGW-compiled libraries since we might try to import functions that
are not imported.
To fix this, make Clang never dllimport inline functions when targeting
MinGW.
llvm-svn: 221154
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions