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

Unified Diff: src/IceTargetLowering.h

Issue 874353006: Write out global initializers and data rel directly to ELF file. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: review #1 Created 5 years, 11 months 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 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:

Powered by Google App Engine
This is Rietveld 408576698