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

Unified Diff: src/IceCompiler.cpp

Issue 2042063002: Created Ice::Instrumentation base class and accompanying hooks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 6 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.cpp
diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
index d605610bba4d52bbb84e4f3b6e7325d3aee900af..aa2770bc3c6817041738d10cd3ee177c97e87d4c 100644
--- a/src/IceCompiler.cpp
+++ b/src/IceCompiler.cpp
@@ -24,6 +24,7 @@
#include "IceClFlags.h"
#include "IceConverter.h"
#include "IceELFObjectWriter.h"
+#include "IceInstrumentation.h"
Karl 2016/06/06 22:27:02 Why is this included. It doesn't appear to be used
tlively 2016/06/07 00:43:05 Done.
#include "PNaClTranslator.h"
#include "WasmTranslator.h"

Powered by Google App Engine
This is Rietveld 408576698