Home
last modified time | relevance | path

Searched refs:LibDeviceFile (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp632 std::string LibDeviceFile = CudaInstallation.getLibDeviceFile(GpuArch); in addClangTargetOptions() local
634 if (LibDeviceFile.empty()) { in addClangTargetOptions()
644 CC1Args.push_back(DriverArgs.MakeArgString(LibDeviceFile)); in addClangTargetOptions()