<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> _$_ seems like a reasonable solution, as ISO C/C++ forbids dollar-sign<br>
I CC'ed Ravi and Jon to confirm that Intel and AMD toolchains will be<br>
be fine with "$" in the symbol name. We already know it should work for<br>
NVIDIA and NEC. I guess that would be all.<br></blockquote><div><br></div><div>'$' works fine on amdgcn. We're using llvm-mc for the assembler and (nearly?) standard elf for the binary formats so it should work really. Hello world style test passes too.</div><div><br></div><div>Embedded \0 in the middle of the symbol name was rejected in IR but anything else seems to work.<br></div><div><br></div><div>Thanks!</div><div></div><div> </div><div>Jon</div></div></div>