From 2214b6835d8bf5b33a3fb8b6a897abaea55ef368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 15 Apr 2011 17:35:46 -0400 Subject: Add a -S option for producing assembly. I will move more of it to rust once the necessary APIs are available in C. --- src/rustllvm/rustllvm.def.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rustllvm/rustllvm.def.in') diff --git a/src/rustllvm/rustllvm.def.in b/src/rustllvm/rustllvm.def.in index 58f395c0..f95bb90b 100644 --- a/src/rustllvm/rustllvm.def.in +++ b/src/rustllvm/rustllvm.def.in @@ -1,4 +1,5 @@ LLVMRustCreateMemoryBufferWithContentsOfFile +LLVMRustWriteAssembly LLVMRustGetLastError LLVMCreateObjectFile LLVMDisposeObjectFile -- cgit v1.2.3