Go to file
George Rimar 0a2f19701e [ELF] - Properly check that R_X86_64_PC32 and R_X86_64_32 relocations are disallowed in DSO.
Initially we wanted to check that these two relocations are not present when linking DSO because of 
possible overflow in runtime. Patch moves them to writable segment in testcases to allow
proper error check to trigger.
Otherwise error message about using dynamic relocations against text segment was shown.

Differential revision: http://reviews.llvm.org/D21184

llvm-svn: 272379
2016-06-10 08:15:12 +00:00
clang test commit: remove trailing whitespace in comments 2016-06-10 08:12:37 +00:00
clang-tools-extra [include-fixer] do not index friend function declaration. 2016-06-09 14:18:40 +00:00
compiler-rt [profile] add profile path tests for shared lib 2016-06-10 06:14:17 +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: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change. 2016-06-09 18:34:38 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld [ELF] - Properly check that R_X86_64_PC32 and R_X86_64_32 relocations are disallowed in DSO. 2016-06-10 08:15:12 +00:00
lldb Make all the SBFrame API's take the target lock. 2016-06-10 00:37:44 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Bug fix remove another illegal char from prof symbol name 2016-06-10 06:32:26 +00:00
openmp Fix spelling in comment 2016-06-09 18:51:17 +00:00
polly [NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replaced 2016-06-08 16:44:11 +00:00