[all-commits] [llvm/llvm-project] e251f5: [libclc] Make CMake messages better fit into LLVM ...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Thu Mar 28 08:11:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e251f56a4d808340765112dd78edc6e6619dd05b
https://github.com/llvm/llvm-project/commit/e251f56a4d808340765112dd78edc6e6619dd05b
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M libclc/CMakeLists.txt
Log Message:
-----------
[libclc] Make CMake messages better fit into LLVM (#86945)
The libclc project is currently only properly supported as an external
project. However, when trying to get it to also build in-tree, the CMake
configuration messages it outputs stand out amongst the rest of the LLVM
projects and sub-projects.
This commit makes all messages clear that they belong to the libclc
project, as well as turning them into 'STATUS' messages where
appropriate.
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