[all-commits] [llvm/llvm-project] e429fd: OpenMP/cmake: Use list append instead of repeating...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 23 12:25:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e429fdd036957f570f624fee4e79a480ff2ec90e
https://github.com/llvm/llvm-project/commit/e429fdd036957f570f624fee4e79a480ff2ec90e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
Log Message:
-----------
OpenMP/cmake: Use list append instead of repeating variable name
Commit: a2f5bcc766fb77118630e13c91c3f3f2fd43420a
https://github.com/llvm/llvm-project/commit/a2f5bcc766fb77118630e13c91c3f3f2fd43420a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
Log Message:
-----------
OpenMP/cmake: Use DEPFILE instead of IMPLICIT_DEPENDS
IMPLICIT_DEPENDS doesn't actually work with ninja and this does.
Compare: https://github.com/llvm/llvm-project/compare/63b0b82fd6be...a2f5bcc766fb
More information about the All-commits
mailing list