Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp675 auto LinkCmd = std::make_unique<Command>( in ConstructJob() local
679 LinkCmd->setEnvironment(Environment); in ConstructJob()
680 C.addCommand(std::move(LinkCmd)); in ConstructJob()