[PATCH] D40747: [ThinLTO] Enable importing of aliases as copy of aliasee

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 10:39:51 PST 2017


dblaikie added a comment.

Just a quick note:

Could you check what the debug info looks like for an imported alias that is inlined, and one that isn't inlined?

Specifically my concern is over whether or not this causes a second CU to be created - currentyl we're threading a needle to avoid fixing/updating GDB by not needing multiple CUs per DWO file due to importing cross-CU inlining into the calling CU, etc.

Can talk more offline or through this thread.


https://reviews.llvm.org/D40747





More information about the llvm-commits mailing list