[llvm] [JITLink][LoongArch] Support large code model (PR #155566)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 1 01:44:16 PDT 2025
================
@@ -161,6 +161,17 @@ enum EdgeKind_loongarch : Edge::Kind {
///
Page20,
+ /// The signed 20-bit delta from the fixup page to the page containing the
+ /// target for 64-bit addresses.
+ ///
+ /// Fixup expression:
+ /// Fixup <- getLoongArchPageDelta(Target + Addend, FixupAddress, Kind)
----------------
Ami-zhang wrote:
Done.
https://github.com/llvm/llvm-project/pull/155566
More information about the llvm-commits
mailing list