Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index 17d785e421f9e2a777fd80daaede5738073fccae..09939973ab245b350a0861a1a5efe6ddc0e0c80c 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -251,6 +251,7 @@ public: |
virtual ~TargetGlobalLowering(); |
virtual void lowerInit(const VariableDeclaration &Var) const = 0; |
+ virtual void lowerInitELF(const VariableDeclarationList &Vars) const = 0; |
virtual void lowerConstants(GlobalContext *Ctx) const = 0; |
protected: |