Re: Adding new runtime library

2009-05-22 Thread Basile STARYNKEVITCH
Petros Panayi wrote: Hi, I try to write an optimization pass which at some point will make a call to a new runtime library. To achieve this I need to write my own runtime library i.e something like libgomp but much simpler for now. I will like to know if there is a tutorial of any documentatio

Adding new runtime library

2009-05-22 Thread Petros Panayi
Hi, I try to write an optimization pass which at some point will make a call to a new runtime library. To achieve this I need to write my own runtime library i.e something like libgomp but much simpler for now. I will like to know if there is a tutorial of any documentation on how to do this?