search for: toy4

Displaying 4 results from an estimated 4 matches for "toy4".

Did you mean: toy
2010 Feb 17
1
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...ake install >> >> Then I make sure that /home/rovitotv/llvm/bin is in my path.  At this >> point I copy/paste the example in the tutorial chapter 4, please see >> code below.  I have tried a few different commands to compile, here >> are the variations: >> g++ -g toy4_new_copy.cpp `llvm-config --cppflags --ldflags --libs core >> jit native` -O3 -o toy4 >> >> g++ -g toy4.cpp `llvm-config --cppflags --ldflags --libs core jit >> interpreter native` -O2 -o toy4 >> >> The compile completes with no errors or warnings.  When I execut...
2010 Feb 17
0
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...s=c,c++ > make > make install > > Then I make sure that /home/rovitotv/llvm/bin is in my path. At this > point I copy/paste the example in the tutorial chapter 4, please see > code below. I have tried a few different commands to compile, here > are the variations: > g++ -g toy4_new_copy.cpp `llvm-config --cppflags --ldflags --libs core > jit native` -O3 -o toy4 > > g++ -g toy4.cpp `llvm-config --cppflags --ldflags --libs core jit > interpreter native` -O2 -o toy4 > > The compile completes with no errors or warnings. When I execute the > program then...
2010 Feb 17
2
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...=/home/rovitotv/llvm/ --enable-languages=c,c++ make make install Then I make sure that /home/rovitotv/llvm/bin is in my path. At this point I copy/paste the example in the tutorial chapter 4, please see code below. I have tried a few different commands to compile, here are the variations: g++ -g toy4_new_copy.cpp `llvm-config --cppflags --ldflags --libs core jit native` -O3 -o toy4 g++ -g toy4.cpp `llvm-config --cppflags --ldflags --libs core jit interpreter native` -O2 -o toy4 The compile completes with no errors or warnings. When I execute the program then enter the expression 4+5; I get a...
2015 Apr 21
2
[LLVMdev] Function calls only being JIT'd once by Kaleidoscope with MCJIT?
On Tue, Apr 21, 2015 at 3:07 PM, Lang Hames <lhames at gmail.com> wrote: > No progress since Charlie last looked at it. Sorry, I meant to refer to the issue Per Mildner mentioned regarding the tutorials not building due to RTTI - which I recall discussing with you & Eric, but don't know what came of it. > As Per suggested, it may be > worth adding an explicit #error, or at