[all-commits] [llvm/llvm-project] aecf69: Remove referenced to deleted parallel-libs project

David Blaikie via All-commits all-commits at lists.llvm.org
Mon Oct 25 10:19:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aecf69864417f91fd0d3fe6d02b6b9ded69cd884
      https://github.com/llvm/llvm-project/commit/aecf69864417f91fd0d3fe6d02b6b9ded69cd884
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M llvm/docs/GettingStarted.rst

  Log Message:
  -----------
  Remove referenced to deleted parallel-libs project


  Commit: 68cac47c26853ac7c7f3b4b12577779b75786000
      https://github.com/llvm/llvm-project/commit/68cac47c26853ac7c7f3b4b12577779b75786000
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst

  Log Message:
  -----------
  Add release notes for the LLDB impact from the array type name change

Changing the array type printing from `int [N]` to `int[N]` impacts lldb
pretty printer registration & may need to be updated to handle the
dropped space between type and dimensions.


Compare: https://github.com/llvm/llvm-project/compare/4136897bd454...68cac47c2685


More information about the All-commits mailing list