[llvm] r235103 - Add a triple to switch.ll test.

Hans Wennborg hans at hanshq.net
Thu Apr 16 08:09:34 PDT 2015


Author: hans
Date: Thu Apr 16 10:09:33 2015
New Revision: 235103

URL: http://llvm.org/viewvc/llvm-project?rev=235103&view=rev
Log:
Add a triple to switch.ll test.

Modified:
    llvm/trunk/test/CodeGen/X86/switch.ll

Modified: llvm/trunk/test/CodeGen/X86/switch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/switch.ll?rev=235103&r1=235102&r2=235103&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/switch.ll (original)
+++ llvm/trunk/test/CodeGen/X86/switch.ll Thu Apr 16 10:09:33 2015
@@ -1,5 +1,5 @@
-; RUN: llc -march=x86-64 %s -o - | FileCheck %s
-; RUN: llc -march=x86-64 %s -o - -O0 | FileCheck --check-prefix=NOOPT %s
+; RUN: llc -mtriple=x86_64-linux-gnu %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux-gnu %s -o - -O0 | FileCheck --check-prefix=NOOPT %s
 
 declare void @g(i32)
 





More information about the llvm-commits mailing list