From 117ac0c7586cd505317aaf58f684272686064ca9 Mon Sep 17 00:00:00 2001 From: OSS-Fuzz Team Date: Thu, 3 Jul 2025 16:48:56 -0700 Subject: [PATCH] Testing sync. Indexer-PiperOrigin-RevId: 778982861 --- infra/indexer/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/infra/indexer/CMakeLists.txt b/infra/indexer/CMakeLists.txt index 0c9288a04fa8..3f8456922b50 100644 --- a/infra/indexer/CMakeLists.txt +++ b/infra/indexer/CMakeLists.txt @@ -115,7 +115,6 @@ target_link_libraries(frontend PUBLIC clangBasic clangFrontend clangLex - clangSema clangTooling index merge_queue @@ -130,11 +129,6 @@ target_link_libraries(indexer PRIVATE absl::log_initialize absl::check absl::string_view - LLVMSupport - clangTooling - frontend - index - merge_queue -static )