t.p.northover added a comment.

I don't think this handles the no-personality case properly. For example this 
code leads to a DWARF entry now:

  void bar(int *) noexcept;
  void foo() {
    int arr;
    bar(&arr);
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144999

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to