mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[Darwin] Further restrict inference of the simulator environment"
This commit is contained in:
committed by
GitHub
parent
ea142dba02
commit
fbbf61f297
@@ -479,7 +479,7 @@ toolchains::Darwin::addProfileGenerationArgs(ArgStringList &Arguments,
|
||||
}
|
||||
|
||||
StringRef Sim;
|
||||
if (Triple.isSimulatorEnvironment()) {
|
||||
if (tripleIsAnySimulator(Triple)) {
|
||||
Sim = "sim";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user