[PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 10:06:57 PST 2016
tejohnson added a comment.
In http://reviews.llvm.org/D16440#360836, @tejohnson wrote:
> Add a new option to control full importing of types. By default import
> only type decls instead of full defs.
Let me know if this is too big of a hammer. For now it will essentially turn off this entire patch, meaning not only will we get the full type defs, but we also import the full dbg.cu (including enums, etc).
http://reviews.llvm.org/D16440
More information about the llvm-commits
mailing list