mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #33148 from brentdax/runtime-revolution
Adjust to simulator compiler-rt change
This commit is contained in:
@@ -72,11 +72,6 @@ namespace swift {
|
||||
/// Returns the platform Kind for Darwin triples.
|
||||
DarwinPlatformKind getDarwinPlatformKind(const llvm::Triple &triple);
|
||||
|
||||
/// Maps an arbitrary platform to its non-simulator equivalent.
|
||||
///
|
||||
/// If \p platform is not a simulator platform, it will be returned as is.
|
||||
DarwinPlatformKind getNonSimulatorPlatform(DarwinPlatformKind platform);
|
||||
|
||||
/// Returns the architecture component of the path for a given target triple.
|
||||
///
|
||||
/// Typically this is used for mapping the architecture component of the
|
||||
|
||||
Reference in New Issue
Block a user