aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-11-03 14:24:45 +0000
committerHans Wennborg <hans@hanshq.net>2014-11-03 14:24:45 +0000
commit606bd6dcc547cf2f9fd7387321db79419bf60041 (patch)
tree2acc1255fba6da316a5ec54f4a502cd7ec669fab /clang/unittests/Format/FormatTestJava.cpp
parent42bce8f69db28b6b39453ecfbf8da6fc45fb14bf (diff)
downloadllvm-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