If a target has changed the variable name , it is not currently reflected in Debug Info Metadata. The attached patch gets the name from Var rather than the Decl, let me know if it is the right thing to do.
- Sanjiv
clang.metadata.patch (550 Bytes)
If a target has changed the variable name , it is not currently reflected in Debug Info Metadata. The attached patch gets the name from Var rather than the Decl, let me know if it is the right thing to do.
- Sanjiv
clang.metadata.patch (550 Bytes)
OK, go ahead.
I'm curious, why and how would target change global variable name ?
Devang Patel wrote: