1add_llvm_utility(KillTheDoctor
2  KillTheDoctor.cpp
3  )
4
5target_link_libraries(KillTheDoctor LLVMSupport)
6