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

Unified Diff: src/IceCompileServer.cpp

Issue 2218363002: Subzero: Embed the revision string into translated output. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Insert new global in GlobalContext ctor. Created 4 years, 4 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/IceClFlags.def ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCompileServer.cpp
diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp
index 5ace25c3fba8a7e1bbd89359033a0f3cb2661bb8..a021f8f49f1695bb579135be80ac7d17162294fa 100644
--- a/src/IceCompileServer.cpp
+++ b/src/IceCompileServer.cpp
@@ -18,6 +18,7 @@
#include "IceClFlags.h"
#include "IceELFStreamer.h"
#include "IceGlobalContext.h"
+#include "IceRevision.h"
#include "LinuxMallocProfiling.h"
#ifdef __clang__
@@ -163,6 +164,7 @@ void dumpBuildAttributes(Ostream &Str) {
const auto &A = ConditionalBuildAttributes[i];
Str << Prefix[A.FlagValue] << "_" << A.FlagName << "\n";
}
+ Str << "revision_" << getSubzeroRevision() << "\n";
}
} // end of anonymous namespace
« no previous file with comments | « src/IceClFlags.def ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698