[all-commits] [llvm/llvm-project] e1e415: [mlir] Partially revert #162903 (#164464)

S. VenkataKeerthy via All-commits all-commits at lists.llvm.org
Tue Oct 21 10:56:17 PDT 2025


  Branch: refs/heads/users/svkeerthy/10-21-mir2vec-tests-fix
  Home:   https://github.com/llvm/llvm-project
  Commit: e1e4154023a81f013c4fcf5d202ffba6033295de
      https://github.com/llvm/llvm-project/commit/e1e4154023a81f013c4fcf5d202ffba6033295de
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M mlir/lib/IR/Diagnostics.cpp

  Log Message:
  -----------
  [mlir] Partially revert #162903 (#164464)

With #163862, this is not really necessary and causes downstream issues.


  Commit: 925b10656b80be3322316251fcbcfa580607f01a
      https://github.com/llvm/llvm-project/commit/925b10656b80be3322316251fcbcfa580607f01a
  Author: Cameron McInally <cameron.mcinally at nyu.edu>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M flang/docs/FortranLLVMTestSuite.md

  Log Message:
  -----------
  [Flang][Tests] Remove GPL notice to GFortran test suite documentation. (#162332)

Originally #161912, we've now decided that an explicit GPL notification
is redundant with the LICENSE file, which is a common convention for
relaying this information.

Co-authored-by: Cameron McInally <cmcinally at nvidia.com>


  Commit: d4713ecb6dbe2d6b1f586508b47ad9391da51d66
      https://github.com/llvm/llvm-project/commit/d4713ecb6dbe2d6b1f586508b47ad9391da51d66
  Author: Charles Zablit <c_zablit at apple.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M lldb/test/API/CMakeLists.txt

  Log Message:
  -----------
  [lldb][windows] add a warning if CMake's version is inferior to 3.30 (#164346)

https://github.com/llvm/llvm-project/pull/140443 makes use of the CMake
variable `Python3_EXECUTABLE_DEBUG`, which was introduced in CMake
version 3.30. On systems with an inferior version of cmake, the lit
tests will try to run with an empty `config.python_executable`.

This PR adds a warning and falls back to using `Python3_EXECUTABLE` if
the CMake version is less than `3.30`.


  Commit: 414554497e3871a895675fe125b5613cc6191d2a
      https://github.com/llvm/llvm-project/commit/414554497e3871a895675fe125b5613cc6191d2a
  Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M flang/docs/FortranLLVMTestSuite.md
    M lldb/test/API/CMakeLists.txt
    M mlir/lib/IR/Diagnostics.cpp

  Log Message:
  -----------
  Merge branch 'main' into users/svkeerthy/10-21-mir2vec-tests-fix


Compare: https://github.com/llvm/llvm-project/compare/eaf1906f3edf...414554497e38

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list