Go to file
George Rimar 85e6106d76 [ELF] - Do not crash when object has multiple SHT_MIPS_OPTIONS
Issue was revealed by AFl and I was able to generate such object using yaml2obj.

When object has more than one SHT_MIPS_OPTIONS, 
each except the last one is destroyed after placing into Sections array.
Sections array contains dead pointers finally. LLD may crash then.

Differential revision: https://reviews.llvm.org/D25555

llvm-svn: 284227
2016-10-14 11:10:36 +00:00
clang Try to fix windows bot file path style failure caused by r284219. 2016-10-14 10:10:26 +00:00
clang-tools-extra [clang-move] Matching static class member more correctly. 2016-10-14 10:07:58 +00:00
compiler-rt [compiler-rt][XRay] Support tail call sleds 2016-10-13 23:56:54 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Work around Clang driver segfault when --coverage is used with -c and /dev/null 2016-10-14 10:30:33 +00:00
libcxxabi Mark test as unsupported without threads 2016-10-14 09:12:53 +00:00
libunwind [libunwind] Add missing <stdint.h> include. NFC. 2016-10-13 14:32:24 +00:00
lld [ELF] - Do not crash when object has multiple SHT_MIPS_OPTIONS 2016-10-14 11:10:36 +00:00
lldb This test passes on i386 now. 2016-10-14 01:11:19 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm AMDGPU: Select 64-bit {ADD,SUB}{C,E} nodes 2016-10-14 10:30:00 +00:00
openmp Code cleanup for the runtime without monitor thread 2016-10-07 18:12:19 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [ScopInfo/CodeGen] ExitPHI reads are implicit. 2016-10-12 16:31:09 +00:00