================
@@ -223,6 +223,12 @@ class MCSymbolRefExpr : public MCExpr {
     VK_SECREL,
     VK_SIZE,    // symbol@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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to