diff options
Diffstat (limited to 'runtime/jit/jit.h')
| -rw-r--r-- | runtime/jit/jit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/jit/jit.h b/runtime/jit/jit.h index fd92451054..c95fd9d934 100644 --- a/runtime/jit/jit.h +++ b/runtime/jit/jit.h @@ -196,6 +196,7 @@ class JitCompilerInterface { virtual bool GenerateDebugInfo() = 0; virtual void ParseCompilerOptions() = 0; virtual bool IsBaselineCompiler() const = 0; + virtual void SetDebuggableCompilerOption(bool value) = 0; virtual std::vector<uint8_t> PackElfFileForJIT(ArrayRef<const JITCodeEntry*> elf_files, ArrayRef<const void*> removed_symbols, |