From: Nico Weber Date: Wed, 13 Jul 2016 22:19:40 +0000 (+0000) Subject: Add a triple to fix test on bots after 275320. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b888555bcca80eb679460b7ecc1316dd017eeeb2;p=platform%2Fupstream%2Fllvm.git Add a triple to fix test on bots after 275320. llvm-svn: 275327 --- 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}