[llvm] r285560 - Add triple to test so it does not fail on windows.
Manuel Klimek via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 04:40:15 PDT 2016
Author: klimek
Date: Mon Oct 31 06:40:14 2016
New Revision: 285560
URL: http://llvm.org/viewvc/llvm-project?rev=285560&view=rev
Log:
Add triple to test so it does not fail on windows.
Modified:
llvm/trunk/test/CodeGen/X86/pr30813.ll
Modified: llvm/trunk/test/CodeGen/X86/pr30813.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr30813.ll?rev=285560&r1=285559&r2=285560&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr30813.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr30813.ll Mon Oct 31 06:40:14 2016
@@ -1,4 +1,4 @@
-; RUN: llc -O0 %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux-gnu -O0 %s -o - | FileCheck %s
; CHECK: patatino:
; CHECK: .cfi_startproc
; CHECK: movzwl (%rax), %ecx
More information about the llvm-commits
mailing list