A test in thid directory was not being run because lit.local.cfg didn't

include .ll files. Fix that.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Bendersky 2012-12-04 17:00:11 +00:00
parent a39504d307
commit a790bc12c1

View File

@ -1,4 +1,4 @@
config.suffixes = ['.s']
config.suffixes = ['.s', '.ll']
targets = set(config.root.targets_to_build.split())
if not 'ARM' in targets: