1add_llvm_utility(FileCheck
2  FileCheck.cpp
3  )
4
5target_link_libraries(FileCheck PRIVATE LLVMFileCheck LLVMSupport)
6