From 23839869646bc14cd487801fd753451370f2ad25 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 3 Apr 2014 20:40:37 +0000 Subject: [PATCH] unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205563 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/unconditional-branch.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/DebugInfo/unconditional-branch.ll b/test/DebugInfo/unconditional-branch.ll index 6c31375f464..d83be22cc7e 100644 --- a/test/DebugInfo/unconditional-branch.ll +++ b/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 -- 2.34.1