search for: env_ty

Displaying 2 results from an estimated 2 matches for "env_ty".

Did you mean: env_tz
2011 Apr 06
0
[LLVMdev] Target independency using "opaque"? How to do it else?
Hi Johannes, > I'm writing a backend for our scriptlanguage compiler and I'm currently > writing an IR module for the runtime library that contains some support > routines called by generated code. > > The IR module contains calls to "malloc", which depend on the size of > "size_t". Since I don't know the target when writing the IR module for the
2011 Apr 06
2
[LLVMdev] Target independency using "opaque"? How to do it else?
Hello all, I'm writing a backend for our scriptlanguage compiler and I'm currently writing an IR module for the runtime library that contains some support routines called by generated code. The IR module contains calls to "malloc", which depend on the size of "size_t". Since I don't know the target when writing the IR module for the runtime library, I