[all-commits] [llvm/llvm-project] e614e0: [libclc] Fix build with Unix Makefiles (#89147)
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Mon Apr 22 01:51:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e614e037f371e92499e19ada730f61e77d640780
https://github.com/llvm/llvm-project/commit/e614e037f371e92499e19ada730f61e77d640780
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M libclc/cmake/modules/AddLibclc.cmake
Log Message:
-----------
[libclc] Fix build with Unix Makefiles (#89147)
Commit #87622 broke the build. Ninja was happy with creating the output
directories as necessary, but Unix Makefiles isn't. Ensure they are
always created.
Fixes #88626.
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