add_executable(KillTheDoctor
  KillTheDoctor.cpp
  )

target_link_libraries(KillTheDoctor LLVMSupport)
