Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp3484 std::string CLExtStr = std::string("-cl-ext=") + A->getValue(); in RenderOpenCLOptions() local
3485 CmdArgs.push_back(Args.MakeArgString(CLExtStr)); in RenderOpenCLOptions()