summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cfi-speculative-vtable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek2019-06-051-2/+2
| | | | | | | | | | Tests that use -O1, -O2 and -O3 would often produce different results with the new pass manager which makes these tests fail. Disable new PM explicitly for these tests. Differential Revision: https://reviews.llvm.org/D58375 llvm-svn: 362580
* [cfi] Do not emit bit set entry for available_externally vtables.Evgeniy Stepanov2016-01-231-0/+14
In the Itanium ABI, vtable may be emitted speculatively as an available_externally global. Such vtable may not be present at the link time and should not have a corresponding CFI bit set entry. llvm-svn: 258596
OpenPOWER on IntegriCloud