Displaying 1 result from an estimated 1 matches for "llvminitializeinstcombine".
2018 Jul 10
2
A bug-report too difficult to make
Hi all,
I just found out that there is an extern "C" missing on the
LLVMInitializeInstCombine function definition somewhere around this line:
https://github.com/llvm-mirror/llvm/blob/master/lib/Transforms/InstCombine/I
nstructionCombining.cpp#L3365
As a result the function name gets mangled in the .lib file and is not
accessible from LLVM C API.
cheers,
</wqw>
----------...