Define Config::isLE and Config::wordsize.
authorRui Ueyama <ruiu@google.com>
Fri, 17 Mar 2017 23:28:41 +0000 (23:28 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 17 Mar 2017 23:28:41 +0000 (23:28 +0000)
commitfd06b734660c097e56deac6f26c0cea437e3947c
tree9936170d005b01b2d489f3216505ed1fa9a317f7
parent0429b1a431f8cd8dfde96a8b0f09df59611e3291
Define Config::isLE and Config::wordsize.

isLE() return true if the target is little-endian.
wordsize() returns 8 for 64-bit and 4 for 32-bit.

llvm-svn: 298167
lld/ELF/Config.h
lld/ELF/EhFrame.cpp
lld/ELF/InputFiles.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h