Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1034 bool SingleOutput = Files.size() == 1; in linkBitcodeFiles() local
1036 if (BitcodeOutput.size() != 1 || !SingleOutput) in linkBitcodeFiles()
1046 auto FileOrErr = nvptx::assemble(File, Args, !SingleOutput); in linkBitcodeFiles()