Index: src/IceTargetLowering.h |
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h |
index 568b81ffb0ed4646c374fc6648b261c398e267b1..4a84fd8f950758410ff9d97b83a922fe2ec43c8f 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() { return; } |
Jim Stichnoth
2016/11/03 13:23:40
This doesn't need the "return;". Just:
virtual
jaydeep.patil
2016/11/04 04:34:47
Done.
|
protected: |
void emitGlobal(const VariableDeclaration &Var, |