[PATCH] D74324: Tools emit the bug report URL on crash
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 16:20:21 PDT 2020
probinson added a comment.
Hi @leonardchan
Owen is on UK time so I took a look. I think Owen inadvertently put the new API in a place that is guarded by `#if ENABLE_BACKTRACES` and I'm guessing that your build has that turned off.
I've posted D76893 <https://reviews.llvm.org/D76893> because something has gone wrong with my git environment and I can't commit it myself right now.
I didn't actually try a build with backtraces off, because I figured you'd rather have the likely fix sooner. Hope I did fix it and sorry for the breakage.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74324/new/
https://reviews.llvm.org/D74324
More information about the llvm-commits
mailing list