[flang] Use object before converts in fir.dispatch (#68589)
[llvm-project.git] / clang-tools-extra / clangd / benchmarks / CMakeLists.txt
blob13ca21ad70d81a37c492aaeeff0bbf7034305314
1 if(CLANGD_DECISION_FOREST)
2   add_subdirectory(CompletionModel)
3 endif()
5 add_benchmark(IndexBenchmark IndexBenchmark.cpp)
7 target_link_libraries(IndexBenchmark
8   PRIVATE
9   clangDaemon
10   LLVMSupport
11   )