llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Ziqing Luo (ziqingluo-90) <details> <summary>Changes</summary> Add clangUnifiedSymbolResolution as dependency of clang index unit test. --- Full diff: https://github.com/llvm/llvm-project/pull/205954.diff 1 Files Affected: - (modified) clang/unittests/Index/CMakeLists.txt (+1) ``````````diff diff --git a/clang/unittests/Index/CMakeLists.txt b/clang/unittests/Index/CMakeLists.txt index 15e9ba0643eaf..dd76dc05a4284 100644 --- a/clang/unittests/Index/CMakeLists.txt +++ b/clang/unittests/Index/CMakeLists.txt @@ -8,6 +8,7 @@ add_clang_unittest(IndexTests clangLex clangSerialization clangTooling + clangUnifiedSymbolResolution LLVM_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Support `````````` </details> https://github.com/llvm/llvm-project/pull/205954 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
