search for: intg_global_ctors

Displaying 1 result from an estimated 1 matches for "intg_global_ctors".

Did you mean: int_global_ctors
2012 Feb 29
1
[LLVMdev] individual
Hello, I'm implementing a compiler for ( yet another ) C like language. I am writing llvm assembly from the compiler. I would like to put a function into each .s file that somehow gets called before main(). Perhaps named "init" or something like that, no arguments, no return value. Can anyone point me to any documentation or ideas about how I might begin to go about this?