llvm-project/lld/lib/ReaderWriter
Pete Cooper b8fec3ea62 Set max segment protection level.
The initial segment protection was also being used to set the maximum
segment protection level.  Instead, the maximum should be set according
to the architecture we are linking.  For example on Mac OS it should be
RWX on most pages, but on iOS is often on R_X.

rdar://problem/24515136

llvm-svn: 259966
2016-02-06 00:51:16 +00:00
..
ELF Move SimpleDefinedAtom::addReference to DefinedAtom. 2016-02-01 23:42:10 +00:00
MachO Set max segment protection level. 2016-02-06 00:51:16 +00:00
YAML Fix handling of mach header and DSO handle symbols. 2016-02-02 21:37:15 +00:00
CMakeLists.txt Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. 2016-01-07 00:14:09 +00:00
CoreLinkingContext.cpp Fix no-asserts build failure due to unused variable, and cleanup some unique_ptr usage while I'm here 2015-06-19 19:55:25 +00:00
FileArchive.cpp These are the matching changes needed to the lld project for the changes to llvm 2015-11-05 19:25:47 +00:00
LinkerScript.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00