Moved getMemoryBuffer from DarwinLdDriver to MachOLinkingContext.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. By the way when you upload a patch to Phabricator, please run diff with -u 100000 or something, so that entire file is included in a diff. That would help reviewers review code. Thanks!
include/lld/ReaderWriter/MachOLinkingContext.h | ||
---|---|---|
256 | Please move this after private:. |
include/lld/ReaderWriter/MachOLinkingContext.h | ||
---|---|---|
256 | No can do. Do you mean any method that it calls? |
include/lld/ReaderWriter/MachOLinkingContext.h | ||
---|---|---|
256 | Ah right, we can't. |
Please move this after private:.