Go to file
George Rimar 0a7412f00b [ELF] - Implemented -znotext
gold linker manual describes them as:

-z text	Do not permit relocations in read-only segments
-z notext Permit relocations in read-only segments (default)

In LLD default is to not permit them. Patch implements -z notext.

Differential revision: https://reviews.llvm.org/D30530

llvm-svn: 297366
2017-03-09 08:48:34 +00:00
clang Remove a useless subsitution in doxygen2rst which was incorrectly replacing * by \* 2017-03-09 06:41:08 +00:00
clang-tools-extra [clang-tidy] readability-function-size: remove default param count threshold 2017-03-08 22:19:55 +00:00
compiler-rt Use correct function signature for strerror_r interceptor 2017-03-08 22:51:03 +00:00
debuginfo-tests
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Disable unsigned integer sanitizer for basic_string::replace(). Patch from tomcherry@google.com 2017-03-09 01:54:13 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind Fix up the places where AddressSpace.hpp is included. 2017-03-09 08:04:07 +00:00
lld [ELF] - Implemented -znotext 2017-03-09 08:48:34 +00:00
lldb Remove LLDB's recursive directory deletion function. 2017-03-09 05:12:36 +00:00
llgo
llvm [SSP] In opt remarks, stream Function directly 2017-03-09 06:10:27 +00:00
openmp Fix GNU strerror_r check for Android. 2017-03-07 22:18:05 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DeadCodeElim] Put -polly-dce-precise-steps into the Polly category. 2017-03-08 23:25:35 +00:00