[PATCH] D28913: ThinLTOBitcodeWriter: Strip debug info from merged module.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 13:57:23 PST 2017
mehdi_amini added a comment.
In https://reviews.llvm.org/D28913#659209, @krasin wrote:
> I have just confirmed that this CL fixes the issue with Chromium + ThinLTO + debug info described here: https://crbug.com/682773#c9
This should only be a compile-time optimization for CFI. So this is another issue that should be address separately, and likely first.
https://reviews.llvm.org/D28913
More information about the llvm-commits
mailing list