[PATCH] D14511: Emit discriminator for inlined callsites.

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 15:24:13 PST 2015


dnovillo added a comment.

The one thing I don't understand about this patch is why it needs to add a new DW_*discriminator flag? But I don't know enough DWARF to decide whether using the existing flag is OK or not.

Also, this is a final codegen issue?  That is, the actual AddDiscriminators pass is DTRT?


http://reviews.llvm.org/D14511





More information about the llvm-commits mailing list