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

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 05:41:42 PDT 2021


StephenTozer added a comment.

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.


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