Closed drvink closed 9 months ago
Is anything preventing this from being merged?
Is anything preventing this from being merged?
No, not really. There was an issue with the build action, but it looks like it wasn't the problem of this PR, I will look at it later! Thanks for the contribution!
This must be manually enabled by setting the variable
llvm-shared
to a true value in the current opam switch, similar to the existingllvm-config
variable used by conf-bap-llvm.bap_llvm/config/llvm_configurator.ml: use
llvm-config --shared-mode
to get the appropriate linking modebap_llvm/llvm_disasm.cpp: add missing include for Optional.h