summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-03-02 01:29:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-03-02 01:29:51 +0000
commit796d4a885d9ae896d92c838c5d49adc7ef645e62 (patch)
tree7a47aa4f8797443afa7d80fd6ef87631d5078a1d /clang/lib/Frontend/CompilerInvocation.cpp
parent5a9e834eac3e88d3050c7f6d115fede346abd32d (diff)
downloadbcm5719-llvm-796d4a885d9ae896d92c838c5d49adc7ef645e62.tar.gz
bcm5719-llvm-796d4a885d9ae896d92c838c5d49adc7ef645e62.zip
Always set dso_local in CodeGenModule::setDSOLocal.
This shouldn't change any results for now, but is more consistent with how we set dllimport/dllexport and will make future changes easier. Since clang produces IR as it parses, it can find out mid file that something is dllimport. When that happens we have to drop dso_local. This is not a problem right now because CodeGenModule::setDSOLocal is called from relatively few places at the moment. llvm-svn: 326527
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud