Skip to content

Commit d9b435c

Browse files
committed
[lld][test] Fix sanitizer buildbot failure
Buildbot failure: https://lab.llvm.org/buildbot/#/builders/5/builds/41530/steps/9/logs/stdio
1 parent 4cf8b29 commit d9b435c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/loongarch-reloc-leb128.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ w2:
9999
.reloc ., R_LARCH_ADD_ULEB128, w2
100100
.reloc ., R_LARCH_SUB_ULEB128, w1
101101
.fill 10, 1, 0x80
102-
.byte 0
102+
.byte 1

0 commit comments

Comments
 (0)