Displaying 5 results from an estimated 5 matches for "callexternalfunct".
2005 Feb 25
0
[LLVMdev]Linker error building (modified) lli
Linking lli debug executable (without symbols)
/mounts/zion/disks/0/localhome/pmeredit/llvm/lib/Debug/lli-interpreter.o(.te
xt+0x643a): In function
`llvm::Interpreter::callExternalFunction(llvm::Function*,
std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >
const&)':
/localhome/pmeredit/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.c
pp:98: undefined reference to `llvm::WriteBytecodeToFile(llvm::Module
const*, std::basic_ostream<cha...
2005 Feb 24
4
[LLVMdev] LLVM CygWin build error ?
There do not seem to be any binaries for CygWin only Linux and the Mac :(
I tried building the frontend on CygWin but ended up with a makeinfo error
then a build error that I could not do anything about.
I will have to get my Linux Laptop from home and use that.
Many thanks,
Aaron
2013 Feb 20
0
[LLVMdev] LLVM Interpreter & QSort
...0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA7ABA: __GI_qsort_r.constprop.1 (msort.c:46)
==9222== by 0x5054E87: ffi_call_unix64 (in /usr/local/lib/libffi.so.6.0.1)
==9222== by 0x505479C: ffi_call (in /usr/local/lib/libffi.so.6.0.1)
==9222== by 0x8604AE:
llvm::Interpreter::callExternalFunction(llvm::Function*,
std::vector<llvm::GenericValue,
std::allocator<llvm::GenericValue> > const&) (in
/usr/local/bin/lli)
==9222== by 0x85B49A:
llvm::Interpreter::callFunction(llvm::Function*,
std::vector<llvm::GenericValue,
std::allocator<llvm::GenericValue> >...
2013 Feb 20
0
[LLVMdev] LLVM Interpreter & Qsort
...CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA7ABA: __GI_qsort_r.constprop.1 (msort.c:46)
==9222== by 0x5054E87: ffi_call_unix64 (in
/usr/local/lib/libffi.so.6.0.1)
==9222== by 0x505479C: ffi_call (in /usr/local/lib/libffi.so.6.0.1)
==9222== by 0x8604AE:
llvm::Interpreter::callExternalFunction(llvm::Function*,
std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >
const&) (in /usr/local/bin/lli)
==9222== by 0x85B49A: llvm::Interpreter::callFunction(llvm::Function*,
std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >...
2005 Feb 25
3
[LLVMdev]Linker error building (modified) lli
...e}/lib/LLVMBCWriter.o gets added to the link
line.
Reid.
On Thu, 2005-02-24 at 16:37, Patrick Meredith wrote:
> Linking lli debug executable (without symbols)
> /mounts/zion/disks/0/localhome/pmeredit/llvm/lib/Debug/lli-interpreter.o(.te
> xt+0x643a): In function
> `llvm::Interpreter::callExternalFunction(llvm::Function*,
> std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >
> const&)':
> /localhome/pmeredit/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.c
> pp:98: undefined reference to `llvm::WriteBytecodeToFile(llvm::Module
> const*,...