Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index 568b81ffb0ed4646c374fc6648b261c398e267b1..3de6965d60eb8b4949617f09fed5e6078718ff0a 100644 |
--- a/src/IceTargetLowering.h |
+++ b/src/IceTargetLowering.h |
@@ -616,6 +616,7 @@ public: |
const std::string &SectionSuffix) = 0; |
virtual void lowerConstants() = 0; |
virtual void lowerJumpTables() = 0; |
+ virtual void emitTargetRODataSections() {} |
protected: |
void emitGlobal(const VariableDeclaration &Var, |