Separate out more of LLVM build. Move verifier.
Move the verifier to its own directory and break out major components.
Avoid compiling unused files as part of the LLVM build, increase the use
of unimplemented for LLVM.
Change-Id: Icd3b1708363fb70ae99417d06ef8669d60446533
diff --git a/src/oatdump.cc b/src/oatdump.cc
index 93eb9a1..5bcb927 100644
--- a/src/oatdump.cc
+++ b/src/oatdump.cc
@@ -24,7 +24,6 @@
#include "class_linker.h"
#include "dex_instruction.h"
-#include "dex_verifier.h"
#include "disassembler.h"
#include "file.h"
#include "image.h"
@@ -35,6 +34,7 @@
#include "safe_map.h"
#include "space.h"
#include "stringpiece.h"
+#include "verifier/gc_map.h"
namespace art {