| | | | --- | --- | | Bugzilla Link | [2474](https://llvm.org/bz2474) | | Resolution | FIXED | | Resolved on | Jun 19, 2008 21:20 | | Version | trunk | | OS | All | | Attachments | [This patch adds ExecutionEngine::addGlobalMapping to the C bindings](https://user-images.githubusercontent.com/60944935/143738021-f19786e0-54aa-41b9-bff7-290f09a0abcd.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended Description ExecutionEngine::addGlobalMapping - without which you can't use LLVM in a VM - is missing from the C bindings. I included a patch that adds it. Thanks,