[llvm] r181939 - Set an explicit triple for this test.

David Majnemer david.majnemer at gmail.com
Wed May 15 15:23:21 PDT 2013


Author: majnemer
Date: Wed May 15 17:23:21 2013
New Revision: 181939

URL: http://llvm.org/viewvc/llvm-project?rev=181939&view=rev
Log:
Set an explicit triple for this test.

This allows the test to correctly check symbol names.

Modified:
    llvm/trunk/test/CodeGen/X86/peep-test-4.ll

Modified: llvm/trunk/test/CodeGen/X86/peep-test-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/peep-test-4.ll?rev=181939&r1=181938&r2=181939&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/peep-test-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/peep-test-4.ll Wed May 15 17:23:21 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=+bmi,+bmi2,+popcnt | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+bmi2,+popcnt | FileCheck %s
 declare void @foo(i32)
 
 ; CHECK: neg:





More information about the llvm-commits mailing list