[PATCH] D94976: [DWARF] Create subprogram's DIE in the unit specified by its DISubprogram

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 07:19:09 PST 2021


teemperor added a comment.

I did some bisecting and I found out the debuginfo tests have incorrect build dependencies and this commit was *not* at fault (someone/something deleted the built test binaries and caused a long overdue rebuild). The commit that enabled the new pass manager actually caused the tests to fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94976



More information about the llvm-commits mailing list