Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
tools
/
llvm-rtdyld
/
CMakeLists.txt
blob: c1acbe5846bdb549808e5812352076f7f83b446d [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoDWARF
ExecutionEngine
MC
Object
RuntimeDyld
Support
)
add_llvm_tool(llvm-rtdyld
llvm-rtdyld.cpp
)