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

Unified Diff: src/IceClFlags.h

Issue 902713002: Allow stubbing of called constant addresses using command line argument. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add TODO. Created 5 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 | « no previous file | src/PNaClTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceClFlags.h
diff --git a/src/IceClFlags.h b/src/IceClFlags.h
index d2c0243111a86f03baa4b44117dc15d679db21fb..c5b7d4bbdfd790305b838705203f51f497dee804 100644
--- a/src/IceClFlags.h
+++ b/src/IceClFlags.h
@@ -27,10 +27,10 @@ public:
UseSandboxing(false), PhiEdgeSplit(false), DecorateAsm(false),
DumpStats(false), AllowUninitializedGlobals(false),
TimeEachFunction(false), DisableIRGeneration(false),
- AllowErrorRecovery(false), GenerateUnitTestMessages(false),
- NumTranslationThreads(0), DefaultGlobalPrefix(""),
- DefaultFunctionPrefix(""), TimingFocusOn(""), VerboseFocusOn(""),
- TranslateOnly("") {}
+ AllowErrorRecovery(false), StubConstantCalls(false),
+ GenerateUnitTestMessages(false), NumTranslationThreads(0),
+ DefaultGlobalPrefix(""), DefaultFunctionPrefix(""), TimingFocusOn(""),
+ VerboseFocusOn(""), TranslateOnly("") {}
bool DisableInternal;
bool SubzeroTimingEnabled;
bool DisableTranslation;
@@ -46,6 +46,7 @@ public:
bool TimeEachFunction;
bool DisableIRGeneration;
bool AllowErrorRecovery;
+ bool StubConstantCalls;
bool GenerateUnitTestMessages;
size_t NumTranslationThreads; // 0 means completely sequential
IceString DefaultGlobalPrefix;
« no previous file with comments | « no previous file | src/PNaClTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698