forked from OSchip/llvm-project
[AArch64][Test] Do not override the suffixes for test cases.
llvm-svn: 265441
This commit is contained in:
parent
8e8e85c19f
commit
811da0efbc
|
@ -1,7 +1,5 @@
|
|||
import re
|
||||
|
||||
config.suffixes = ['.ll']
|
||||
|
||||
if not 'AArch64' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue