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 .c file. We have tried it on different llvm-gcc versions and different optimization levels. <br>
<br>Is there any reason that this happens. <br><br><br><br>Aparna <br>