Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp215 std::string SDKPathArg = "--cuda-path="; in createCuda() local
217 SDKPathArg += CudaSDKPath; in createCuda()
218 Argv.push_back(SDKPathArg.c_str()); in createCuda()