diff options
Diffstat (limited to 'compiler/compiler_backend.h')
-rw-r--r-- | compiler/compiler_backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/compiler_backend.h b/compiler/compiler_backend.h index b20c125f0a..01a69afc89 100644 --- a/compiler/compiler_backend.h +++ b/compiler/compiler_backend.h @@ -80,6 +80,9 @@ class CompilerBackend { } virtual bool IsPortable() const { return false; } + void SetBitcodeFileName(std::string const& filename) { + UNUSED(filename); + } virtual void InitCompilationUnit(CompilationUnit& cu) const = 0; |