search for: __llvm_eh_add_uncaught_exception

Displaying 5 results from an estimated 5 matches for "__llvm_eh_add_uncaught_exception".

2006 Aug 20
2
[LLVMdev] stdlib.h
...I fix this, by replacing ___main by main manually, the program seg-faults. It used to work fine with the cfrontend that came together with llvm. Do you guys know what can be happening? 2) If I try: llvm-g++ source.cpp -o source ; source I get this error: ERROR: Program used external function '__llvm_eh_add_uncaught_exception' which could not be resolved! Abort Could some one help me fixing this? Do I have to use llvm-gcc4? All the best, Fernando
2006 Aug 20
0
[LLVMdev] stdlib.h
...ally, the program > seg-faults. > > It used to work fine with the cfrontend that came together with llvm. Do > you > guys know what can be happening? > > 2) If I try: llvm-g++ source.cpp -o source ; source > I get this error: > ERROR: Program used external function '__llvm_eh_add_uncaught_exception' > which could not be resolved! > Abort > > Could some one help me fixing this? Do I have to use llvm-gcc4? > > All the best, > > Fernando > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http:/...
2006 Aug 21
1
[LLVMdev] stdlib.h
...; > > > It used to work fine with the cfrontend that came together with llvm. Do > > you > > guys know what can be happening? > > > > 2) If I try: llvm-g++ source.cpp -o source ; source > > I get this error: > > ERROR: Program used external function '__llvm_eh_add_uncaught_exception' > > which could not be resolved! > > Abort > > > > Could some one help me fixing this? Do I have to use llvm-gcc4?
2006 Aug 20
2
[LLVMdev] stdlib.h
Dear guys, my llvm-gcc does not compile stdlib.h correctly. I found this explanation here: http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=567 Indeed, I am running Mac OS 10.4. Do I have to rebuild my gcc front-end from source, or there is a script in the LLVM website that could help me? Best regards, Fernando
2006 Aug 20
0
[LLVMdev] stdlib.h
Rebuilding llvm-gcc4 from source should work fine. Please see the directions in the file README.LLVM at the top level src directory. You can check llvm-gcc4 out from Subversion with the command: svn co svn://anonsvn.opensource.apple.com/svn/llvm/trunk llvm-gcc4 Reid. On Sat, 2006-08-19 at 20:15 -0700, Fernando Magno Quintao Pereira wrote: > Dear guys, > > my llvm-gcc does not