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