summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-04-03 17:40:08 +0000
committerEric Christopher <echristo@gmail.com>2014-04-03 17:40:08 +0000
commitbc79fddb9a09463cff5e4f2d13bf4cc1a4058b3b (patch)
treec90758080a717f0df7628e684a228f9caa318d0a /llvm/test/DebugInfo
parent717c99192344bc50331f86138af6b796c9ea108b (diff)
downloadbcm5719-llvm-bc79fddb9a09463cff5e4f2d13bf4cc1a4058b3b.tar.gz
bcm5719-llvm-bc79fddb9a09463cff5e4f2d13bf4cc1a4058b3b.zip
Loosen up check so that we can pass on platforms that generate
slightly more verbose than needed line tables, e.g.: Address Line Column File ISA Discriminator Flags ------------------ ------ ------ ------ --- ------------- ------------- 0x0000000000000000 1 0 1 0 0 is_stmt 0x0000000000000000 1 0 1 0 0 is_stmt prologue_end 0x0000000000000010 2 0 1 0 0 is_stmt 0x0000000000000018 4 0 1 0 0 is_stmt these should probably be looked at, but it isn't affecting the correctness of the testcase. llvm-svn: 205546
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/unconditional-branch.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll
index 1e5dac665b3..6c31375f464 100644
--- a/llvm/test/DebugInfo/unconditional-branch.ll
+++ b/llvm/test/DebugInfo/unconditional-branch.ll
@@ -1,12 +1,12 @@
; REQUIRES: object-emission
; PR 19261
-; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj < %s > %t
+; RUN: %llc_dwarf -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
-; CHECK-NEXT: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt
-; CHECK-NEXT: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt
+; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt
+; CHECK: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt
; IR generated from clang -O0 -g with the following source:
;void foo(int i){
OpenPOWER on IntegriCloud