[llvm] r235106 - Add a triple to test/DebugInfo/unconditional-branch.ll (PR23252)
Hans Wennborg
hans at hanshq.net
Thu Apr 16 08:35:44 PDT 2015
Author: hans
Date: Thu Apr 16 10:35:44 2015
New Revision: 235106
URL: http://llvm.org/viewvc/llvm-project?rev=235106&view=rev
Log:
Add a triple to test/DebugInfo/unconditional-branch.ll (PR23252)
This started failing on Windows after my switch lowering change in r235101.
I suspect the error is unrelated, so adding a triple to pacify it
until it can be fixed. See the PR for details.
Modified:
llvm/trunk/test/DebugInfo/unconditional-branch.ll
Modified: llvm/trunk/test/DebugInfo/unconditional-branch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/unconditional-branch.ll?rev=235106&r1=235105&r2=235106&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Thu Apr 16 10:35:44 2015
@@ -1,7 +1,7 @@
; REQUIRES: object-emission
; PR 19261
-; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
+; RUN: %llc_dwarf -mtriple=i686-linux -fast-isel=false -O0 -filetype=obj %s -o %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt
More information about the llvm-commits
mailing list