Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMSVC.cpp398 auto LinkCmd = std::make_unique<Command>( in ConstructJob() local
402 LinkCmd->setEnvironment(Environment); in ConstructJob()
403 C.addCommand(std::move(LinkCmd)); in ConstructJob()