Author: Kai Luo Date: 2023-02-13T11:27:45+01:00 New Revision: 46ea8e1db2babadb30f17eb584452e07a6282e3a
URL: https://github.com/llvm/llvm-project/commit/46ea8e1db2babadb30f17eb584452e07a6282e3a DIFF: https://github.com/llvm/llvm-project/commit/46ea8e1db2babadb30f17eb584452e07a6282e3a.diff LOG: [CMake] Fix -DBUILD_SHARED_LIBS=on builds after D137534 Added: Modified: clang/tools/clang-scan-deps/CMakeLists.txt Removed: ################################################################################ diff --git a/clang/tools/clang-scan-deps/CMakeLists.txt b/clang/tools/clang-scan-deps/CMakeLists.txt index 6aa914f3b2560..4db565314c06b 100644 --- a/clang/tools/clang-scan-deps/CMakeLists.txt +++ b/clang/tools/clang-scan-deps/CMakeLists.txt @@ -1,6 +1,8 @@ set(LLVM_LINK_COMPONENTS Core + Option Support + TargetParser ) add_clang_tool(clang-scan-deps _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
