mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -43,12 +43,12 @@ namespace swift {
|
||||
/// Returns true if the given triple represents watchOS running in a simulator.
|
||||
bool tripleIsWatchSimulator(const llvm::Triple &triple);
|
||||
|
||||
/// Return true if the given triple represents any simulator.
|
||||
bool tripleIsAnySimulator(const llvm::Triple &triple);
|
||||
|
||||
/// Returns true if the given triple represents a macCatalyst environment.
|
||||
bool tripleIsMacCatalystEnvironment(const llvm::Triple &triple);
|
||||
|
||||
/// Determine whether the triple infers the "simulator" environment.
|
||||
bool tripleInfersSimulatorEnvironment(const llvm::Triple &triple);
|
||||
|
||||
/// Returns true if the given -target triple and -target-variant triple
|
||||
/// can be zippered.
|
||||
bool triplesAreValidForZippering(const llvm::Triple &target,
|
||||
|
||||
Reference in New Issue
Block a user