Go to file
Duncan P. N. Exon Smith fe6583a0a6 Linker: Always pass RF_IgnoreMissingLocals; NFC
This is a cleanup after clarifying the meaning of RF_IgnoreMissingLocals
in r265628 and truly limiting it to locals in r265768.

This should have no functionality change, since the only context that
the flag has an effect is when we could hit function-local Value and
Metadata, and we were already passing it in those contexts.

llvm-svn: 265831
2016-04-08 19:01:38 +00:00
clang Always have clang pass -pie-level and -pic-level values to the code generator. 2016-04-08 17:42:32 +00:00
clang-tools-extra [Release Notes] Sort checks alphabetically. 2016-04-08 17:21:27 +00:00
compiler-rt [sanitizer] Fix sem_init_glibc.cc test on __HAVE_64B_ATOMIC arches. 2016-04-07 20:26:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc [AMDGPU] Implement get_local_size for amdgcn--amdhsa triple 2016-04-07 19:54:19 +00:00
libcxx Recommit r263036 with additional inlining, so that it will continue to work with existing system dylibs. Implements LWG#2583 2016-04-07 18:13:41 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj. 2016-04-08 18:39:03 +00:00
lldb Fix #ifdef __APPLE__ code is the swig Python bindings 2016-04-08 18:58:07 +00:00
llgo [llgo] add USES_TERMINAL option to check-libgo 2016-03-30 00:29:33 +00:00
llvm Linker: Always pass RF_IgnoreMissingLocals; NFC 2016-04-08 19:01:38 +00:00
openmp [STATS] Remove trailing whitespace in stats source files 2016-04-05 18:48:48 +00:00
polly [FIX] Teach the ScopExpander about parallel subfunctions 2016-04-08 18:16:58 +00:00