minglotus-6 wrote:

> > > David says the itanium remapper file was only used once during gcc to 
> > > llvm transition, so not relevant here.
> > 
> > 
> > I believe it was actually for the libstdc++ to libc++ transition (see 
> > https://reviews.llvm.org/D51247 and https://reviews.llvm.org/D51240).
> > If it is broken we'll at least want to add a FIXME there.
> 
> Yes, I meant libstdc++ to libc++ transition. Why source line is this comment 
> addressing? I take take a look the changes/comments there.

Sorry for the misinformation. I think the itanium remapper needs a `:` -> `;` 
update (going to update this PR and tests to do it), since (for local-linkage 
functions) the function name used to look up profiles should use `;` delimiter. 

https://github.com/llvm/llvm-project/pull/74008
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to