Go to file
Rui Ueyama d2f225fdef Simplify LinkerScript::addOrphanSections. NFCI.
This patch moves a std::find to a new function. It also removes
the following piece of code. I believe it should be fine because all
tests still pass.

  unsigned Index = std::distance(Opt.Commands.begin(), I);
  assert(Sec->SectionIndex == INT_MAX || Sec->SectionIndex == Index);
  Sec->SectionIndex = Index;

llvm-svn: 315125
2017-10-06 23:06:55 +00:00
clang Revert "For dllexport class templates, export specializations of member functions (PR34849)" 2017-10-06 21:28:21 +00:00
clang-tools-extra [clangd] Run clang-format on the source code. NFC. 2017-10-06 14:39:39 +00:00
compiler-rt Factor out default_(a|ub)sanitizer_opts in lit. 2017-10-06 20:53:40 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc configure: Fix handling of directories with compats only source lists 2017-10-05 20:16:28 +00:00
libcxx [libc++] Clarify names of ABI forcing macros 2017-10-05 02:18:08 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind [docs] Mention that SjLj works on any OS on the archs where supported by the compiler 2017-10-06 19:14:07 +00:00
lld Simplify LinkerScript::addOrphanSections. NFCI. 2017-10-06 23:06:55 +00:00
lldb Specify the input & output results of the "Prepare Swig Bindings" 2017-10-06 22:43:42 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [AVX512] Fix TERNLOG when folding broadcast 2017-10-06 22:31:29 +00:00
openmp KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fix 2017-10-06 19:23:19 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option. 2017-10-05 13:43:00 +00:00