From 641ce0371c2f0dc95d26be02d8366124c8b66653 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Thu, 31 Jan 2013 15:21:37 -0800 Subject: Rename compiler_llvm CompilationUnit to LlvmCompilationUnit Also fixed stray ART_TEST_CFLAGS to LOCAL_CFLAGS Also fixed relative includes Tried to change CompilationUnit to reference LlvmCompilationUnit, but that causes issues because of the split libart-compiler libart-compiler-llvm. Change-Id: I7a490f339add6355a20c1cedae858ccf6967a6aa --- src/compiler/codegen/codegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/codegen/codegen.h') diff --git a/src/compiler/codegen/codegen.h b/src/compiler/codegen/codegen.h index 595a1dbb61..03ecb43171 100644 --- a/src/compiler/codegen/codegen.h +++ b/src/compiler/codegen/codegen.h @@ -17,7 +17,7 @@ #ifndef ART_SRC_COMPILER_CODEGEN_CODEGEN_H_ #define ART_SRC_COMPILER_CODEGEN_CODEGEN_H_ -#include "../compiler_ir.h" +#include "compiler/compiler_ir.h" namespace art { -- cgit v1.2.3-59-g8ed1b