llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unknown...
[oota-llvm.git] / tools / llvm-rtdyld / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   DebugInfo
3   ExecutionEngine
4   RuntimeDyld
5   Support
6   )
7
8 add_llvm_tool(llvm-rtdyld
9   llvm-rtdyld.cpp
10   )