From b888555bcca80eb679460b7ecc1316dd017eeeb2 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 13 Jul 2016 22:19:40 +0000 Subject: [PATCH] Add a triple to fix test on bots after 275320. llvm-svn: 275327 --- llvm/test/CodeGen/X86/fast-isel-call.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/fast-isel-call.ll b/llvm/test/CodeGen/X86/fast-isel-call.ll index ac70458..893008f 100644 --- a/llvm/test/CodeGen/X86/fast-isel-call.ll +++ b/llvm/test/CodeGen/X86/fast-isel-call.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 | FileCheck %s +; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 -mtriple=i686-apple-darwin8 | FileCheck %s %struct.s = type {i32, i32, i32} -- 2.7.4