Support linking crates in JIT #3331
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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
andRustWrapper.cpp
if anyone wants to help debug what's going wrong.The text was updated successfully, but these errors were encountered: