mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31: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())
|
targets = set(config.root.targets_to_build.split())
|
||||||
if not 'ARM' in targets:
|
if not 'ARM' in targets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user