]> git.lizzy.rs Git - rust.git/commit
Added LLVMRustRelocMode
authorAmit Aryeh Levy <amit@amitlevy.com>
Fri, 28 Apr 2017 22:21:59 +0000 (17:21 -0500)
committerAmit Aryeh Levy <amit@amitlevy.com>
Fri, 28 Apr 2017 22:33:56 +0000 (17:33 -0500)
commit0f00f27e0d4743b14f7c0d0fca9731a45eae487a
tree6d966bd680e8f739a396f554d4368e5f2e0095b7
parent32b92669e4ec83005eff2641b092f25be09373b8
Added LLVMRustRelocMode

Replaces the llvm-c exposed LLVMRelocMode, which does not include all
relocation model variants, with a LLVMRustRelocMode modeled after
LLVMRustCodeMode.
src/librustc_llvm/ffi.rs
src/rustllvm/PassWrapper.cpp