Fix a comment for -fsave-optimization-record

Differential Revision: https://reviews.llvm.org/D26807

llvm-svn: 287357
This commit is contained in:
Adam Nemet 2016-11-18 18:17:33 +00:00
parent e9bd022c41
commit 62ff7bab72
1 changed files with 1 additions and 1 deletions

View File

@ -6225,7 +6225,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
Args.hasArg(options::OPT_S))) {
F = Output.getFilename();
} else {
// Use the compilation directory.
// Use the input filename.
F = llvm::sys::path::stem(Input.getBaseInput());
// If we're compiling for an offload architecture (i.e. a CUDA device),