mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
DependenciesScanner: avoid reporting output file path because build system should specify it
This commit is contained in:
@@ -1368,10 +1368,6 @@ bool InterfaceSubContextDelegateImpl::runInSubCompilerInstance(StringRef moduleN
|
||||
subInvocation.getFrontendOptions().InputsAndOutputs
|
||||
.setMainAndSupplementaryOutputs(outputFiles, ModuleOutputPaths);
|
||||
|
||||
// Add -o for building the module explicitly.
|
||||
BuildArgs.push_back("-o");
|
||||
BuildArgs.push_back(outputPath);
|
||||
|
||||
SmallVector<const char *, 64> SubArgs;
|
||||
std::string CompilerVersion;
|
||||
// Extract compiler arguments from the interface file and use them to configure
|
||||
|
||||
Reference in New Issue
Block a user