Displaying 2 results from an estimated 2 matches for "tp29449300p29470948".
2010 Aug 18
3
[LLVMdev] clang: call extern function using JIT
> when I run my app the compiler says:
> E:\Projects\Whistle\Whistle\Release>Whistle file.c
> file.c(3) : warning: implicit declaration of function 'yipee' is invalid in
> C99
>
> [-Wimplicit-function-declaration]
> int dd = yipee(1);
> ^
This way you're creating a call to variadic function. It's of different type
compared to function
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
..._________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/clang%3A-call-extern-function-using-JIT-tp29449300p29470948.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.