summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/unconditional-branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/unconditional-branch.ll')
-rw-r--r--llvm/test/DebugInfo/unconditional-branch.ll3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud