From 2c022eaa9bd52fa3e176d8450b7680de8c689618 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 14 Jul 2015 03:07:06 +0000 Subject: [PATCH] Give an explicit triple to llvm/test/CodeGen/X86/pr13577.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242111 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pr13577.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/pr13577.ll b/test/CodeGen/X86/pr13577.ll index 090c7262d6e..a6b721a7a6f 100644 --- a/test/CodeGen/X86/pr13577.ll +++ b/test/CodeGen/X86/pr13577.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-darwin | FileCheck %s ; CHECK-LABEL: LCPI0_0: ; CHECK-NEXT: .long 4286578688 -- 2.34.1