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

Unified Diff: src/IceInstrumentation.h

Issue 2068593003: Implemented linking to a dummy ASan runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Added a test. 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/IceInstrumentation.h
diff --git a/src/IceInstrumentation.h b/src/IceInstrumentation.h
index a7e099bae9e1d4195de23b481e5f487f297966e2..8b7e2e78f0c9cfa2b12349d4ff92704534d32b01 100644
--- a/src/IceInstrumentation.h
+++ b/src/IceInstrumentation.h
@@ -69,6 +69,7 @@ private:
virtual void instrumentSwitch(LoweringContext &, const class InstSwitch *) {}
virtual void instrumentUnreachable(LoweringContext &,
const class InstUnreachable *) {}
+ virtual void instrumentStart(Cfg *) {}
virtual void instrumentLocalVars(Cfg *) {}
protected:

Powered by Google App Engine
This is Rietveld 408576698