search for: fnir

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

Did you mean: fair
2019 Aug 07
2
Trouble with ORCv2 Tutorial
...orted 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 introduced in the JIT tutorial where some functions return Expected. For example, the specific place that this is failing: FnIR->print(errs()); fprintf(stderr, "\n"); - TheJIT->addModule(std::move(TheModule)); + auto add_q = TheJIT->addModule(std::move(TheModule)); + assert(add_q && "HandleDefinition: Error adding a module."); Initializ...
2019 Aug 08
2
Trouble with ORCv2 Tutorial
...rom the tutorials to reproduce the >> problem with some tiny changes to the front end to deal with some >> slight API changes introduced in the JIT tutorial where some functions >> return Expected. For example, the specific place that this is failing: >> >> FnIR->print(errs()); >> fprintf(stderr, "\n"); >> - TheJIT->addModule(std::move(TheModule)); >> + auto add_q = TheJIT->addModule(std::move(TheModule)); >> + assert(add_q && "HandleDefinition: Error adding a m...
2019 Aug 09
2
Trouble with ORCv2 Tutorial
...gt;> problem with some tiny changes to the front end to deal with some >> >> slight API changes introduced in the JIT tutorial where some functions >> >> return Expected. For example, the specific place that this is failing: >> >> >> >> FnIR->print(errs()); >> >> fprintf(stderr, "\n"); >> >> - TheJIT->addModule(std::move(TheModule)); >> >> + auto add_q = TheJIT->addModule(std::move(TheModule)); >> >> + assert(add_q && &quo...