diff options
Diffstat (limited to 'llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg')
-rw-r--r-- | llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg b/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg new file mode 100644 index 00000000000..7aaeda5a5b3 --- /dev/null +++ b/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg @@ -0,0 +1,5 @@ +config.suffixes = ['.ll'] + +targets = set(config.root.targets_to_build.split()) +if not 'RISCV' in targets: + config.unsupported = True |