Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index a75ea949f99fbf72442826d2553966749c7a2631..56fd8a444f6451819458dbb39c4fab297192fdb0 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -111,6 +111,7 @@ ifdef SZTARGET |
endif |
BASE_CXX_DEFINES += -DPNACL_LLVM |
+BASE_CXX_DEFINES += -DSUBZERO_REVISION=$(shell git rev-parse HEAD) |
CXX_DEFINES := $(BASE_CXX_DEFINES) -DPNACL_BROWSER_TRANSLATOR=0 |
@@ -320,6 +321,7 @@ SRCS = \ |
IceOperand.cpp \ |
IceRangeSpec.cpp \ |
IceRegAlloc.cpp \ |
+ IceRevision.cpp \ |
IceRNG.cpp \ |
IceSwitchLowering.cpp \ |
IceThreading.cpp \ |