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 |