We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5c3fb commit 5901e7dCopy full SHA for 5901e7d
lld/MachO/Driver.cpp
@@ -286,10 +286,7 @@ static void saveThinArchiveToRepro(ArchiveFile const *file) {
286
": Archive::children failed: " + toString(std::move(e)));
287
}
288
289
-class DeferredFile {
290
-public:
291
- DeferredFile(StringRef path, bool isLazy, MemoryBufferRef buffer)
292
- : path(path), isLazy(isLazy), buffer(buffer) {}
+struct DeferredFile {
293
StringRef path;
294
bool isLazy;
295
MemoryBufferRef buffer;
0 commit comments