diff --git a/lld/include/lld/Core/Simple.h b/lld/include/lld/Core/Simple.h index b1c560d11be5..6d646fecf38a 100644 --- a/lld/include/lld/Core/Simple.h +++ b/lld/include/lld/Core/Simple.h @@ -82,7 +82,7 @@ public: return make_range(_definedAtoms._atoms); } -protected: +private: atom_collection_vector _definedAtoms; atom_collection_vector _undefinedAtoms; atom_collection_vector _sharedLibraryAtoms;