diff options
-rw-r--r-- | lld/include/lld/ReaderWriter/Simple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/ReaderWriter/Simple.h b/lld/include/lld/ReaderWriter/Simple.h index 8ca9fe11baa..dcae7f15c8e 100644 --- a/lld/include/lld/ReaderWriter/Simple.h +++ b/lld/include/lld/ReaderWriter/Simple.h @@ -71,7 +71,7 @@ protected: class FileToMutable : public SimpleFile { public: - explicit FileToMutable(const LinkingContext &context, File &file) + FileToMutable(const LinkingContext &context, File &file) : SimpleFile(context, file.path()) { for (auto definedAtom : file.defined()) _definedAtoms._atoms.push_back(std::move(definedAtom)); |