forked from OSchip/llvm-project
922f95ce4b
Summary: Previously, the tests only ran for the 64-bit equivalent of the default target (see -m64). Given the supported architecture list only contains 64-bit targets, this happens to work out the same as the supported targets in most cases but may matter for X86_64/X86_64h on Darwin. For other targets, the practical effect is that the test names contain the architecture. This resolves some confusion when msan tests fail since their name no longer implies that they are trying to test the default target. Reviewers: samsonov Subscribers: tberghammer, danalbert, llvm-commits, srhines Differential Revision: http://reviews.llvm.org/D16856 llvm-svn: 260231 |
||
---|---|---|
.. | ||
Inputs | ||
CMakeLists.txt | ||
basic.c | ||
custom.cc | ||
dump_labels.c | ||
flags.c | ||
fncall.c | ||
label_count.c | ||
lit.cfg | ||
lit.site.cfg.in | ||
propagate.c | ||
vararg.c | ||
write_callback.c |