Eric-Guo-NXP wrote: > > targets build at -O0 and never run 'opt', so helpers are no longer inlined > > and survive as real calls, > > Which shouldn't be a problem?
AddLibclc.cmake also provides a `--internalize --only-needed` flag, which removes any functions that are not inlined. https://github.com/llvm/llvm-project/pull/202891 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
