mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
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:
parent
a39504d307
commit
a790bc12c1
@ -1,4 +1,4 @@
|
||||
config.suffixes = ['.s']
|
||||
config.suffixes = ['.s', '.ll']
|
||||
|
||||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'ARM' in targets:
|
||||
|
Loading…
Reference in New Issue
Block a user