From: Juergen Ributzka Date: Wed, 4 Dec 2013 01:02:37 +0000 (+0000) Subject: [Stackmap] Specify the triple and cpu to fix the unit test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39be27fe3035c643f70c4027d60390fbb3ff7b76;p=oota-llvm.git [Stackmap] Specify the triple and cpu to fix the unit test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196339 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/X86/stackmap-nops.ll b/test/MC/X86/stackmap-nops.ll index e6db8919556..83e9de96c22 100644 --- a/test/MC/X86/stackmap-nops.ll +++ b/test/MC/X86/stackmap-nops.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s -; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -filetype=obj - | llvm-objdump -d - | FileCheck %s +; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -triple=x86_64-apple-darwin -mcpu=corei7 -filetype=obj - | llvm-objdump -d - | FileCheck %s define void @nop_test() { entry: