Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp760 StringRef OutputExtension = llvm::sys::path::extension(OutFile); in createOutputFile() local
762 StringRef(OutFile).drop_back(OutputExtension.size()); in createOutputFile()
764 TempPath += OutputExtension; in createOutputFile()