summaryrefslogtreecommitdiffstats
path: root/compiler/llvm/compiler_llvm.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2013-09-06 13:10:04 -0700
committerIan Rogers <irogers@google.com>2013-09-09 08:33:36 -0700
commit02ed4c04468ca5f5540c5b704ac3e2f30eb9e8f4 (patch)
treefd568452f4ae81868087e9a5f6c04a9051d0ef83 /compiler/llvm/compiler_llvm.cc
parent28c2300d9a85f4e7288fb5d94280332f923b4df3 (diff)
downloadandroid_art-02ed4c04468ca5f5540c5b704ac3e2f30eb9e8f4.tar.gz
android_art-02ed4c04468ca5f5540c5b704ac3e2f30eb9e8f4.tar.bz2
android_art-02ed4c04468ca5f5540c5b704ac3e2f30eb9e8f4.zip
Move disassembler out of runtime.
Bug: 9877500. Change-Id: Ica6d9f5ecfd20c86e5230a2213827bd78cd29a29
Diffstat (limited to 'compiler/llvm/compiler_llvm.cc')
-rw-r--r--compiler/llvm/compiler_llvm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/llvm/compiler_llvm.cc b/compiler/llvm/compiler_llvm.cc
index 83b0c75e04..0df3c476fc 100644
--- a/compiler/llvm/compiler_llvm.cc
+++ b/compiler/llvm/compiler_llvm.cc
@@ -26,6 +26,7 @@
#include "ir_builder.h"
#include "jni/portable/jni_compiler.h"
#include "llvm_compilation_unit.h"
+#include "thread-inl.h"
#include "utils_llvm.h"
#include "verifier/method_verifier.h"