Disable Linux support in Apple B&I builds

Swift SVN r25633
This commit is contained in:
Dmitri Hrybenko
2015-02-28 02:42:43 +00:00
parent 3feda28d5e
commit cc05e7640b
6 changed files with 31 additions and 1 deletions

View File

@@ -687,6 +687,8 @@ Job *darwin::Linker::constructJob(const JobAction &JA,
Arguments);
}
#if defined(SWIFT_ENABLE_TARGET_LINUX)
/// Linux Tools
Job *linux::Linker::constructJob(const JobAction &JA,
@@ -787,3 +789,6 @@ Job *linux::Linker::constructJob(const JobAction &JA,
return new Job(JA, *this, std::move(Inputs), std::move(Output),
Args.MakeArgString(Exec), Arguments);
}
#endif // SWIFT_ENABLE_TARGET_LINUX