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

Unified Diff: src/IceCompiler.h

Issue 1803403002: Subzero. Flags refactoring. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove test code. 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
Index: src/IceCompiler.h
diff --git a/src/IceCompiler.h b/src/IceCompiler.h
index 906263acedbb525cb13720096ed26ffee138c962..3f2956d43d14d71a4f3173cf16b1dd2a4d6b7183 100644
--- a/src/IceCompiler.h
+++ b/src/IceCompiler.h
@@ -23,7 +23,7 @@ class DataStreamer;
namespace Ice {
-class ClFlagsExtra;
+class ClFlags;
/// A compiler driver. It may be called to handle a single compile request.
class Compiler {
@@ -35,7 +35,7 @@ public:
/// Run the compiler with the given GlobalContext for compilation state. Upon
/// error, the Context's error status will be set.
- void run(const ClFlagsExtra &ExtraFlags, GlobalContext &Ctx,
+ void run(const ClFlags &ExtraFlags, GlobalContext &Ctx,
std::unique_ptr<llvm::DataStreamer> &&InputStream);
};
« src/IceClFlags.def ('K') | « src/IceCompileServer.cpp ('k') | src/IceCompiler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698