From 4dca4d8bbdd4c81bdf1fd304efed83ae0474fabc Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 3 Apr 2014 20:40:37 +0000 Subject: unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now. llvm-svn: 205563 --- llvm/test/DebugInfo/unconditional-branch.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll index 6c31375f464..d83be22cc7e 100644 --- a/llvm/test/DebugInfo/unconditional-branch.ll +++ b/llvm/test/DebugInfo/unconditional-branch.ll @@ -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 -- cgit v1.2.3