[llvm] Suppress spurious warnings due to R_RISCV_SET_ULEB128 (PR #101607)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 01:42:26 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
----------------
jh7370 wrote:
Worth a link rather than `#101544`? Without the immediate context, I wouldn't easily recognise what the current reference is supposed to be.
https://github.com/llvm/llvm-project/pull/101607
More information about the llvm-commits
mailing list