[ARM] Split large widening MVE loads
[llvm-core.git] / utils / KillTheDoctor / CMakeLists.txt
blob72d994fb9953ac6fb3d8670d954831e8621717ae
1 add_llvm_utility(KillTheDoctor
2   KillTheDoctor.cpp
3   )
5 target_link_libraries(KillTheDoctor
6   LLVMSupport
7   psapi
8   )