blob: 21453b9ca0348f068a5d02ef5612f0e545c90e6e [file]
set(LLVM_LINK_COMPONENTS
BinaryFormat
Object
Option
Support
)
add_llvm_executable(nvptx-loader nvptx-loader.cpp)
target_link_libraries(nvptx-loader
PRIVATE
gpu_loader
llvmlibc_rpc_server
CUDA::cuda_driver
)