search for: kaleidoscope_baselin

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

Did you mean: kaleidoscope_baseline
2019 Aug 07
2
Trouble with ORCv2 Tutorial
...rovided JIT class, but using the one from the JIT tutorial is giving me trouble. Kaleidoscope builds fine using Clang and LLVM version 9, but fails on an expression like this: ready> fun foo(c) c; Read function definition: define double @foo(double %c) { entry: ret double %c } kaleidoscope: kaleidoscope_baseline.cpp:980: void HandleDefinition(): Assertion `add_q && "HandleDefinition: Error adding a module."' failed. Aborted I'm using the exact source code from the tutorials to reproduce the problem with some tiny changes to the front end to deal with some slight API changes intr...
2019 Aug 08
2
Trouble with ORCv2 Tutorial
...oscope builds fine using Clang and LLVM version 9, but fails on >> an expression like this: >> >> ready> fun foo(c) c; >> Read function definition: >> define double @foo(double %c) { >> entry: >> ret double %c >> } >> >> kaleidoscope: kaleidoscope_baseline.cpp:980: void HandleDefinition(): >> Assertion `add_q && "HandleDefinition: Error adding a module."' >> failed. >> Aborted >> >> I'm using the exact source code from the tutorials to reproduce the >> problem with some tiny changes to th...
2019 Aug 09
2
Trouble with ORCv2 Tutorial
...ssion like this: >> >> >> >> ready> fun foo(c) c; >> >> Read function definition: >> >> define double @foo(double %c) { >> >> entry: >> >> ret double %c >> >> } >> >> >> >> kaleidoscope: kaleidoscope_baseline.cpp:980: void HandleDefinition(): >> >> Assertion `add_q && "HandleDefinition: Error adding a module."' >> >> failed. >> >> Aborted >> >> >> >> I'm using the exact source code from the tutorials to reproduce the...