Displaying 1 result from an estimated 1 matches for "livbrari".
Did you mean:
librari
2007 Jan 08
1
[LLVMdev] reading, printing, compiling, JIT-ing LLVM modules?
...m not
sure it is doable with LLVM 1.9 (I cannot depend upon any external
program)
What is important for this pet hobby project is that the application
should be mostly statically linked (linking dynamically only the
libmysqlclient.so, libc.so, libm.so and nothing else; all the rest
-including LLVM livbraries should be statically linked inside),
working on Debian/x86 & Debian/AMD64 without depending upon any
external program like /usr/bin/gas or /usr/bin/gcc or /usr/bin/ld
(because, being a CGI program, my application does not have access to
these)!
Any clues?
And don't hold your breath. Thi...