From b4553da4814e0f0fe8335eda3347c8613f2ece3b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 25 Jul 2014 09:55:01 +0000 Subject: [PATCH] llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease targeting *-win32. llvm-svn: 213933 --- llvm/test/CodeGen/ARM/inlineasm-global.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/ARM/inlineasm-global.ll b/llvm/test/CodeGen/ARM/inlineasm-global.ll index 834624c..fd210f4 100644 --- a/llvm/test/CodeGen/ARM/inlineasm-global.ll +++ b/llvm/test/CodeGen/ARM/inlineasm-global.ll @@ -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. -- 2.7.4