X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/eaf282aaf65b222563e6b3db98e12d720fb161bf..dd9e569f384b2c941bcc73d89d1468756788ee5b:/src/ld/parsers/macho_relocatable_file.h diff --git a/src/ld/parsers/macho_relocatable_file.h b/src/ld/parsers/macho_relocatable_file.h index 40f02d6..ca1e5cc 100644 --- a/src/ld/parsers/macho_relocatable_file.h +++ b/src/ld/parsers/macho_relocatable_file.h @@ -47,6 +47,8 @@ struct ParserOptions { Options::Platform platform; uint32_t minOSVersion; ld::relocatable::File::SourceKind srcKind; + bool treateBitcodeAsData; + bool usingBitcode; }; extern ld::relocatable::File* parse(const uint8_t* fileContent, uint64_t fileLength,