Tobias Sargeant

Results 10 comments of Tobias Sargeant

I modified the PR description slightly to make the intention hopefully more clear. This CL addresses the case where you link llvmlite (and llvm) directly into the main executable. You...

Done. LMK if there's anything that needs more clarification.

I haven't had time to look at this for a while, but I think it might be sensible to split it into logically separate components. Dealing with all the separate...

My work for this week is to do the internal upgrade to 0.39.0, and as a result I'll be going through these patches again and cleaning them up. I'll get...

I've split this into 3 PRs, starting with folded:refactor-native-library-loading

Here are some points that have arisen from the internal work to move to the new pass manager without changing llvmlite APIs too much: * PassManager native objects should be...

llvmlite isn't intended to compile against recent LLVM versions, so I think the urgency to llvmlite is not great. However I do think that there should be a plan made...

I'm not certain that I trust building windows DLLs. Generally speaking C++ dynamic objects on all platforms need careful thought. I'm also not sure I know why you would want...

I've considered switching carve to using bazel to build. Would that be of interest? I feel like - especially for c++ code - hermetic builds are a very sensible approach.

Hey Phil. Long time. Sorry I haven't had the brainspace to look at this. Would you like to be a contributor? I trust your development skills implicitly, and I haven't...