search for: llvm_opt0_orc

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

2020 Sep 29
3
OrcV1 removal
...symbols: { (main, { evalexpr_0_0 }) } (obviously the first part is postgres code) Do you have thoughts on what that should look like? The other part that I am still missing is replacment for LLVMCreateGDBRegistrationListener(); LLVMCreatePerfJITEventListener(); LLVMOrcRegisterJITEventListener(llvm_opt0_orc, l); I haven't yet looked at whether there is replacement infrastructure for this already. Is there? Will look after the next few meetings... Greetings, Andres Freund
2020 Sep 30
2
OrcV1 removal
...re > the SymbolsNotFound error will be delivered. I'll add that in a minute. Sounds good. > > The other part that I am still missing is replacment for > > LLVMCreateGDBRegistrationListener(); > > LLVMCreatePerfJITEventListener(); > > LLVMOrcRegisterJITEventListener(llvm_opt0_orc, l); > > I haven't yet looked at whether there is replacement infrastructure for > > this already. Is there? Will look after the next few meetings... > You can continue to use LLVMCreateGDBRegistrationListener and > LLVMCreatePerfJITEventListener from ExecutionEngine.h for n...
2020 Sep 24
2
OrcV1 removal
Hi All, The Kaleidoscope tutorials have now been updated on the orcv1-removal branch. I will try to summarise the state of the work and provide some examples in the ORC JIT Weekly mailout tomorrow. The short version is that I think this is ready to land on the mainline. If anyone wants to check out the OrcV1 removal branch and provide feedback now is the time. Otherwise I will aim to land the