[llvm] r187604 - 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.
Carlo Kok
ck at remobjects.com
Thu Aug 1 13:17:37 PDT 2013
Author: carlokok
Date: Thu Aug 1 15:17:37 2013
New Revision: 187604
URL: http://llvm.org/viewvc/llvm-project?rev=187604&view=rev
Log:
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.
Modified:
llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
Modified: llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll?rev=187604&r1=187603&r2=187604&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll Thu Aug 1 15:17:37 2013
@@ -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
More information about the llvm-commits
mailing list