mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #28579 from nkcsgexi/track-system-dependencies
Driver: flip the flag of whether tracking system dependencies
This commit is contained in:
@@ -466,6 +466,9 @@ ToolChain::constructInvocation(const CompileJobAction &job,
|
||||
Arguments.push_back("-runtime-compatibility-version");
|
||||
Arguments.push_back(arg->getValue());
|
||||
}
|
||||
if (context.Args.hasArg(options::OPT_track_system_dependencies)) {
|
||||
Arguments.push_back("-track-system-dependencies");
|
||||
}
|
||||
|
||||
context.Args.AddLastArg(
|
||||
Arguments,
|
||||
|
||||
Reference in New Issue
Block a user