blob: b3ceee1bc5ed2f34cfc10abe8b11061aa20a2970 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BitReader
MCParser
Option
X86AsmParser
)
add_llvm_executable(pass_to_move
PassToMove.cpp
)
target_link_libraries(pass_to_move
clangAST
clangASTMatchers
clangAnalysis
clangBasic
clangDriver
clangEdit
clangFrontend
clangLex
clangParse
clangSema
clangSerialization
clangTooling
)
cr_install(TARGETS pass_to_move RUNTIME DESTINATION bin)