]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/parsers/macho_relocatable_file.h
ld64-241.9.tar.gz
[apple/ld64.git] / src / ld / parsers / macho_relocatable_file.h
index 021c3f2ff6f77340d4e2db133ce5a6e6cf64444e..6d20847fcd02d2b244bd23f56376ef3539749b14 100644 (file)
@@ -35,7 +35,11 @@ struct ParserOptions {
        uint32_t                architecture;
        bool                    objSubtypeMustMatch;
        bool                    logAllFiles;
-       bool                    convertUnwindInfo;
+       bool                    warnUnwindConversionProblems;
+       bool                    keepDwarfUnwind;
+       bool                    forceDwarfConversion;
+       bool                    neverConvertDwarf;
+       bool                    verboseOptimizationHints;
        uint32_t                subType;
 };