diff options
author | 2013-05-20 20:29:14 -0700 | |
---|---|---|
committer | 2013-05-20 21:16:03 -0700 | |
commit | 33e9566255c426e7a2c8fca5b8a1b6a94a5d352c (patch) | |
tree | 80965d3d329c09ec5a574863a356562e42f639ff /src/compiler/dex/compiler_internals.h | |
parent | 34d64cba998cb86867109db351113e6f7c9293f7 (diff) |
Various GCC 3.6 and clang build fixes.
Remove #error in common_test.h that fires with clang build and replace with
runtime error.
Fix bit rot caused by not compiling with Wthread-safety.
Fix clang build issues in compiler relating to missing header file definitions
in object files.
Other minor build and tidying issues.
Change-Id: Ife829ab0664581936155be524de46e6181c750b0
Diffstat (limited to 'src/compiler/dex/compiler_internals.h')
-rw-r--r-- | src/compiler/dex/compiler_internals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/dex/compiler_internals.h b/src/compiler/dex/compiler_internals.h index 70e81d0359..c680f1bc67 100644 --- a/src/compiler/dex/compiler_internals.h +++ b/src/compiler/dex/compiler_internals.h @@ -29,8 +29,6 @@ #include "mir_graph.h" #include "compiler_ir.h" #include "frontend.h" -#include "gc/card_table.h" -#include "mirror/dex_cache.h" #include "monitor.h" #include "thread.h" #include "utils.h" |