[PATCH] D79447: [Debug][CodeView] Emit fully qualified names for globals

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 02:38:17 PDT 2020


hans added a comment.

> - Added assert in `emitDebugInfoForUDTs` to ensure no lowering can occur during UDT emission, as suggested by @rnk

It seems we hit the assert in Chromium. Here's a reproducer: https://bugs.chromium.org/p/chromium/issues/detail?id=1083877#c3 (I'll try to create a shorter one.)

I've reverted in 525a591f0f48b9d54018bf5245f2abee09c9c1c8 <https://reviews.llvm.org/rG525a591f0f48b9d54018bf5245f2abee09c9c1c8> in the meantime.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79447





More information about the llvm-commits mailing list