summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/cfi/bad-split.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
| | | | | | | | | | | Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307
* Use %run for running CFI testsFilipe Cabecinhas2017-10-021-1/+1
| | | | | | | | | | Reviewers: pcc, krasin, eugenis Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D38412 llvm-svn: 314659
* [cfi] Disable bad-split test on win32.Evgeniy Stepanov2017-03-141-0/+2
| | | | | | It appears that the fix only helped Itanium ABI. llvm-svn: 297775
* [cfi] Add test for type metadata split issue.Evgeniy Stepanov2017-03-141-0/+19
https://reviews.llvm.org/D30716 llvm-svn: 297771
OpenPOWER on IntegriCloud