ΒΆ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:35

Parameters

const char* Filename