commit | e75a8cc8c34c055181ac3f9dfbe33461ea90c37a | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Fri Feb 24 12:26:43 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Fri Feb 24 00:57:31 2012 -0800 |
tree | c11996fbc156b5af4b12b3f98b27ed493d0e3069 | |
parent | 8faf802b7c5e60d9c93be7e331114d7eb3756140 [diff] [blame] |
Ignore frame-larger-than warning for auto generated code. Change-Id: I2fd44f7fd54899d905b2630c2373e02251562617
diff --git a/src/compiler_llvm/compiler_llvm.cc b/src/compiler_llvm/compiler_llvm.cc index 21a7bb9..038e826 100644 --- a/src/compiler_llvm/compiler_llvm.cc +++ b/src/compiler_llvm/compiler_llvm.cc
@@ -32,10 +32,7 @@ namespace compiler_llvm { -namespace { -using namespace llvm; -#include "art_module.cc" -} +llvm::Module* makeLLVMModuleContents(llvm::Module* module); CompilerLLVM::CompilerLLVM(Compiler* compiler, InstructionSet insn_set)