Reid Kleckner
8007ff1ab1
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
...
These lit configuration files are really Python source code. Using the
.py file extension helps editors and tools use the correct language
mode. LLVM and Clang already use this convention for lit configuration,
this change simply applies it to all of compiler-rt.
Reviewers: vitalybuka, dberris
Differential Revision: https://reviews.llvm.org/D63658
llvm-svn: 364591
2019-06-27 20:56:04 +00:00
Evgeniy Stepanov
ca6c8e85d1
[cfi] Mark a test as unsupported on darwin.
...
llvm-svn: 315007
2017-10-05 19:36:15 +00:00
Evgeniy Stepanov
2aed0fb07e
[cfi] Enable icall tests with thinlto.
...
llvm-svn: 305534
2017-06-16 00:18:35 +00:00
Evgeniy Stepanov
ca32b682f6
[cfi] Run tests with and without lld and thinlto.
...
Run tests in all configurations:
(standalone, with devirtualization) * (gold, lld) * (lto, thinlto)
llvm-svn: 301016
2017-04-21 18:11:23 +00:00
Vedant Kumar
8f21c0e50a
[cfi] Mark tests as xfailing on Darwin
...
This allows them to be run on other platforms, undoing damage from
r286902.
llvm-svn: 286904
2016-11-14 23:12:52 +00:00
Vedant Kumar
4f4e522b97
[cfi] Mark some tests as requiring additional support from the MachO writer
...
These tests need to be marked as unsupported on Darwin:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/1545
llvm-svn: 286902
2016-11-14 22:50:13 +00:00
Evgeniy Stepanov
a0fb81fe37
[cfi] Test case for weak symbol handling.
...
llvm-svn: 286637
2016-11-11 21:39:35 +00:00
Alexey Samsonov
41172a304a
[tests] Don't compile CFI C tests in C++ mode.
...
llvm-svn: 261708
2016-02-24 00:16:57 +00:00
Peter Collingbourne
6f94087329
CFI: Run the tests only on supported architectures/OSs.
...
Specifically, only run the cfi-icall tests on x86/x86_64, and add
an XFAIL for darwin.
llvm-svn: 247325
2015-09-10 19:18:08 +00:00