commit | d7726e4629f5e77d0bebdc1a5ffbb27ad7e91a1e | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Fri Apr 20 15:23:36 2012 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Fri Apr 20 16:34:07 2012 -0700 |
tree | d75cae49d08e1798075e309ed699bc5cd71c53d6 | |
parent | dbd0034c50362cc1dd8eee144e78e183cc49eaf7 [diff] [blame] |
Enable separate compilation. Change-Id: I240665cd02706d11d2f8717b3e3276da435134cb
diff --git a/src/compiler_llvm/compilation_unit.h b/src/compiler_llvm/compilation_unit.h index b206c80..9d87704 100644 --- a/src/compiler_llvm/compilation_unit.h +++ b/src/compiler_llvm/compilation_unit.h
@@ -113,6 +113,8 @@ size_t mem_usage_; uint16_t num_elf_funcs_; + + static bool MaterializeFile(int input_fd, int output_fd, InstructionSet insn_set); }; } // namespace compiler_llvm