Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: src/IceTargetLowering.h

Issue 2471883005: [SubZero] Generate MIPS.abiflags section (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698