Go to file
Ed Maste 1bc232d342 Always use --eh-frame-hdr on FreeBSD, even for -static
FreeBSD uses LLVM's libunwind on FreeBSD/arm64 today (and is expected to
use it more widely in the future), and it requires the EH frame segment
in static binaries.

This is the same as r203742 for NetBSD.

Differential Revision:	http://reviews.llvm.org/D19029

llvm-svn: 266123
2016-04-12 21:11:46 +00:00
clang Always use --eh-frame-hdr on FreeBSD, even for -static 2016-04-12 21:11:46 +00:00
clang-tools-extra [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its 2016-04-12 05:45:13 +00:00
compiler-rt [safestack] Fix stack canary test on Mac. 2016-04-12 18:48:41 +00:00
debuginfo-tests
libclc [AMDGPU] Implement get_local_size for amdgcn--amdhsa triple 2016-04-07 19:54:19 +00:00
libcxx Implement LWG#680, which was missed lo these many moons ago, and was reported as bug #27259. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing. 2016-04-11 03:54:53 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind
lld ELF: Give automatically generated __start_* and __stop_* symbols hidden visibility. 2016-04-12 20:41:42 +00:00
lldb Revert to using libdispatch to reap threads on MacOSX. Code was accidentally checked in that is now reverted. 2016-04-12 20:26:41 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm Add __atomic_* lowering to AtomicExpandPass. 2016-04-12 20:18:48 +00:00
openmp Add declarations of OpenMP 4.5 target/offload routines to headers 2016-04-12 20:37:18 +00:00
polly [FIX] Check the invalid context agains the context to rule out SCoPs 2016-04-12 17:54:29 +00:00