1add_llvm_component_library(LLVMNVPTXInfo 2 NVPTXTargetInfo.cpp 3 4 LINK_COMPONENTS 5 MC 6 Support 7 8 ADD_TO_COMPONENT 9 NVPTX 10 ) 11