This is the name of a structure in the source code. <br><br><br><div class="gmail_quote">2009/10/30 Török Edwin <span dir="ltr"><<a href="mailto:edwintorok@gmail.com">edwintorok@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 2009-10-30 19:41, aparna kotha wrote:<br>
> We are trying to compile a .c file using llvm-gcc --emit-llvm .<br>
><br>
> The produced output has a variable name different from its name in the<br>
> .c file. We have tried it on different llvm-gcc versions and different<br>
> optimization levels.<br>
><br>
> Is there any reason that this happens.<br>
<br>
</div></div>Is it a static variable inside a function?<br>
<br>
Also I don't think there is any guaranteee about LLVM variable name<br>
mapping, you should look at llvm.dbg.variable to find out the original<br>
variable name.<br>
<br>
Best regards,<br>
<font color="#888888">--Edwin<br>
</font></blockquote></div><br>