[all-commits] [llvm/llvm-project] e87fb6: [libcxx] Update docs regarding the need for bash/p...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue May 4 12:13:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e87fb6d3875569bbc2e729732433e4865cdd1eff
      https://github.com/llvm/llvm-project/commit/e87fb6d3875569bbc2e729732433e4865cdd1eff
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M libcxx/docs/BuildingLibcxx.rst

  Log Message:
  -----------
  [libcxx] Update docs regarding the need for bash/posix tools for tests on Windows. NFC.

After 39bbfb77264a4a7a216921c2b70a30ba0f27eb56, bash is no longer
a hard requirement.

Differential Revision: https://reviews.llvm.org/D101779


  Commit: 82de4e075339f5ad8d68cfe31eb45b771d4750ae
      https://github.com/llvm/llvm-project/commit/82de4e075339f5ad8d68cfe31eb45b771d4750ae
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M lld/COFF/Driver.cpp
    M lld/test/COFF/export-all.s

  Log Message:
  -----------
  [LLD] [COFF] Actually include the exported comdat symbols

This is a followup to 2b01a417d7ccb001ccc1185ef5fdc967c9fac8d7;
previously the RVAs of the exported symbols from comdats were left
zero.

Thanks to Kleis Auke Wolthuizen for the fix suggestion and pointing
out the omission.

Differential Revision: https://reviews.llvm.org/D101615


Compare: https://github.com/llvm/llvm-project/compare/92f2c39f915a...82de4e075339


More information about the All-commits mailing list