Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVC.cpp559 auto LinkCmd = llvm::make_unique<Command>( in ConstructJob() local
562 LinkCmd->setEnvironment(Environment); in ConstructJob()
563 C.addCommand(std::move(LinkCmd)); in ConstructJob()