Go to file
George Rimar 647c1685b6 [ELF] - Move DependentSections vector from InputSection to InputSectionBase
I splitted it from D29273.
Since we plan to make relocatable sections as dependent for target ones for
--emit-relocs implementation, this change is required to support .eh_frame case.

EhInputSection inherets from InputSectionBase and not from InputSection.
So for case when it has relocation section, it should be able to access DependentSections
vector.

This case is real for Linux kernel.

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

llvm-svn: 295483
2017-02-17 19:34:05 +00:00
clang [CMake] Add Fuchsia toolchain CMake cache files 2017-02-17 19:28:54 +00:00
clang-tools-extra [clang-tidy] Add -path option to clang-tidy-diff.py 2017-02-17 19:31:43 +00:00
compiler-rt [PGO] remove unintended debug trace. NFC 2017-02-17 17:42:16 +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 Move BufferPtr into the block where it it being used 2017-02-12 21:33:49 +00:00
libcxx Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
libcxxabi Fix test_exception_storage.pass.cpp in C++17 my re-enabling the unexpected handlers 2017-02-17 04:26:22 +00:00
libunwind [libunwind][CMake] Use libc++ headers when available 2017-02-16 05:18:08 +00:00
lld [ELF] - Move DependentSections vector from InputSection to InputSectionBase 2017-02-17 19:34:05 +00:00
lldb NPL: Fix an incorrect logging formatv call 2017-02-17 16:09:10 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [CMake] Support externalizing debug info on non-Darwin platforms 2017-02-17 19:29:12 +00:00
openmp [stats] add stats-gathering for static_steal scheduling method 2017-02-17 17:06:16 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Drop leftover debug statement 2017-02-17 13:39:45 +00:00