Closed
Description
LLVM's dynamic library API is giving hassles, so it might come down to using libuv's dynamic library API. @brson said it would be OK to use libuv, but preferably try and get LLVM's API working first.
The code that should work is commented out in rustc/back/link.rs
and RustWrapper.cpp
if anyone wants to help debug what's going wrong.