forked from OSchip/llvm-project
Make this test not match its own filename, when being run from a path that includes the string 'add'.
llvm-svn: 206331
This commit is contained in:
parent
470acd81a8
commit
43855af9a7
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
|
; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s
|
||||||
|
|
||||||
define void @f1() {
|
define void @f1() {
|
||||||
%c = alloca i8, align 1
|
%c = alloca i8, align 1
|
||||||
|
|
Loading…
Reference in New Issue