[lld] [LLD] Add support for statically resolved vendor-specific RISCV relocations. (PR #169273)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 13 01:04:16 PST 2026


================
@@ -8,12 +8,19 @@
 TARGET:
   nop
 
-.global INVALID_VENDOR
+.local INVALID_VENDOR
----------------
MaskRay wrote:

The QUALCOMM vendor relocations require the local symbol to be defined.
I  am not sure we should have the custom diagnostic when the symbol is not defined.

https://github.com/llvm/llvm-project/pull/169273


More information about the llvm-commits mailing list