]> git.saurik.com Git - apple/ld64.git/blobdiff - src/other/ObjectDump.cpp
ld64-253.6.tar.gz
[apple/ld64.git] / src / other / ObjectDump.cpp
index dfadf71d518ba37760a34d9708ad2de3d912ec3a..867f3133439febfd6556511420adc96fb7223756 100644 (file)
@@ -1244,7 +1244,8 @@ static ld::relocatable::File* createReader(const char* path)
        objOpts.verboseOptimizationHints = true;
        objOpts.armUsesZeroCostExceptions = true;
        objOpts.subType                         = sPreferredSubArch;
-       objOpts.srcKind                         = ld::relocatable::File::kSourceObj;
+       objOpts.treateBitcodeAsData  = false;
+       objOpts.usingBitcode            = true;
 #if 1
        if ( ! foundFatSlice ) {
                cpu_type_t archOfObj;