summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-11-18 13:14:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-11-18 13:14:11 +0000
commit2dae2f256bce26690a29af498c50cc2d6440d15b (patch)
tree5c9a44da1911d455310d88c78fa6871e2397a41d /compiler/driver/compiler_options.h
parent67eb3914d2555e9c191337a4fe42ecef419b0330 (diff)
parent01b70e8bca5e824ee3958ffbdd7727334e81eb0a (diff)
Merge "Add dequickening support."
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 56b632d6b4..9c62f80339 100644
--- a/compiler/driver/compiler_options.h
+++ b/compiler/driver/compiler_options.h
@@ -341,6 +341,7 @@ class CompilerOptions FINAL {
const std::vector<std::string>* passes_to_run_;
friend class Dex2Oat;
+ friend class DexToDexDecompilerTest;
friend class CommonCompilerTest;
friend class verifier::VerifierDepsTest;