summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/Driver/Driver.cpp')
-rw-r--r--lld/lib/Driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Driver/Driver.cpp b/lld/lib/Driver/Driver.cpp
index ba6696b0dce..233ecd49058 100644
--- a/lld/lib/Driver/Driver.cpp
+++ b/lld/lib/Driver/Driver.cpp
@@ -108,7 +108,7 @@ bool Driver::link(LinkingContext &ctx, raw_ostream &diagnostics) {
ctx.getTaskGroup().sync();
return false;
}
- std::unique_ptr<MutableFile> merged = resolver.resultFile();
+ std::unique_ptr<SimpleFile> merged = resolver.resultFile();
resolveTask.end();
// Run passes on linked atoms.
OpenPOWER on IntegriCloud