[LLVMdev] bugs on llvm 2.5
Nadav Rotem
nrotem at apple.com
Fri Oct 25 00:06:52 PDT 2013
Hi Hui,
LLVM 2.5 is no longer supported. Try using the latest LLVM release.
Thanks,
Nadav
On Oct 24, 2013, at 10:18 PM, Hui Zhang <wayne.huizhang at gmail.com> wrote:
> Hello,
>
> 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:
> Value still in symbol table! Type = 'i32' Name = 'a'
> Value still in symbol table! Type = 'i32' Name = 'b'
> llc: ValueSymbolTable.cpp:29:
> llvm::ValueSymbolTable::~ValueSymbolTable(): Assertion `vmap.empty() &&
> "Values remain in symbol table!"' failed.
> 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 ?
>
> Thanks !
>
> --
> Best regards
>
>
> Hui Zhang
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131025/7a7e5f49/attachment.html>
More information about the llvm-dev
mailing list