[llvm-dev] A bug-report too difficult to make
Vladimir Vissoultchev via llvm-dev
llvm-dev at lists.llvm.org
Tue Jul 10 07:23:18 PDT 2018
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180710/fe7fb7bf/attachment-0001.html>
More information about the llvm-dev
mailing list