Go to file
Rafael Espindola 75baf09be5 Don't include tbss's alignment in offset.
The .tbss section is in the middle of a PT_LOAD. Whatever treatment we
give to its address we must also give to the offset.

We were ignoring it for address computations, but not for offset.

Fixes pr26712.

llvm-svn: 261667
2016-02-23 18:39:55 +00:00
clang Remove an unnecessary workaround introduced in r259975. (NFC) 2016-02-23 17:13:47 +00:00
clang-tools-extra [clang-tidy] Updated docs on testing clang-tidy checks. 2016-02-23 09:30:20 +00:00
compiler-rt tsan: clean up code after r261658 2016-02-23 17:58:23 +00:00
debuginfo-tests
libclc math: Add ilogb ported from amd-builtins 2016-02-23 14:43:09 +00:00
libcxx These new tests fail on the green-dragon bots, which use an old Apple compiler. 2016-02-23 18:09:38 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Don't include tbss's alignment in offset. 2016-02-23 18:39:55 +00:00
lldb Work around a stepping bug in arm64 android M 2016-02-23 13:56:30 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [X86ISelLowering] Stop typing the same return over and over and over. 2016-02-23 18:39:38 +00:00
openmp Remove unnecessary semicolons after braces 2016-02-18 19:38:25 +00:00
polly Annotation of SIMD loops 2016-02-23 09:00:13 +00:00