summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2015-03-31 21:49:49 +0100
committerVladimir Marko <vmarko@google.com>2015-04-02 12:46:56 +0100
commitb163bb742a099c1808907b513ae39068b63b1692 (patch)
tree37f49bab426c894a899e490243ab0e7844a390ea /compiler/driver/compiler_options.h
parentdc56cc509d8e1718ad321f7a91661dbe85ec8cef (diff)
Refactor RelativePatcher out of OatWriter.
Move the relative patcher classes to compiler/linker/ and compiler/linker/<arch>/ . Refactor them to avoid OatWriter dependency so that they can be unit tested. Add tests for x86 and x86-64. Change-Id: I1b42baa9fc431378e4cce1399bec590c5b5a409f
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r--compiler/driver/compiler_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h
index d06ec278ab..f7ea385e19 100644
--- a/compiler/driver/compiler_options.h
+++ b/compiler/driver/compiler_options.h
@@ -53,6 +53,7 @@ class CompilerOptions FINAL {
static const bool kDefaultIncludePatchInformation = false;
CompilerOptions();
+ ~CompilerOptions();
CompilerOptions(CompilerFilter compiler_filter,
size_t huge_method_threshold,