Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical registe...
[oota-llvm.git] / utils / FileCheck / CMakeLists.txt
1 add_llvm_utility(FileCheck
2   FileCheck.cpp
3   )
4
5 target_link_libraries(FileCheck LLVMSupport)