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

Unified Diff: src/IceTargetLoweringX8632.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: misc stuff 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/IceTargetLoweringX8632.h
diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
index cd82d7ae9427c266e67906f2374e901727f492ba..3cb266ccef597171b0aa1dbe5432f3a3b6e8e506 100644
--- a/src/IceTargetLoweringX8632.h
+++ b/src/IceTargetLoweringX8632.h
@@ -499,7 +499,9 @@ public:
return new TargetGlobalInitX8632(Ctx);
}
- virtual void lower(const VariableDeclaration &Var) final;
Jim Stichnoth 2015/01/27 16:44:55 Thanks! :)
jvoung (off chromium) 2015/01/28 17:46:22 Acknowledged.
+ void lower(const VariableDeclaration &Var) final;
+
+ void lowerGlobalsELF(const VariableDeclarationList &Vars) final;
protected:
TargetGlobalInitX8632(GlobalContext *Ctx);

Powered by Google App Engine
This is Rietveld 408576698