Displaying 1 result from an estimated 1 matches for "ktown".
Did you mean:
known
2007 Oct 08
1
[LLVMdev] Passing pointers to pointers to JIT
...y,
we're trying to pass multidimensional arrays to JIT where one of the helper
functions should convert them to LLVM vector types. Unfortunately passing a
multidimensional array seems to crash the JIT and I'm not sure why.
As an example, we have a file with two silly C functions:
http://ktown.kde.org/~zrusin/llvm/llvm.c
Both clang (latest svn) and llvm-gcc (4.0.1) produce basically the same ll
code looking like this:
http://ktown.kde.org/~zrusin/llvm/llvm.ll
And now calling those functions from a cpp file looking like this:
http://ktown.kde.org/~zrusin/llvm/test.cpp
gives proper result...