summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Writer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/Core/Writer.cpp')
-rw-r--r--lld/lib/Core/Writer.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/lld/lib/Core/Writer.cpp b/lld/lib/Core/Writer.cpp
new file mode 100644
index 00000000000..39bcc9e6852
--- /dev/null
+++ b/lld/lib/Core/Writer.cpp
@@ -0,0 +1,23 @@
+//===- lib/Core/Writer.cpp ------------------------------------------------===//
+//
+// The LLVM Linker
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#include "lld/Core/File.h"
+#include "lld/Core/Writer.h"
+
+namespace lld {
+Writer::Writer() {
+}
+
+Writer::~Writer() {
+}
+
+bool Writer::createImplicitFiles(std::vector<std::unique_ptr<File> > &) {
+ return true;
+}
+} // end namespace lld
OpenPOWER on IntegriCloud