Go to file
Rui Ueyama a9ee8d6ecc Don't gc .interp section.
This change fixes a bug that was introduced by r285851.
r285851 converted .interp section as an output section to an input
section. But I forgot to make it a "Live" section, so if -gc-section
is given, it was garbage collected.

llvm-svn: 286025
2016-11-04 22:25:39 +00:00
clang [test] Test that static_assert is properly visited in liblcang 2016-11-04 12:04:16 +00:00
clang-tools-extra [ClangTidy - performance-unnecessary-value-param] Only add "const" when current parameter is not already const qualified 2016-11-04 20:51:31 +00:00
compiler-rt [asan] Add more dynamic CRT mode tests 2016-11-02 15:39:08 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
libcxxabi [p0012] Implement ABI support for throwing a noexcept function pointer and 2016-11-02 23:41:51 +00:00
libunwind Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to Jeremy for the bug report and the patch. 2016-11-02 17:56:05 +00:00
lld Don't gc .interp section. 2016-11-04 22:25:39 +00:00
lldb Preliminary plumbing work to make 'parray' able to take offset and stride options 2016-11-04 18:15:39 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm cmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust LLVMExports accordingly 2016-11-04 21:55:23 +00:00
openmp fixed typo in comment 2016-11-03 17:48:46 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly Update isl to isl-0.17.1-243-g24c0339 2016-11-04 11:56:48 +00:00