[PATCH] D43687: Improve merging of debug locations (fixes PR 36410)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 11:26:56 PST 2018


aprantl requested changes to this revision.
aprantl added a comment.
This revision now requires changes to proceed.

I just found out that this patch causes an assertion when compiling `projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cc`:
Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file ../include/llvm/Support/Casting.h, line 255.

Let me know if you need more detailed instructions to reproduce.


Repository:
  rL LLVM

https://reviews.llvm.org/D43687





More information about the llvm-commits mailing list