diff options
| author | Quentin Colombet <qcolombet@apple.com> | 2016-04-05 19:26:42 +0000 |
|---|---|---|
| committer | Quentin Colombet <qcolombet@apple.com> | 2016-04-05 19:26:42 +0000 |
| commit | 811da0efbc239711580c35a9484c2f355a2e37e9 (patch) | |
| tree | bcbc6cd8bb18f6acde3d6c655265d840dad6440e /llvm/test/CodeGen/AArch64 | |
| parent | 8e8e85c19fbbfe699b47a1800a0d1f3bafe9eb15 (diff) | |
| download | bcm5719-llvm-811da0efbc239711580c35a9484c2f355a2e37e9.tar.gz bcm5719-llvm-811da0efbc239711580c35a9484c2f355a2e37e9.zip | |
[AArch64][Test] Do not override the suffixes for test cases.
llvm-svn: 265441
Diffstat (limited to 'llvm/test/CodeGen/AArch64')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/AArch64/movimm-wzr.mir | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AArch64/lit.local.cfg b/llvm/test/CodeGen/AArch64/lit.local.cfg index f4626c7e0a4..f4f77c5aa31 100644 --- a/llvm/test/CodeGen/AArch64/lit.local.cfg +++ b/llvm/test/CodeGen/AArch64/lit.local.cfg @@ -1,7 +1,5 @@ import re -config.suffixes = ['.ll'] - if not 'AArch64' in config.root.targets: config.unsupported = True diff --git a/llvm/test/CodeGen/AArch64/movimm-wzr.mir b/llvm/test/CodeGen/AArch64/movimm-wzr.mir index 32d467628ed..d54e7bef54c 100644 --- a/llvm/test/CodeGen/AArch64/movimm-wzr.mir +++ b/llvm/test/CodeGen/AArch64/movimm-wzr.mir @@ -1,4 +1,4 @@ -# RUN: llc -run-pass=aarch64-expand-pseudo %s | FileCheck %s +# RUN: llc -run-pass=aarch64-expand-pseudo %s -o - 2>&1 | FileCheck %s --- | ; ModuleID = 'simple.ll' |

