[lld] d9b435c - [lld][test] Fix sanitizer buildbot failure

Weining Lu via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 06:25:25 PST 2024


Author: Weining Lu
Date: 2024-03-05T22:09:01+08:00
New Revision: d9b435c24ddddcc8148fd97b42f6bb1124e52307

URL: https://github.com/llvm/llvm-project/commit/d9b435c24ddddcc8148fd97b42f6bb1124e52307
DIFF: https://github.com/llvm/llvm-project/commit/d9b435c24ddddcc8148fd97b42f6bb1124e52307.diff

LOG: [lld][test] Fix sanitizer buildbot failure

Buildbot failure:
https://lab.llvm.org/buildbot/#/builders/5/builds/41530/steps/9/logs/stdio

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/loongarch-reloc-leb128.s b/lld/test/ELF/loongarch-reloc-leb128.s
index 9e6f221e62b639..2dd327d1564ebd 100644
--- a/lld/test/ELF/loongarch-reloc-leb128.s
+++ b/lld/test/ELF/loongarch-reloc-leb128.s
@@ -99,4 +99,4 @@ w2:
 .reloc ., R_LARCH_ADD_ULEB128, w2
 .reloc ., R_LARCH_SUB_ULEB128, w1
 .fill 10, 1, 0x80
-.byte 0
+.byte 1


        


More information about the llvm-commits mailing list