This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
a0c32e9310
llvm-project
/
llvm
/
test
/
Transforms
/
LoopVectorize
/
AArch64
/
lit.local.cfg
6 lines
99 B
INI
Raw
Normal View
History
Unescape
Escape
[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg Tested by comparing make check VERBOSE=1 before and after to make sure no tests are missed. (VERBOSE=1 prints the list of tests.) Only one test :( remains where .cpp is required: tools/llvm-cov/range_based_for.cpp:// RUN: llvm-cov range_based_for.cpp | FileCheck %s --check-prefix=STDOUT The topic was discussed in this thread: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140428/214905.html llvm-svn: 208621
2014-05-13 03:57:31 +08:00
config.suffixes
=
['.ll']
Add missing config file for newly added test case introduced by r206563. llvm-svn: 206567
2014-04-18 17:05:50 +08:00
Reduce verbiage of lit.local.cfg files We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496
2014-06-10 06:42:55 +08:00
if not 'AArch64' in config.root.targets:
Add missing config file for newly added test case introduced by r206563. llvm-svn: 206567
2014-04-18 17:05:50 +08:00
config.unsupported
=
True