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
/
pseudo
/
benchmarks
/
CMakeLists.txt
blob
859db991403cd57d9f70f9c4d8511d182ad4f8ef
1
add_benchmark(ClangPseudoBenchmark Benchmark.cpp)
2
3
target_link_libraries(ClangPseudoBenchmark
4
PRIVATE
5
clangPseudo
6
clangPseudoCLI
7
clangPseudoGrammar
8
LLVMSupport
9
)