[PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Tue May 3 12:51:46 PDT 2016
DmitryPolukhin added a comment.
Richard, could you please share your counterexample so I could test it on my patch and GCC?
As for separate pass, it was my first reaction on the original patch from Stefan but soon I realized that I'll have to copy parts of magnler to some simplified mangler but with high probability of forgetting something and with code duplication. So now I think approach which runs full mangler in special mode is better and less error prone.
http://reviews.llvm.org/D18035
More information about the cfe-commits
mailing list