[Lldb-commits] [PATCH] D146043: [lldb] Refactor CrashReason
Daniel Thornburgh via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 16 15:38:44 PDT 2023
mysterymath added a comment.
Hey, it looks like the reland of this is causing issues with the Fuchsia toolchain build: https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8786444992328058977/overview
Seems that it's only legal to call AppendBounds if you first check for the definition of si_lower and si_upper, since these guard the definition of AppendBounds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146043/new/
https://reviews.llvm.org/D146043
More information about the lldb-commits
mailing list