repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis] Fix missing std::move.
[llvm-complete.git]
/
utils
/
FileCheck
/
CMakeLists.txt
blob
32e948a1a19eb8ad73a29e9620fb9403d6b438f0
1
add_llvm_utility(FileCheck
2
FileCheck.cpp
3
)
4
5
target_link_libraries(FileCheck PRIVATE LLVMSupport)