[PATCH] D101540: [DebugInfo] Fix crash when emitting an invalidated SDDbgValue

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 12:52:05 PDT 2021


dblaikie added a comment.

In D101540#2744380 <https://reviews.llvm.org/D101540#2744380>, @StephenTozer wrote:

> This patch caused some failures on buildbots, caused by the fact that the test requires x86_64 but does not have the explicit REQUIRE set. I've pushed up a followup fix that moves the test from DebugInfo/Generic to DebugInfo/X86, which should fix the issue; I welcome any post-commit review on this change.

Might be handy to include the commit hash so folks can easily follow-up from here to there. (I think there's some way to write the commit hash in Phab such it it turns it into a link, which is nice)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101540



More information about the llvm-commits mailing list