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

Unified Diff: src/IceClFlags.def

Issue 1855683002: Subzero: Fix -timing-funcs and -timing-focus flags. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Rebase 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/IceCfg.cpp ('k') | src/IceGlobalContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceClFlags.def
diff --git a/src/IceClFlags.def b/src/IceClFlags.def
index b1e2258dc7e8883f313dcd51739e31c7852c6ad9..c46697d623677d56de1e3a1670b72dbc18e74cf4 100644
--- a/src/IceClFlags.def
+++ b/src/IceClFlags.def
@@ -111,14 +111,12 @@ struct dev_list_flag {};
\
X(DefaultFunctionPrefix, std::string, dev_opt_flag, \
"default-function-prefix", \
- cl::desc("Define default function prefix for naming " \
- "unnamed functions"), \
- cl::init(Ice::BuildDefs::dump() ? "Function" : "F")) \
+ cl::desc("Define default function prefix for naming unnamed functions"), \
+ cl::init("Function")) \
\
X(DefaultGlobalPrefix, std::string, dev_opt_flag, "default-global-prefix", \
- cl::desc("Define default global prefix for naming " \
- "unnamed globals"), \
- cl::init(Ice::BuildDefs::dump() ? "Global" : "G")) \
+ cl::desc("Define default global prefix for naming unnamed globals"), \
+ cl::init("Global")) \
\
X(DisableHybridAssembly, bool, dev_opt_flag, "no-hybrid-asm", \
cl::desc("Disable hybrid assembly when -filetype=iasm"), cl::init(false)) \
« no previous file with comments | « src/IceCfg.cpp ('k') | src/IceGlobalContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698