Home
last modified time | relevance | path

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

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