[PATCH] [ELF] Add NMAGIC/OMAGIC support
Shankar Kalpathi Easwaran
shankarke at gmail.com
Fri Jun 14 08:54:03 PDT 2013
================
Comment at: include/lld/ReaderWriter/ELFTargetInfo.h:49
@@ -41,2 +48,3 @@
virtual uint64_t getPageSize() const { return 0x1000; }
+ uint8_t getOutputMagic() const { return _outputMagic; }
uint16_t getOutputType() const { return _outputFileType; }
----------------
Michael Spencer wrote:
> This should be the enum type.
Ok.
http://llvm-reviews.chandlerc.com/D968
More information about the llvm-commits
mailing list