[all-commits] [llvm/llvm-project] 68cae1: Revert "[libclc] Move CMake for prepare_builtins t...

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Jul 22 01:35:32 PDT 2025


  Branch: refs/heads/release/21.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 68cae1896557786703dbda9215b8c8f98761a0a2
      https://github.com/llvm/llvm-project/commit/68cae1896557786703dbda9215b8c8f98761a0a2
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M libclc/CMakeLists.txt
    R libclc/utils/CMakeLists.txt

  Log Message:
  -----------
  Revert "[libclc] Move CMake for prepare_builtins to a subdirectory (#148815)"

This reverts commit 8a7a64873b13e6fd931b748fbf50b3da26fe7fca.  It broke
standalone builds since the necessary variables are now limited in scope
to `libclc/utils` while they are used in the top-level CMakeLists.


  Commit: 69ee6a0edd3b00d393ca2d24b9ddfe3c2def895c
      https://github.com/llvm/llvm-project/commit/69ee6a0edd3b00d393ca2d24b9ddfe3c2def895c
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M libclc/cmake/modules/AddLibclc.cmake

  Log Message:
  -----------
  Revert "[libclc] Change symlinks to copies on Windows (#147759)"

This reverts commit 9b5959dd9a0eb0fc005b92be7ef7f3a5e3377b81.


  Commit: b475893a15812d5e975cdae034c4386aadf0d5b3
      https://github.com/llvm/llvm-project/commit/b475893a15812d5e975cdae034c4386aadf0d5b3
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M libclc/cmake/modules/AddLibclc.cmake

  Log Message:
  -----------
  Revert "[libclc] Fix target dependency"

This reverts commit 222e795347c14afce49df1540926f3a1ae493de4.


  Commit: 7814dca9a82128c020f0679b743592d47e05a293
      https://github.com/llvm/llvm-project/commit/7814dca9a82128c020f0679b743592d47e05a293
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M libclc/CMakeLists.txt
    M libclc/cmake/modules/AddLibclc.cmake

  Log Message:
  -----------
  Revert "[libclc] Make library output directories explicit (#146833)"

This reverts commit 81e6552a3d6835c4e10eb981402febfac9df6156. This
change caused libclc to start installing broken symlinks that contain
absolute paths to the build directory rather than relative paths
within the install directory.


  Commit: 275fa26b0c5f0f43648198f067582ee62b480f87
      https://github.com/llvm/llvm-project/commit/275fa26b0c5f0f43648198f067582ee62b480f87
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M libclc/cmake/modules/AddLibclc.cmake

  Log Message:
  -----------
  Revert "[libclc] Add prepare-<triple> targets (#146700)"

This reverts commit 85d09de5fa19a32bbcc400928d55f9d633077640. This
change caused broken symlinks in the build directory, and the subsequent
commits fixing that introduced other issues.


Compare: https://github.com/llvm/llvm-project/compare/b5043a0940b9...275fa26b0c5f

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