[llvm] [RISCV] Add support for vendor relocations on Xqci extensions (PR #135400)
Sudharsan Veeravalli via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 08:21:43 PDT 2025
================
@@ -34,6 +45,9 @@ qc.e.beqi x7, 8, .L1
# INSTR: qc.e.beqi t2, 8, .L1
# FIXUP: fixup A - offset: 0, value: .L1, kind: fixup_riscv_qc_e_branch
+# Check that there is only one vendor symbol created and that it is local and NOTYPE
+# VENDORSYM-COUNT-1: 00000000 0 NOTYPE LOCAL DEFAULT 2 QUALCOMM
----------------
svs-quic wrote:
Added a NOT check.
https://github.com/llvm/llvm-project/pull/135400
More information about the llvm-commits
mailing list