From: Carlo Kok Date: Thu, 1 Aug 2013 20:17:37 +0000 (+0000) Subject: change the inlinefnlocalvar testcase so it uses a triple that's not coff (doesn't... X-Git-Tag: android-x86-6.0-r1~146^2~165 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=70cf72e0927ca4e648d9d70b3c309bdaa700a386;p=android-x86%2Fexternal-llvm.git change the inlinefnlocalvar testcase so it uses a triple that's not coff (doesn't seem to matter for the testcase itself, what it tests isn't triple specific), as coff has a slightly different way of emitting what it checks for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187604 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll b/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll index d2c2fd45152..c1141423bfb 100644 --- a/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll +++ b/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-linux-gnu -O2 %s -o - | FileCheck %s ; Check struct X for dead variable xyz from inlined function foo. ; CHECK: DW_TAG_structure_type