mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add ability to decode a swiftmodule file
This commit is contained in:
@@ -216,7 +216,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
case ActionType::BinaryToYAML: {
|
||||
auto fg = SourceFileDepGraph::loadFromPath(options::InputFilename);
|
||||
auto fg = SourceFileDepGraph::loadFromPath(options::InputFilename, true);
|
||||
if (!fg) {
|
||||
llvm::errs() << "Failed to read dependency file\n";
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user