bool preserveAllGlobals;
bool verbose;
bool saveTemps;
+ bool ltoCodegenOnly;
bool pie;
bool mainExecutable;
bool staticExecutable;
bool keepDwarfUnwind;
bool verboseOptimizationHints;
bool armUsesZeroCostExceptions;
+ bool simulator;
+ bool ignoreMismatchPlatform;
+ bool bitcodeBundle;
cpu_type_t arch;
const char* mcpu;
+ Options::Platform platform;
const std::vector<const char*>* llvmOptions;
const std::vector<const char*>* initialUndefines;
};