From f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 18 Feb 2014 18:37:26 +0000 Subject: Code cleanup to avoid LLVM dependency when building with quick only. Change-Id: I0985c227d775c72fd23975d4c9bf673ba32615c2 --- compiler/compiler_backend.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/compiler_backend.h') 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; -- cgit v1.2.3-59-g8ed1b