mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 03:26:34 +00:00
llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc.
It sometimes confuses FileCheck. Consider the case that path contains 'stmib'. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
568ab6a8dc
commit
c27d6a72fc
@ -1,5 +1,5 @@
|
||||
; RUN: llc -march thumb -no-integrated-as %s -o - | FileCheck %s --check-prefix=THUMB
|
||||
; RUN: llc -march arm -no-integrated-as %s -o - | FileCheck %s --check-prefix=ARM
|
||||
; RUN: llc -march thumb -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
|
||||
; RUN: llc -march arm -no-integrated-as < %s | FileCheck %s --check-prefix=ARM
|
||||
|
||||
; In thumb mode, emit ".code 16" before global inline-asm instructions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user