daniel-donenfeld wrote: > Could we use the `MCContext`/`MCSymbol` machinery that uniques conflicting > symbols for us?
I added a new pass which lowers the prototype ids to unique MCSymbols, but I don't know what the best way to approach this is. When I tried changing the NVPTX Asm printer directly I had to make special case changes to the core printing loop https://github.com/llvm/llvm-project/pull/205639 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
