mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Disable Linux support in Apple B&I builds
Swift SVN r25633
This commit is contained in:
@@ -1849,9 +1849,11 @@ const ToolChain *Driver::getToolChain(const ArgList &Args,
|
||||
case llvm::Triple::IOS:
|
||||
TC = new toolchains::Darwin(*this, Target);
|
||||
break;
|
||||
#if defined(SWIFT_ENABLE_TARGET_LINUX)
|
||||
case llvm::Triple::Linux:
|
||||
TC = new toolchains::Linux(*this, Target);
|
||||
break;
|
||||
#endif // SWIFT_ENABLE_TARGET_LINUX
|
||||
default:
|
||||
TC = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user