[all-commits] [llvm/llvm-project] 6362ef: [CMake] Avoid build spam by switching to Debug mes...
Vincent Lee via All-commits
all-commits at lists.llvm.org
Thu Oct 19 23:52:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6362ef1fb1cf52e00c15d9d64a3468a62c634413
https://github.com/llvm/llvm-project/commit/6362ef1fb1cf52e00c15d9d64a3468a62c634413
Author: Vincent Lee <thevinster at users.noreply.github.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[CMake] Avoid build spam by switching to Debug message (#69497)
This is primarily only useful when debugging. It's generally assumed
that users
will have their custom flags applied if it's specified in their CMake
cache files.
Addresses
https://github.com/llvm/llvm-project/pull/68393#discussion_r1363399029
More information about the All-commits
mailing list