forked from OSchip/llvm-project
Fix a comment for -fsave-optimization-record
Differential Revision: https://reviews.llvm.org/D26807 llvm-svn: 287357
This commit is contained in:
parent
e9bd022c41
commit
62ff7bab72
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue