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

Unified Diff: src/IceCfg.h

Issue 1766233002: Subzero: Fix symbol name mangling. Make flags global. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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
« no previous file with comments | « src/IceBrowserCompileServer.cpp ('k') | src/IceCfg.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 8cfe4748558a7e3c67cc1c5047d57f40cf574dfd..8fa7469a52708d5c024275f6194b0342efd31796 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -225,7 +225,7 @@ public:
void emit();
void emitIAS();
- static void emitTextHeader(const IceString &MangledName, GlobalContext *Ctx,
+ static void emitTextHeader(const IceString &Name, GlobalContext *Ctx,
const Assembler *Asm);
void dump(const IceString &Message = "");
« no previous file with comments | « src/IceBrowserCompileServer.cpp ('k') | src/IceCfg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698