[clang] [clang][index][USR] Fix build issue introduced in #205430 (PR #205954)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 25 16:56:20 PDT 2026


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


More information about the cfe-commits mailing list