// go ahead as assume we're targeting iOS.
if (OSXTarget.empty() && iOSTarget.empty())
if (getDarwinArchName(Args) == "armv7") {
- std::string iOSVersionMin;
unsigned Major, Minor, Micro;
getTriple().getiOSVersion(Major, Minor, Micro);
llvm::raw_string_ostream(iOSVersionMin)
/// initialized.
std::string MacosxVersionMin;
+ /// The default ios-version-min of this tool chain; empty until
+ /// initialized.
+ std::string iOSVersionMin;
+
bool hasARCRuntime() const;
bool hasSubscriptingRuntime() const;