llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease targeting *-win32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-07-25 09:55:01 +00:00
parent c27d6a72fc
commit c819279437

View File

@ -1,5 +1,5 @@
; 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
; RUN: llc -mtriple=thumb-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
; RUN: llc -mtriple=arm-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=ARM
; In thumb mode, emit ".code 16" before global inline-asm instructions.