[LLVMdev] Problem while building llvm

Li Shengmei lism03 at gmail.com
Mon Dec 7 23:20:32 PST 2009


Thanks, sands
My gcc version is 3.4.6. Any problems?

Shengmei
----------------
Hi,

> / : undefined reference to `__register_frame' /

this is defined in libgcc on most platforms and is used for registering
exception handling frames.  LLVM's JIT makes use of it on some platforms.
What version of gcc are you using?

Ciao,

Duncan.




More information about the llvm-dev mailing list