repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
benchmarks
/
CompletionModel
/
CMakeLists.txt
blob
4c7cd779eb3e74a41f312f02262f44e77c48ed7a
1
add_benchmark(DecisionForestBenchmark DecisionForestBenchmark.cpp)
2
3
target_link_libraries(DecisionForestBenchmark
4
PRIVATE
5
clangDaemon
6
LLVMSupport
7
)