[PATCH] D143229: [FunctionImporter] Don't upgrade debug info for ThinLTO compiles

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 09:05:57 PST 2023


steven_wu added a comment.

I don't think this restriction works for Apple. Compatibility is important for users that needs external dependencies that they do not control. If the debug info upgrader is expensive for you, we can probably add a fast check to skip that, or just give user a flag to control that behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143229



More information about the llvm-commits mailing list