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

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: tweak comment 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/PNaClTranslator.cpp
diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
index 80dccb1d4488711a4d0e6277da1c38447bdf8cae..893f9124c6762713c37d19b29fc7381f06b79aac 100644
--- a/src/PNaClTranslator.cpp
+++ b/src/PNaClTranslator.cpp
@@ -351,7 +351,7 @@ public:
}
/// Returns the list of parsed global variable declarations.
- const Ice::Translator::VariableDeclarationListType &getGlobalVariables() {
+ const Ice::VariableDeclarationList &getGlobalVariables() {
return VariableDeclarations;
}
@@ -376,7 +376,7 @@ private:
// actually-defined function.
size_t NextDefiningFunctionID;
// The set of global variables.
- Ice::Translator::VariableDeclarationListType VariableDeclarations;
+ Ice::VariableDeclarationList VariableDeclarations;
// Relocatable constants associated with global declarations.
std::vector<Ice::Constant *> ValueIDConstants;
// Error recovery value to use when getFuncSigTypeByID fails.
« src/IceELFObjectWriter.cpp ('K') | « src/IceUtils.h ('k') | src/assembler_ia32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698