commit | 8b977d38483aaa08abcbdaa5fa888076c1142169 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Tue Feb 21 19:14:55 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Wed Feb 29 17:11:27 2012 -0800 |
tree | ae61c7cb1c397582f22c5c585bb0b531fd8f59b0 | |
parent | 88894ee835411de72025cd8a5d8d111a6f2a004a [diff] [blame] |
Compile llvm.Module into ELF object file. Change-Id: I8faf7427944324c9bac12573d217cde2a2e658f1
diff --git a/src/compiler.h b/src/compiler.h index 27de42f..2ff3b90 100644 --- a/src/compiler.h +++ b/src/compiler.h
@@ -124,6 +124,9 @@ int& vtable_idx); #if defined(ART_USE_LLVM_COMPILER) + void SetElfFileName(std::string const& filename); + void SetBitcodeFileName(std::string const& filename); + compiler_llvm::CompilerLLVM* GetCompilerLLVM() const { return compiler_llvm_.get(); }