search for: 08d9e52b

Displaying 1 result from an estimated 1 matches for "08d9e52b".

2013 Oct 03
2
[LLVMdev] Convert a function to "main"
Hi, I'm somehow a newby with llvm, I've been working with it for 4 months. I'm trying to convert a function to 'main' in order to execute this concrete function only when the program is run. To do so, I've been able to remove all other functions from the module, and change the function name to "main". I've then allocated new registers for all the formal