[llvm] r205563 - unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Apr 3 13:40:37 PDT 2014
Author: chapuni
Date: Thu Apr 3 15:40:37 2014
New Revision: 205563
URL: http://llvm.org/viewvc/llvm-project?rev=205563&view=rev
Log:
unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now.
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=205563&r1=205562&r2=205563&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Thu Apr 3 15:40:37 2014
@@ -1,7 +1,8 @@
; REQUIRES: object-emission
; PR 19261
-; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
+; FIXME: It is broken for targeting x86_64-cygming.
+; RUN: llc -mtriple=x86_64-unknown-unknown -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