diff options
Diffstat (limited to 'test/MC/AArch64/lit.local.cfg')
-rw-r--r-- | test/MC/AArch64/lit.local.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AArch64/lit.local.cfg b/test/MC/AArch64/lit.local.cfg new file mode 100644 index 0000000000..cc02173c8e --- /dev/null +++ b/test/MC/AArch64/lit.local.cfg @@ -0,0 +1,5 @@ +config.suffixes = ['.ll', '.c', '.cpp', '.s'] + +targets = set(config.root.targets_to_build.split()) +if not 'AArch64' in targets: + config.unsupported = True
\ No newline at end of file |