[all-commits] [llvm/llvm-project] ff0d3f: Workflows: Fix version-check.py script for when th...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Jan 27 20:31:57 PST 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: ff0d3fdada35db749f4526365718087c90c06e05
https://github.com/llvm/llvm-project/commit/ff0d3fdada35db749f4526365718087c90c06e05
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M .github/workflows/version-check.py
Log Message:
-----------
Workflows: Fix version-check.py script for when there is no RC tag yet
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D142598
(cherry picked from commit 57b491b5c10a0de5eed83cb5e19c9f8dedc11e67)
Commit: 5e105896563e43bf8d4fee6b75564e5e00c21ff9
https://github.com/llvm/llvm-project/commit/5e105896563e43bf8d4fee6b75564e5e00c21ff9
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M libclc/CMakeLists.txt
Log Message:
-----------
libclc: Set CMAKE_CXX_STANDARD to 17 to match llvm
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D142720
(cherry picked from commit 409f42b10ac6dc1c6a4e68d20ccd3adf6770e238)
Commit: f797fef100d08b8a186a5725cf2ffa9cd13be8d1
https://github.com/llvm/llvm-project/commit/f797fef100d08b8a186a5725cf2ffa9cd13be8d1
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M .github/workflows/llvm-project-tests.yml
Log Message:
-----------
workflows: Bump python version on Windows to try to fix lldb failure
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D142719
(cherry picked from commit 9f307a02bebf9029079f3d13c8b0ccd3b09c5241)
Commit: 4208362fe1e0d61c7b730d830b50648bba2c27ce
https://github.com/llvm/llvm-project/commit/4208362fe1e0d61c7b730d830b50648bba2c27ce
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M libclc/CMakeLists.txt
Log Message:
-----------
libclc: Fix building against an llvm build directory
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D142718
(cherry picked from commit 8040e3a4deeb25edc34fb4f89e032ff58ad50572)
Commit: a28dd0170bac7ae6c6f801a6c31ce59accd1a4e0
https://github.com/llvm/llvm-project/commit/a28dd0170bac7ae6c6f801a6c31ce59accd1a4e0
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M .github/workflows/llvm-project-tests.yml
Log Message:
-----------
workflows: Fix libclc tests
libclc requires using cmake files to detect the LLVM installation instead
of llvm-config so we need to update our cmake invocation.
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D142716
(cherry picked from commit 683b83abaab4e7f10446bec4007277430cd987ea)
Compare: https://github.com/llvm/llvm-project/compare/16391614c26b...a28dd0170bac
More information about the All-commits
mailing list