diff options
Diffstat (limited to 'runtime/noop_compiler_callbacks.h')
-rw-r--r-- | runtime/noop_compiler_callbacks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/noop_compiler_callbacks.h b/runtime/noop_compiler_callbacks.h index 02081cbb60..9c777cc277 100644 --- a/runtime/noop_compiler_callbacks.h +++ b/runtime/noop_compiler_callbacks.h @@ -36,6 +36,8 @@ class NoopCompilerCallbacks FINAL : public CompilerCallbacks { // to disable the relocation since both deal with writing out the images directly. bool IsRelocationPossible() OVERRIDE { return false; } + verifier::VerifierDeps* GetVerifierDeps() const OVERRIDE { return nullptr; } + private: DISALLOW_COPY_AND_ASSIGN(NoopCompilerCallbacks); }; |