ΒΆLLVMBool LLVMLoadLibraryPermanently(
const char* Filename)
LLVMBool LLVMLoadLibraryPermanently(
const char* Filename)
Description
This function permanently loads the dynamic library at the given path. It is safe to call this function multiple times for the same library.
Declared at: llvm/include/llvm-c/Support.h:29
Parameters
- const char* Filename