[llvm] Suppress spurious warnings due to R_RISCV_SET_ULEB128 (PR #101607)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 09:43:46 PDT 2024
================
@@ -0,0 +1,115 @@
+; RUN: rm -rf %t && split-file %s %t && cd %t
+; RUN: llc -filetype=obj a.ll -o a.o
+; RUN: llvm-readelf -r a.o 2>err | FileCheck %s --check-prefix=RELOC
+; RUN: llvm-objdump -Sl --no-show-raw-insn a.o 2>err | FileCheck %s
+;; Test that ULEB128 relocs do not lead to spurious warnings. #101544
----------------
MaskRay wrote:
Switched to `https://github.com/llvm/llvm-project/issues/101544` instead
https://github.com/llvm/llvm-project/pull/101607
More information about the llvm-commits
mailing list