Revert "Use autolinking to pull in compatibility libraries."

This commit is contained in:
Joe Groff
2019-06-03 14:18:39 -07:00
committed by GitHub
parent 6c69c8d0bb
commit a7cc3a38cc
15 changed files with 61 additions and 196 deletions

View File

@@ -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