[PATCH] D126550: Make report_fatal_error respect its GenCrashDiag argument so it doesn't generate a backtrace

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 29 13:21:42 PDT 2022


nlopes updated this revision to Diff 432803.
Herald added subscribers: pmatos, asb, pengfei, atanasyan, zzheng, jrtc27, fedor.sergeev, aheejin, jgravelle-google, sbc100, nemanjai, sdardis, jyknight, dschuff.

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

https://reviews.llvm.org/D126550

Files:
  llvm/lib/Support/ErrorHandling.cpp
  llvm/lib/Transforms/IPO/BlockExtractor.cpp
  llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/test/CodeGen/ARM/codemodel.ll
  llvm/test/CodeGen/BPF/xadd.ll
  llvm/test/CodeGen/Lanai/codemodel.ll
  llvm/test/CodeGen/Mips/cpus.ll
  llvm/test/CodeGen/Mips/fp64a.ll
  llvm/test/CodeGen/Mips/micromips64-unsupported.ll
  llvm/test/CodeGen/Mips/mips32r6/compatibility.ll
  llvm/test/CodeGen/Mips/mips64r6/compatibility.ll
  llvm/test/CodeGen/Mips/msa/3r-a.ll
  llvm/test/CodeGen/PowerPC/codemodel.ll
  llvm/test/CodeGen/SPARC/codemodel.ll
  llvm/test/CodeGen/SystemZ/codemodel.ll
  llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll
  llvm/test/CodeGen/X86/codemodel.ll
  llvm/test/MC/Mips/micromips64-unsupported.s
  llvm/test/MC/Mips/micromips64r6-unsupported.s
  llvm/test/Other/optimization-remarks-inline.ll
  llvm/test/Transforms/BlockExtractor/invalid-block.ll
  llvm/test/Transforms/BlockExtractor/invalid-function.ll
  llvm/test/Transforms/BlockExtractor/invalid-line.ll
  llvm/test/Transforms/GCOVProfiling/version.ll
  llvm/test/Transforms/LoopUnroll/peel-loop-and-unroll.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126550.432803.patch
Type: text/x-patch
Size: 21294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220529/435c485e/attachment.bin>


More information about the llvm-commits mailing list