fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
[oota-llvm.git] / utils / KillTheDoctor / CMakeLists.txt
1 add_executable(KillTheDoctor
2   KillTheDoctor.cpp
3   )
4
5 target_link_libraries(KillTheDoctor LLVMSupport)