search for: lanalysis

Displaying 3 results from an estimated 3 matches for "lanalysis".

Did you mean: analysis
2004 Aug 10
0
[LLVMdev] API on JIT, code snippets
...ide too?.. this is the magic string: g++ -L/usr/local/lib -L/usr/local/lib -o reid reid.o /usr/local/lib/lli-interpreter.o /usr/local/lib/lli-jit.o /usr/local/lib/codegen.o /usr/local/lib/executionengine.o /usr/local/lib/x86.o /usr/local/lib/selectiondag.o /usr/local/lib/scalaropts.o -lanalysis -ltransformutils /usr/local/lib/bcreader.o /usr/local/lib/vmcore.o /usr/local/lib/support.o -ltarget -export-dynamic -ldl (don't ask me why some modules are left as .o) Well. Compiled. Tested. Infinite loop in: GenericValue gv = EE->runFunction(FooF, noargs); you were really, reall...
2004 Aug 10
1
[LLVMdev] API on JIT, code snippets
...string: > > g++ -L/usr/local/lib -L/usr/local/lib -o reid reid.o > /usr/local/lib/lli-interpreter.o /usr/local/lib/lli-jit.o > /usr/local/lib/codegen.o /usr/local/lib/executionengine.o > /usr/local/lib/x86.o /usr/local/lib/selectiondag.o > /usr/local/lib/scalaropts.o -lanalysis -ltransformutils > /usr/local/lib/bcreader.o /usr/local/lib/vmcore.o > /usr/local/lib/support.o -ltarget -export-dynamic -ldl > > (don't ask me why some modules are left as .o) > > Well. Compiled. Tested. Infinite loop in: > > GenericValue gv = EE->runFunctio...
2004 Aug 09
5
[LLVMdev] API on JIT, code snippets
Valery, Attached are three files: "valery.cpp" which contains your original, "reid.cpp" which contains corrections to most of the FIXME items and "diffs" which shows the differences between them. The differences should be instructive on what to do. You were really, really close .. just a few details changing. The code in "reid.cpp" compiles but I