xref
: /
aosp_15_r20
/
external
/
llvm
/
utils
/
FileCheck
/
CMakeLists.txt
(revision 9880d6810fe72a1726cb53787c6711e909410d58)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
add_llvm_utility(FileCheck
2
FileCheck.cpp
3
)
4
5
target_link_libraries(FileCheck LLVMSupport)
6