[PATCH] D87787: Temporary fix for debug loc list bug with basic block sections

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 20:13:53 PDT 2020


tmsriram added a comment.

In D87787#2278384 <https://reviews.llvm.org/D87787#2278384>, @dblaikie wrote:

> Could you include the source and any command lines (clang, what optimization level, etc) was used to generate the test IR? It can make the test a bit easier to read at a glance and help if the test needs to be regenerated for some reason.

The test IR was reduced using a reduce tool so we don't have the source unfortunately.  We tried hard to generate C programs that would show this failure but with no avail.


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

https://reviews.llvm.org/D87787



More information about the llvm-commits mailing list