[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:05:55 PST 2026
================
@@ -24,6 +24,7 @@
//===----------------------------------------------------------------------===//
#include "Target.h"
+#include "Arch/RISCVInternalRelocations.h"
----------------
MaskRay wrote:
Headers included from outside Arch/ should live in lld/ELF/ . However, see below
https://github.com/llvm/llvm-project/pull/169273
More information about the llvm-commits
mailing list