llvm-project/lldb/cmake/modules
Stefan Granitz f2ffa7320e Specify log level for CMake messages (less stderr)
Summary:
Specify message levels in CMake. Prefer STATUS (stdout).

As the default message mode (i.e. level) is NOTICE in CMake, more then necessary messages get printed to stderr. Some tools,  noticably ccmake treat this as an error and require additional confirmation and re-running CMake's configuration step.

This commit specifies a mode (either STATUS or WARNING or FATAL_ERROR)  instead of the default.

* I used `csearch -f 'llvm-project/.+(CMakeLists\.txt|cmake)' -l 'message\("'` to find all locations.
* Reviewers were chosen by the most common authors of specific files. If there are more suitable reviewers for these CMake changes, please let me know.

Patch by: Christoph Siedentop

Reviewers: zturner, beanz, xiaobai, kbobyrev, lebedev.ri, sgraenitz

Reviewed By: sgraenitz

Subscribers: mgorny, lebedev.ri, #sanitizers, lldb-commits, llvm-commits

Tags: #sanitizers, #lldb, #llvm

Differential Revision: https://reviews.llvm.org/D63370

llvm-svn: 363821
2019-06-19 15:25:32 +00:00
..
AddLLDB.cmake [CMake] LLDB.framework tools handling 2019-05-29 11:26:06 +00:00
FindLibEdit.cmake Fix a typo in FindLibEdit.cmake 2019-03-15 14:03:52 +00:00
LLDBConfig.cmake Specify log level for CMake messages (less stderr) 2019-06-19 15:25:32 +00:00
LLDBFramework.cmake [CMake] Fix generated Xcode-project ignoring output directory setting for LLDB.framework 2019-06-13 17:35:50 +00:00
LLDBGenerateConfig.cmake [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
LLDBStandalone.cmake Specify log level for CMake messages (less stderr) 2019-06-19 15:25:32 +00:00
debugserverConfig.cmake [CMake] Move debugserver options to separate debugserverConfig.cmake 2019-01-04 12:46:38 +00:00