[PATCH] D83468: [Debuginfo] Fix for PR46653

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 12:28:37 PDT 2020


probinson added a comment.

According to https://bugs.llvm.org/show_bug.cgi?id=46653#c3 there is no problem on x86-64, suggesting the fix is more likely to be in the AArch64 target instead of in generic code.  It's not uncommon for passes to lose source locations, or fail to add them when they should, so that is more likely to be the cause of the AArch64 issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83468





More information about the llvm-commits mailing list