mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Use autolinking to pull in compatibility libraries."
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
namespace llvm {
|
||||
class Triple;
|
||||
class VersionTuple;
|
||||
}
|
||||
|
||||
namespace swift {
|
||||
@@ -86,12 +85,6 @@ namespace swift {
|
||||
/// The input triple should already be "normalized" in the sense that
|
||||
/// llvm::Triple::normalize() would not affect it.
|
||||
llvm::Triple getTargetSpecificModuleTriple(const llvm::Triple &triple);
|
||||
|
||||
|
||||
/// Get the Swift runtime version to deploy back to, given a deployment target expressed as an
|
||||
/// LLVM target triple.
|
||||
Optional<llvm::VersionTuple>
|
||||
getSwiftRuntimeCompatibilityVersionForTarget(const llvm::Triple &Triple);
|
||||
} // end namespace swift
|
||||
|
||||
#endif // SWIFT_BASIC_PLATFORM_H
|
||||
|
||||
Reference in New Issue
Block a user