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

Unified Diff: src/PNaClTranslator.cpp

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
« src/IceUtils.h ('K') | « src/IceUtils.h ('k') | src/assembler_ia32.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/PNaClTranslator.cpp
diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
index 344b749752512488ee7afd4055ea20e80e95ce93..199781a2df2bf33436ce54d07e6a42e46113f869 100644
--- a/src/PNaClTranslator.cpp
+++ b/src/PNaClTranslator.cpp
@@ -353,7 +353,7 @@ public:
}
/// Returns the list of parsed global variable declarations.
- const Ice::Translator::VariableDeclarationListType &getGlobalVariables() {
+ const Ice::VariableDeclarationList &getGlobalVariables() {
return VariableDeclarations;
}
@@ -371,7 +371,7 @@ private:
// The set of functions.
FunctionDeclarationListType FunctionDeclarationList;
// The set of global variables.
- Ice::Translator::VariableDeclarationListType VariableDeclarations;
+ Ice::VariableDeclarationList VariableDeclarations;
// Relocatable constants associated with global declarations.
std::vector<Ice::Constant *> ValueIDConstants;
// The number of function declarations (i.e. IDs).
« src/IceUtils.h ('K') | « src/IceUtils.h ('k') | src/assembler_ia32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698