[llvm] r223570 - llvm/test/CodeGen/X86/switch-jump-table.ll: Add explicit triple. Local labels have a prefix "." for targeting i686-cygming.

NAKAMURA Takumi geek4civic at gmail.com
Fri Dec 5 18:03:50 PST 2014


Author: chapuni
Date: Fri Dec  5 20:03:49 2014
New Revision: 223570

URL: http://llvm.org/viewvc/llvm-project?rev=223570&view=rev
Log:
llvm/test/CodeGen/X86/switch-jump-table.ll: Add explicit triple. Local labels have a prefix "." for targeting i686-cygming.

Modified:
    llvm/trunk/test/CodeGen/X86/switch-jump-table.ll

Modified: llvm/trunk/test/CodeGen/X86/switch-jump-table.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/switch-jump-table.ll?rev=223570&r1=223569&r2=223570&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/switch-jump-table.ll (original)
+++ llvm/trunk/test/CodeGen/X86/switch-jump-table.ll Fri Dec  5 20:03:49 2014
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 < %s | FileCheck %s
+; RUN: llc -mtriple=i686-unknown-unknown < %s | FileCheck %s
 
 
 ; An unreachable default destination is replaced with the most popular case label.





More information about the llvm-commits mailing list