diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll (renamed from llvm/test/CodeGen/ARM/2007-03-13-InstrSched.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll (renamed from llvm/test/CodeGen/ARM/2011-12-14-machine-sink.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/Stats/addrmode.ll (renamed from llvm/test/CodeGen/ARM/addrmode.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/Stats/lit.local.cfg | 8 |
4 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-03-13-InstrSched.ll b/llvm/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll index a63cdd46e2d..a63cdd46e2d 100644 --- a/llvm/test/CodeGen/ARM/2007-03-13-InstrSched.ll +++ b/llvm/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll diff --git a/llvm/test/CodeGen/ARM/2011-12-14-machine-sink.ll b/llvm/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll index b21bb006e32..b21bb006e32 100644 --- a/llvm/test/CodeGen/ARM/2011-12-14-machine-sink.ll +++ b/llvm/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll diff --git a/llvm/test/CodeGen/ARM/addrmode.ll b/llvm/test/CodeGen/ARM/Stats/addrmode.ll index 6da90897b94..6da90897b94 100644 --- a/llvm/test/CodeGen/ARM/addrmode.ll +++ b/llvm/test/CodeGen/ARM/Stats/addrmode.ll diff --git a/llvm/test/CodeGen/ARM/Stats/lit.local.cfg b/llvm/test/CodeGen/ARM/Stats/lit.local.cfg new file mode 100644 index 00000000000..f6194d24218 --- /dev/null +++ b/llvm/test/CodeGen/ARM/Stats/lit.local.cfg @@ -0,0 +1,8 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +targets = set(config.root.targets_to_build.split()) +if not 'ARM' in targets: + config.unsupported = True + +if not config.root.enable_assertions: + config.unsupported = True |