[llvm-branch-commits] [llvm] [GOFF] Write out relocations in the GOFF writer (PR #167054)
Kai Nacke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 17 13:54:25 PST 2025
================
@@ -51,6 +51,7 @@ enum {
// https://www.ibm.com/docs/en/hla-and-tf/1.6?topic=value-address-constants
S_RCon, // Address of ADA of symbol.
S_VCon, // Address of external function symbol.
+ S_QCon, // Class-based offset.
----------------
redstar wrote:
Yes, there is no user yet. It is requires for the ctor/dtor lists. I think about a test until then...
https://github.com/llvm/llvm-project/pull/167054
More information about the llvm-branch-commits
mailing list