[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang-tools-extra / clangd / benchmarks / CompletionModel / CMakeLists.txt
blob4c7cd779eb3e74a41f312f02262f44e77c48ed7a
1 add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)
3 target_link_libraries(DecisionForestBenchmark
4   PRIVATE
5   clangDaemon
6   LLVMSupport
7   )