[llvm] r196339 - [Stackmap] Specify the triple and cpu to fix the unit test.

Juergen Ributzka juergen at apple.com
Tue Dec 3 17:02:37 PST 2013


Author: ributzka
Date: Tue Dec  3 19:02:37 2013
New Revision: 196339

URL: http://llvm.org/viewvc/llvm-project?rev=196339&view=rev
Log:
[Stackmap] Specify the triple and cpu to fix the unit test.

Modified:
    llvm/trunk/test/MC/X86/stackmap-nops.ll

Modified: llvm/trunk/test/MC/X86/stackmap-nops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/stackmap-nops.ll?rev=196339&r1=196338&r2=196339&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/stackmap-nops.ll (original)
+++ llvm/trunk/test/MC/X86/stackmap-nops.ll Tue Dec  3 19:02:37 2013
@@ -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:





More information about the llvm-commits mailing list