summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pr19841.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-1/+1
| | | | | | | | | | | | | | | The tests that failed on a windows host have been fixed. Original message: Start setting dso_local for COFF. With this there are still some GVs where we don't set dso_local because setGVProperties is never called. I intend to fix that in followup commits. This is just the bare minimum to teach shouldAssumeDSOLocal what it should do for COFF. llvm-svn: 325940
* Let clang/test/CodeGen/pr19841.cpp tolerant of MS mangler.NAKAMURA Takumi2014-05-281-1/+2
| | | | llvm-svn: 209726
* Fix pr19841, bb are also unnamedRenato Golin2014-05-271-1/+1
| | | | llvm-svn: 209668
* Fix pr19841.cpp on release modeRenato Golin2014-05-271-1/+1
| | | | llvm-svn: 209666
* Revert small change to EmitDeclRefLValueRenato Golin2014-05-271-0/+28
That small change, although it looked harmless, it made emitting the LValue on the PHI node without the proper cast. Reverting it fixes PR19841. llvm-svn: 209663
OpenPOWER on IntegriCloud