summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-02-18 18:37:26 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-02-20 09:43:34 +0000
commitf3e2cc4a38389aa75eb8ee3973a535254bf1c8d2 (patch)
treeae6cf8c43b724cf2c5d21bd12e0eca507dcc7842 /compiler/elf_writer.cc
parente7da4cf71712a3d7a64166ceadfb176d07018d32 (diff)
downloadandroid_art-f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2.tar.gz
android_art-f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2.tar.bz2
android_art-f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2.zip
Code cleanup to avoid LLVM dependency when building with quick only.
Change-Id: I0985c227d775c72fd23975d4c9bf673ba32615c2
Diffstat (limited to 'compiler/elf_writer.cc')
-rw-r--r--compiler/elf_writer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/elf_writer.cc b/compiler/elf_writer.cc
index ba5f1cb925..6db3fa1a11 100644
--- a/compiler/elf_writer.cc
+++ b/compiler/elf_writer.cc
@@ -23,7 +23,6 @@
#include "driver/compiler_driver.h"
#include "elf_file.h"
#include "invoke_type.h"
-#include "llvm/utils_llvm.h"
#include "mirror/art_method-inl.h"
#include "mirror/object-inl.h"
#include "oat.h"