[PATCH] D71042: [DebugInfo] Ensure fallback artificial location is available for cleanups

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 13:13:08 PST 2019


vsk added a comment.

This is causing a failure in debuginfo-tests:

http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/4450/testReport/junit/debuginfo-tests/llgdb-tests/block_var_m/

Assertion failed: (EndLoc.isValid() && "no location for inlineable cleanup calls")


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71042





More information about the cfe-commits mailing list