Go to file
Nick Kledzik b7035ae367 [mach-o] Add support for -pie and -no_pie
There is a bit (MH_PIE) in the flags field of the mach_header which tells
the kernel is a program was built position independent (for ASLR).  The linker
automatically attempts to build programs PIE if they are built for a recent
OS version.  But the -pie and -no_pie options override that default behavior.

llvm-svn: 217408
2014-09-09 00:17:52 +00:00
clang Fix PCHs that import more than one module 2014-09-08 20:36:26 +00:00
clang-tools-extra Fixed a typo. 2014-09-08 15:04:35 +00:00
compiler-rt Remove extra semicolon [-Wpedantic] 2014-09-08 23:37:09 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Remove an unused typedef from __class_type_info::search_below_dst 2014-09-08 13:56:36 +00:00
lld [mach-o] Add support for -pie and -no_pie 2014-09-09 00:17:52 +00:00
lldb DataFormatters: add missing destructor implementation 2014-09-08 18:26:57 +00:00
llvm llvm-cov: Try to appease MSVC after r217404 2014-09-08 21:31:43 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Added arcanist (arc) unit test support 2014-09-08 19:30:09 +00:00