[AArch64][Test] Do not override the suffixes for test cases.

llvm-svn: 265441
This commit is contained in:
Quentin Colombet 2016-04-05 19:26:42 +00:00
parent 8e8e85c19f
commit 811da0efbc
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
import re
config.suffixes = ['.ll']
if not 'AArch64' in config.root.targets:
config.unsupported = True

View File

@ -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'