[llvm-branch-commits] [ARM, MC] Support FDPIC relocations (PR #82187)

Peter Smith via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 20 09:15:30 PST 2024


================
@@ -223,6 +223,12 @@ class MCSymbolRefExpr : public MCExpr {
     VK_SECREL,
     VK_SIZE,    // symbol at SIZE
     VK_WEAKREF, // The link between the symbols in .weakref foo, bar
+    VK_FUNCDESC,
----------------
smithp35 wrote:

While VK_TLSGD_FDPIC are somewhat self documenting, it may be worth a comment for VK_FUNCDESC to VK_GOTOFFUNCDESC to state that these are for FDPIC.

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


More information about the llvm-branch-commits mailing list