search for: tp18747589p19723406

Displaying 3 results from an estimated 3 matches for "tp18747589p19723406".

2008 Sep 29
0
[LLVMdev] Unwinds Gone Wild
Hi, > Why does it generate GCC only constructs anyway, that does not sound > very much like the multi-platform that LLVM is targeting. since libgcc is available everywhere llvm is, it's as multi-platform as llvm! If we didn't use libgcc then we'd have to introduce an llvm runtime library. Since it would just duplicate the functionality of libgcc, it would introduce an
2008 Sep 29
1
[LLVMdev] Unwinds Gone Wild
...piling to nothing, as it does now. (Though maybe I'm not understanding the complexity of what's involved; it sounds to me like you're just calling a library function). Thanks for all the helpful responses, devs. -- View this message in context: http://www.nabble.com/Unwinds-Gone-Wild-tp18747589p19723406.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2008 Sep 29
6
[LLVMdev] Unwinds Gone Wild
On Mon, Sep 29, 2008 at 1:50 AM, Duncan Sands <baldrick at free.fr> wrote: > /* snip */ Just for another voice in here. 'unwind' and its kin would also be useful for me, especially since this is on platforms without GCC (nor is GCC used in any way in any step anywhere). Why does it generate GCC only constructs anyway, that does not sound very much like the multi-platform that