diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-05 22:40:20 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-05 22:40:20 +0000 |
commit | 317dcc3f2f37c95619a4db9c6d4c084983fdf7ba (patch) | |
tree | bf48fdc1f35961680b0f5279138953aedbb88af4 /llvm/lib/Transforms/Scalar/SCCP.cpp | |
parent | b566848d68b43e94948b79dad4a338770da205c9 (diff) | |
download | bcm5719-llvm-317dcc3f2f37c95619a4db9c6d4c084983fdf7ba.tar.gz bcm5719-llvm-317dcc3f2f37c95619a4db9c6d4c084983fdf7ba.zip |
CodeGen: fix windows itanium RTTI in EH mode
When emitting RTTI for EH only, we would mark the locally defined (LinkOnceODR)
RTTI definition as dllimport, which is incorrect. Ensure that if we are
generating the type information for EH only, it is marked as LinkOnceODR and we
do not make it dllimport.
llvm-svn: 288721
Diffstat (limited to 'llvm/lib/Transforms/Scalar/SCCP.cpp')
0 files changed, 0 insertions, 0 deletions