forked from OSchip/llvm-project
Add missing config file for newly added test case introduced by r206563.
llvm-svn: 206567
This commit is contained in:
parent
d0751ce197
commit
300a6b84f2
|
@ -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…
Reference in New Issue