jdoerfert wrote:

> I don't like a lot of the custom handling here, I would expect this to have 
> almost identical behavior to GNU-style variable renaming, i.e..
> 
> ```c
> int foo(void) asm("custom_name");
> ```

The user has no way of knowing the name right now. So they can't rename it 
either.

https://github.com/llvm/llvm-project/pull/200301
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to