Displaying 2 results from an estimated 2 matches for "tp30650603p30654341".
2011 Jan 12
2
[LLVMdev] build a function type with char parameter
I can use Integer::Type.get() to set the type of a parameter to integer. My
question is how I can do this for char *?
Thanks,
Bo
--
View this message in context: http://old.nabble.com/build-a-function-type-with-char-parameter-tp30650603p30650603.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2011 Jan 12
0
[LLVMdev] build a function type with char parameter
> I can use Integer::Type.get() to set the type of a parameter to integer. My
> question is how I can do this for char *?
It depends on your target, but usually char is just i8, thus char* is i8*
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University