mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Driver: renamic LinkJob to DynamicLinkJob and ArchiveJob to StaticLinkJob
# Conflicts: # lib/Driver/DarwinToolChains.cpp
This commit is contained in:
@@ -158,10 +158,10 @@ protected:
|
||||
virtual InvocationInfo
|
||||
constructInvocation(const AutolinkExtractJobAction &job,
|
||||
const JobContext &context) const;
|
||||
virtual InvocationInfo constructInvocation(const LinkJobAction &job,
|
||||
virtual InvocationInfo constructInvocation(const DynamicLinkJobAction &job,
|
||||
const JobContext &context) const;
|
||||
|
||||
virtual InvocationInfo constructInvocation(const ArchiveJobAction &job,
|
||||
virtual InvocationInfo constructInvocation(const StaticLinkJobAction &job,
|
||||
const JobContext &context) const;
|
||||
|
||||
/// Searches for the given executable in appropriate paths relative to the
|
||||
|
||||
Reference in New Issue
Block a user