[lld] r237846 - [LLD] Revert r237842 - it went in without a proper commit message.
Lang Hames
lhames at gmail.com
Wed May 20 15:33:34 PDT 2015
Author: lhames
Date: Wed May 20 17:33:34 2015
New Revision: 237846
URL: http://llvm.org/viewvc/llvm-project?rev=237846&view=rev
Log:
[LLD] Revert r237842 - it went in without a proper commit message.
Modified:
lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h
Modified: lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h?rev=237846&r1=237845&r2=237846&view=diff
==============================================================================
--- lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h (original)
+++ lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h Wed May 20 17:33:34 2015
@@ -335,13 +335,13 @@ private:
bool _outputMachOTypeStatic; // Disambiguate static vs dynamic prog
bool _doNothing; // for -help and -v which just print info
bool _pie;
+ uint64_t _stackSize;
Arch _arch;
OS _os;
uint32_t _osMinVersion;
uint64_t _pageZeroSize;
uint64_t _pageSize;
uint64_t _baseAddress;
- uint64_t _stackSize;
uint32_t _compatibilityVersion;
uint32_t _currentVersion;
StringRef _installName;
More information about the llvm-commits
mailing list