You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support linking with LLVM shared libraries (#1593)
This must be manually enabled by setting the variable `llvm-shared` to a
true value in the current opam switch, similar to the existing
`llvm-config` variable used by conf-bap-llvm.
* bap_llvm/config/llvm_configurator.ml: use `llvm-config --shared-mode`
to get the appropriate linking mode
* bap_llvm/llvm_disasm.cpp: add missing include for Optional.h
0 commit comments