[PATCH] D73742: [Clang][Driver] After default -fintegrated-cc1, fix report_fatal_error no longer generates preprocessed source + reproducer.sh

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 12:54:19 PST 2020


aganea updated this revision to Diff 243241.
aganea marked 2 inline comments as done.
aganea edited the summary of this revision.
aganea added a comment.

Simplified patch after landing previous incremental changes mentioned above <https://reviews.llvm.org/D73742#1860263>.

@arichardson If you have the chance, could you please apply this, see if that fixes your use-case?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73742/new/

https://reviews.llvm.org/D73742

Files:
  clang/test/Driver/crash-report.c
  clang/tools/driver/cc1_main.cpp
  clang/tools/driver/cc1as_main.cpp
  llvm/include/llvm/Support/CrashRecoveryContext.h
  llvm/include/llvm/Support/Process.h
  llvm/lib/Support/CrashRecoveryContext.cpp
  llvm/lib/Support/ErrorHandling.cpp
  llvm/lib/Support/Process.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73742.243241.patch
Type: text/x-patch
Size: 6566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200207/c01a7d35/attachment.bin>


More information about the cfe-commits mailing list