Skip to content

Commit d86bc06

Browse files
committed
Adjust a failing lit test
debug-loc-again is checking that we get DEBUG_LOC and then DEBUG_LOC_AGAIN, testing that there's an 'op' after DEBUG_LOC to ensure it's the real record. However we're now adding the real record with an abbrev, so update to expect that.
1 parent 9930644 commit d86bc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Bitcode/debug-loc-again.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s -check-prefix=BC
22
; PR23436: Actually emit DEBUG_LOC_AGAIN records.
33

4-
; BC: <DEBUG_LOC op
4+
; BC: <DEBUG_LOC abbrevid
55
; BC: <DEBUG_LOC_AGAIN/>
6-
; BC: <DEBUG_LOC op
6+
; BC: <DEBUG_LOC abbrevid
77
; BC: <DEBUG_LOC_AGAIN/>
88

99
; RUN: llvm-as < %s | llvm-dis | FileCheck %s

0 commit comments

Comments
 (0)