summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/include/lld/Driver/DarwinInputGraph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/include/lld/Driver/DarwinInputGraph.h b/lld/include/lld/Driver/DarwinInputGraph.h
index c8461fc50d7..6b8ecb39b07 100644
--- a/lld/include/lld/Driver/DarwinInputGraph.h
+++ b/lld/include/lld/Driver/DarwinInputGraph.h
@@ -67,6 +67,9 @@ public:
if (!ec)
return ec;
}
+
+ (void) (_isWholeArchive);
+
return llvm::error_code::success();
}
OpenPOWER on IntegriCloud