summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.h
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2016-03-08 15:01:47 +0000
committer android-build-merger <android-build-merger@google.com> 2016-03-08 15:01:47 +0000
commit817808ea9d06b979c95f37a17bca607d0b42f320 (patch)
treea7b28e4b74ec6fbfa9d588e05cffe548759034ef /compiler/jit/jit_compiler.h
parent70f2fcaaff5b5fa40e40e850be0682978b42808d (diff)
parentce51701b0621754a81125df3ed62e07c0497cafd (diff)
Merge "Propagate InstructionSetFeatures to ElfBuilder."
am: ce51701b06 * commit 'ce51701b0621754a81125df3ed62e07c0497cafd': Propagate InstructionSetFeatures to ElfBuilder.
Diffstat (limited to 'compiler/jit/jit_compiler.h')
-rw-r--r--compiler/jit/jit_compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h
index bc134fe27b..533dccf216 100644
--- a/compiler/jit/jit_compiler.h
+++ b/compiler/jit/jit_compiler.h
@@ -42,6 +42,9 @@ class JitCompiler {
CompilerOptions* GetCompilerOptions() const {
return compiler_options_.get();
}
+ CompilerDriver* GetCompilerDriver() const {
+ return compiler_driver_.get();
+ }
private:
std::unique_ptr<CompilerOptions> compiler_options_;