[llvm-exegesis] Fix missing std::move.
[llvm-complete.git] / utils / not / CMakeLists.txt
blob29c7b0218521d4cdbc32d8105391a4d0c43e2e62
1 add_llvm_utility(not
2   not.cpp
3   )
5 target_link_libraries(not PRIVATE LLVMSupport)