[all-commits] [llvm/llvm-project] 326c13: [NFC] [CMake] Cleanup clang tool dependencies
Chris B via All-commits
all-commits at lists.llvm.org
Fri Mar 10 08:56:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 326c13531af32df8361cb4c98d2cc1355b0f8c48
https://github.com/llvm/llvm-project/commit/326c13531af32df8361cb4c98d2cc1355b0f8c48
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M clang/test/CMakeLists.txt
M clang/tools/clang-linker-wrapper/CMakeLists.txt
M clang/tools/clang-offload-bundler/CMakeLists.txt
M clang/tools/clang-offload-packager/CMakeLists.txt
Log Message:
-----------
[NFC] [CMake] Cleanup clang tool dependencies
None of these tools need to depend on clang to build, instead the test
target should depend on them.
This prevents rebuilding/linking these tools when building the `clang`
target directly.
More information about the All-commits
mailing list