summaryrefslogtreecommitdiffstats
path: root/lld/lib/Platforms/Darwin/ExecutableWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/Platforms/Darwin/ExecutableWriter.cpp')
-rw-r--r--lld/lib/Platforms/Darwin/ExecutableWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/lib/Platforms/Darwin/ExecutableWriter.cpp b/lld/lib/Platforms/Darwin/ExecutableWriter.cpp
index 4245e9b0803..23d1297ffa5 100644
--- a/lld/lib/Platforms/Darwin/ExecutableWriter.cpp
+++ b/lld/lib/Platforms/Darwin/ExecutableWriter.cpp
@@ -335,8 +335,8 @@ public:
const std::vector<Chunk*> chunks() { return _chunks; }
private:
- friend LoadCommandsChunk;
- friend LazyBindingInfoChunk;
+ friend class LoadCommandsChunk;
+ friend class LazyBindingInfoChunk;
void createChunks(const lld::File &file);
void buildAtomToAddressMap();
OpenPOWER on IntegriCloud