search for: llvmcreategdbregistrationlisten

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

2020 Sep 29
3
OrcV1 removal
...ere I just get: ERROR: XX000: failed to look up symbol "evalexpr_0_0": Failed to materialize 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
...on what that should look like? > > > We need an API to install an error reporter on the session: That's where > 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 u...
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