mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 19:37:56 +00:00
Add missing config file for newly added test case introduced by r206563.
llvm-svn: 206567
This commit is contained in:
parent
64566ea0eb
commit
3a746a49e2
6
test/Transforms/LoopVectorize/AArch64/lit.local.cfg
Normal file
6
test/Transforms/LoopVectorize/AArch64/lit.local.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
config.suffixes = ['.ll', '.c', '.cpp']
|
||||
|
||||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'AArch64' in targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user