Displaying 1 result from an estimated 1 matches for "5c01b58e".
2018 Mar 30
1
Proper way to do thinlto (from code)
Thanks!
I'll create a wrapper for WriteBitcodePass. Do I still need the
PrepareForThinTLO pass or is the writeBitCodePass enough?
On Fri, Mar 30, 2018, at 10:02, Peter Collingbourne wrote:
> You need to make sure that your bitcode file has a module summary
> index. You can do that either by creating a WriteBitcodePass with
> EmitSummaryIndex set to true or by calling