[llvm] [JITLink][LoongArch] Support large code model (PR #155566)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 01:44:23 PDT 2025


================
@@ -170,6 +181,16 @@ enum EdgeKind_loongarch : Edge::Kind {
   ///
   PageOffset12,
 
+  /// The 12-bit high part of the 64-bit page delta.
+  ///
+  /// 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