forked from OSchip/llvm-project
[LLD] Revert r237842 - it went in without a proper commit message.
llvm-svn: 237846
This commit is contained in:
parent
7979a07611
commit
d48be84032
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue