Go to file
Simon Atanasyan cb1175c7db [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address
It is possible to have .got section and one or more zero-sized section
at the same address. This patch first checks that GOT (or GOT PLT)
section should have non-zero size using corresponding dynamic tags. Then
it looks up not empty section at the specified address.

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

llvm-svn: 260245
2016-02-09 18:45:35 +00:00
clang Revert "Avoid forcing emission of delayed dllexported classes on template instantiation" 2016-02-09 17:48:27 +00:00
clang-tools-extra [clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work on various bots 2016-02-09 15:43:05 +00:00
compiler-rt [lsan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:22:39 +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 math: Add frexp ported from amd-builtins 2016-02-08 17:07:21 +00:00
libcxx Introduce a cmake module to figure out whether we need to link with libatomic. 2016-02-09 17:00:38 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Introduce NetBSD support 2016-02-06 18:19:29 +00:00
lld Use the plt entry as the address of some symbols. 2016-02-09 15:11:01 +00:00
lldb Fix invalid shift operator overload in Scalar 2016-02-09 17:28:01 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address 2016-02-09 18:45:35 +00:00
openmp [GCC] GOMP_task: Change argument type of if_cond from int to bool 2016-02-09 07:07:30 +00:00
polly Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00