diff options
author | Alex Brachet <abrachet@google.com> | 2022-11-03 00:12:10 +0000 |
---|---|---|
committer | Alex Brachet <abrachet@google.com> | 2022-11-03 00:12:10 +0000 |
commit | 78ed64d89fd6ea348a963516a2e49028e4079f65 (patch) | |
tree | 4d1a12014af29ff714b12ab58c5c75f5e9f4f87f /llvm/lib/Support/CommandLine.cpp | |
parent | 74d8628cf7cbf442f37fbc3a7012ed77e8749d3c (diff) | |
download | llvm-78ed64d89fd6ea348a963516a2e49028e4079f65.zip llvm-78ed64d89fd6ea348a963516a2e49028e4079f65.tar.gz llvm-78ed64d89fd6ea348a963516a2e49028e4079f65.tar.bz2 |
[Driver] Don't preprocess source files when reproducing linker crashes
It's not necessary to redo the source file preprocessing for reproducing linker
crashes because we must have successfully created the object file by this point.
Skip this step, and also don't report the preprocessed source file or create
the clang invocation shell script. The latter is no longer sensible without the
preprocessed source, or helpful given the linker reproducer will have it's own
shell script.
Differential Revision: https://reviews.llvm.org/D137289
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions