[LLVMdev] Usage of llvmc

Seung Jae Lee lee225 at uiuc.edu
Sun May 27 22:11:10 PDT 2007


Hello, guys.
I've tried to use llvmc to test optimization options but wasn't successful.
Would you mind telling me what's wrong with this?
-------------------------------------------------------------
$ llvmc chc_03.c -O3 -o chc_03
terminate called after throwing an instance of 'std::string'
llvmc((anonymous namespace)::PrintStackTrace()+0x15)[0x8086091]
/lib/tls/libc.so.6(abort+0xe9)[0x367199]
/usr/lib/libstdc++.so.6(__gnu_cxx::__verbose_terminate_handler()+0xeb)[0x74e25b]
/usr/lib/libstdc++.so.6[0x74bf71]
/usr/lib/libstdc++.so.6[0x74bfa6]
/usr/lib/libstdc++.so.6[0x74c0ef]
llvmc(llvm::LLVMC_ConfigDataProvider::ReadConfigData(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x849)[0x8066f65]
[0x0]
Aborted
$
-------------------------------------------------------------
Forgive my ignorance.
Thank you.

Seung Jae Lee



More information about the llvm-dev mailing list