diff options
| author | Patrick Walton <[email protected]> | 2011-05-04 21:27:00 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-04 21:27:00 -0700 |
| commit | 729648282bf31a89cfdb9cbea47806ba4c05a1db (patch) | |
| tree | 5ab73c3cf2955a7b00789c748f7ec669c2e09d0d /src/rustllvm/rustllvm.def.in | |
| parent | rustllvm: Whitespace police in RustWrapper.cpp (diff) | |
| download | rust-729648282bf31a89cfdb9cbea47806ba4c05a1db.tar.xz rust-729648282bf31a89cfdb9cbea47806ba4c05a1db.zip | |
rustllvm: Add bindings to the LLVM linker
Diffstat (limited to 'src/rustllvm/rustllvm.def.in')
| -rw-r--r-- | src/rustllvm/rustllvm.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustllvm/rustllvm.def.in b/src/rustllvm/rustllvm.def.in index 0bd524c2..74acb28b 100644 --- a/src/rustllvm/rustllvm.def.in +++ b/src/rustllvm/rustllvm.def.in @@ -1,6 +1,7 @@ LLVMRustCreateMemoryBufferWithContentsOfFile LLVMRustWriteOutputFile LLVMRustGetLastError +LLVMLinkModules LLVMCreateObjectFile LLVMDisposeObjectFile LLVMGetSections |