summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld/CMakeLists.txt
blob: 8d161d366da7d83074c44cda4ebc0d5d3e42dc97 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT debuginfo)

add_llvm_tool(llvm-rtdyld
  llvm-rtdyld.cpp
  )