[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity
authorJohn Ericson <John.Ericson@Obsidian.Systems>
Sat, 1 Jan 2022 07:03:31 +0000 (07:03 +0000)
committerJohn Ericson <John.Ericson@Obsidian.Systems>
Mon, 3 Jan 2022 20:55:44 +0000 (20:55 +0000)
commit949bbd0a689286d0b2f73ae4f212673bc0bd688c
tree609d46731002d72390060a9e0132e61f0b8de3db
parenta361320d75ad51fcca6522dc6caa4673457d6ea7
[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity

In D116472 we created conditionally defined variables for the tools to
unbreak the legacy build where they are in `llvm/tools`.

The runtimes are not tools, so that flexibility doesn't matter. Still,
it might be nice to define (unconditionally) and use the variable for
the runtimes simply to make the code a bit clearer and document what is
going on.

Also, consistently put project dirs at the beginning, not end of `CMAKE_MODULE_PATH`. This ensures they will properly shadow similarly named stuff that happens to be later on the path.

Reviewed By: mstorsjo, #libunwind, #libc, #libc_abi, ldionne

Differential Revision: https://reviews.llvm.org/D116477
compiler-rt/CMakeLists.txt
compiler-rt/lib/builtins/CMakeLists.txt
libcxx/CMakeLists.txt
libcxxabi/CMakeLists.txt
libunwind/CMakeLists.txt
runtimes/CMakeLists.txt