[PATCH] D95622: Revert "[DWARF] Create subprogram's DIE in DISubprogram's unit"

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 13:04:20 PST 2021


rupprecht added a comment.

While I'm reducing the source, the minimal flags to hit this seem to be `clang -g -mllvm -generate-type-units ...`

Lots of compilations trigger this crash, so you may not actually need me to reduce anything, you could maybe try compiling any large codebase (clang+llvm probably works) with those flags and find something. I'm reducing https://github.com/abseil/abseil-cpp/blob/master/absl/strings/str_split.cc which is the earliest failure seen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95622



More information about the llvm-commits mailing list