From: Rafael Espindola Date: Tue, 10 May 2011 23:14:29 +0000 (+0000) Subject: Add triple. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=88a5fb8f8fac1f6b4b5a3895d38e867f55ae041a;p=oota-llvm.git Add triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131169 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/debug_frame.ll b/test/DebugInfo/debug_frame.ll index d267ad6e7d6..d273d735378 100644 --- a/test/DebugInfo/debug_frame.ll +++ b/test/DebugInfo/debug_frame.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -o - | FileCheck %s +; RUN: llc %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s ; Test that we produce a .debug_frame, not an .eh_frame