[llvm-branch-commits] [lld] b95ea2e - [lld][test] Fix sanitizer	buildbot failure
    via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Sat Mar 16 18:31:19 PDT 2024
    
    
  
Author: Weining Lu
Date: 2024-03-16T18:28:00-07:00
New Revision: b95ea2e51bdfe20c9db6a0675ab068fa59a0b9fe
URL: https://github.com/llvm/llvm-project/commit/b95ea2e51bdfe20c9db6a0675ab068fa59a0b9fe
DIFF: https://github.com/llvm/llvm-project/commit/b95ea2e51bdfe20c9db6a0675ab068fa59a0b9fe.diff
LOG: [lld][test] Fix sanitizer buildbot failure
Buildbot failure:
https://lab.llvm.org/buildbot/#/builders/5/builds/41530/steps/9/logs/stdio
(cherry picked from commit d9b435c24ddddcc8148fd97b42f6bb1124e52307)
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-branch-commits
mailing list