Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1126 std::string PartFilename = OutputFilename; in main() local
1128 PartFilename += "." + utostr(Task); in main()
1132 std::make_unique<raw_fd_ostream>(PartFilename, EC, sys::fs::OF_None); in main()
1134 error("error opening the file '" + PartFilename + "': " + EC.message()); in main()