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

Unified Diff: src/IceClFlags.cpp

Issue 1744913002: Subzero: Add "-verbose init" to control global initializer dumping. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 10 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 | « pydir/run-pnacl-sz.py ('k') | src/IceDefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceClFlags.cpp
diff --git a/src/IceClFlags.cpp b/src/IceClFlags.cpp
index 36f53eea8cc26d6873ccfcbc5974f1ea4af1c5d2..468a096e8a2b37e2220bd7ba9fddb98e03ab6944 100644
--- a/src/IceClFlags.cpp
+++ b/src/IceClFlags.cpp
@@ -336,9 +336,10 @@ cl::list<Ice::VerboseItem> VerboseList(
clEnumValN(Ice::IceV_AvailableRegs, "registers",
"Show available registers for register allocation"),
clEnumValN(Ice::IceV_Mem, "mem", "Memory usage details"),
+ clEnumValN(Ice::IceV_Init, "init", "Global initializers"),
John 2016/02/29 15:14:02 init doesn't really convey Global Initializers. gi
Jim Stichnoth 2016/02/29 17:39:28 Changed to global_init / IceV_GlobalInit.
clEnumValN(Ice::IceV_All, "all", "Use all verbose options"),
clEnumValN(Ice::IceV_Most, "most",
- "Use all verbose options except 'regalloc'"),
+ "Use all verbose options except 'regalloc,init'"),
clEnumValN(Ice::IceV_None, "none", "No verbosity"), clEnumValEnd));
// Options not captured in Ice::ClFlags and propagated.
« no previous file with comments | « pydir/run-pnacl-sz.py ('k') | src/IceDefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698