Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp328 const auto &CmdCompile = Jobs.getJobs().front(); in TEST() local
329 const auto &InFile = CmdCompile->getInputInfos().front().getFilename(); in TEST()
331 auto ObjFile = CmdCompile->getOutputFilenames().front(); in TEST()
359 auto &CmdCompile = Jobs.getJobs().front(); in TEST() local
361 CC->ExecuteCommand(*CmdCompile, FailingCmd); in TEST()