From: Manuel Klimek <klimek@google.com> Date: Mon, 31 Oct 2016 11:40:14 +0000 (+0000) Subject: Add triple to test so it does not fail on windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b9bc3d4c1cf196e917a6a93f9763dfe1a205f39;p=llvm Add triple to test so it does not fail on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285560 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr30813.ll b/test/CodeGen/X86/pr30813.ll index 975ba279814..b830f1e04b7 100644 --- a/test/CodeGen/X86/pr30813.ll +++ b/test/CodeGen/X86/pr30813.ll @@ -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