<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Hui, <div><br></div><div>LLVM 2.5 is no longer supported. Try using the latest LLVM release. </div><div><br></div><div>Thanks,</div><div>Nadav</div><div><br><div><div>On Oct 24, 2013, at 10:18 PM, Hui Zhang <<a href="mailto:wayne.huizhang@gmail.com">wayne.huizhang@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:large">Hello,</div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large">
I'm using llvm 2.5.  I initially built it with GCC 4.1.2  and it completed building.  But when I run it with a simple test function, it fails with the following issue: </div><div class="gmail_default" style="font-family:georgia,serif;font-size:large">
<pre style="line-height:24px;text-align:justify">Value still in symbol table! Type = 'i32' Name = 'a'
Value still in symbol table! Type = 'i32' Name = 'b'</pre></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large"><pre style="line-height:24px;text-align:justify">llc: ValueSymbolTable.cpp:29:
llvm::ValueSymbolTable::~ValueSymbolTable(): Assertion `vmap.empty() &&
"Values remain in symbol table!"' failed.</pre></div><div><div class="gmail_default" style="font-family:georgia,serif;font-size:large">I googled an found some answer that it was because the compiler I used to build llvm is not right, so I switched it to gcc 4.3  which is not on the broken gcc list. However, I rebuilt all the thing but this error still remains. Could you tell me why is it acting like this ?</div>
<div class="gmail_default" style="font-family:georgia,serif;font-size:large"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large">Thanks !</div><br></div>-- <br>Best regards<br><br><br>Hui Zhang<br>

</div>
_______________________________________________<br>LLVM Developers mailing list<br><a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></blockquote></div><br></div></body></html>