Displaying 2 results from an estimated 2 matches for "pfti".
Did you mean:
pti
2013 Dec 04
0
[LLVMdev] Newbie question: LLVM IR, printf, and varargs
On Tue, Dec 3, 2013 at 6:10 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Whoops... Seems I forgot the asterisk (*) after the cast. Or something.
> Because I did insert the cast and it didn't work. But NOW it works.
> Thank you for spending some time on this - and also for presenting the
> solution.
>
It's not a "cast" for any meaning of cast in
2013 Dec 03
2
[LLVMdev] Newbie question: LLVM IR, printf, and varargs
Whoops... Seems I forgot the asterisk (*) after the cast. Or something.
Because I did insert the cast and it didn't work. But NOW it works.
Thank you for spending some time on this - and also for presenting the
solution.
-- Mikael
2013/12/4 Eli Bendersky <eliben at google.com>
> This code:
>
> declare i32 @printf(i8* nocapture readonly, ...) nounwind
>
> define