From b8f8db221caac35bc062ce2063a8f46b9c9b2dd8 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Tue, 19 Feb 2019 06:11:12 +0100 Subject: [PATCH] android: [IR] update cpp sources Porting of following commits: 9f6be22 ("[NFC][PassTiming] factor out generic PassTimingInfo") e6959a6 ("[New PM] Introducing PassInstrumentation framework") --- lib/IR/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/IR/Android.mk b/lib/IR/Android.mk index 649c3f8f6f7..aa091430797 100644 --- a/lib/IR/Android.mk +++ b/lib/IR/Android.mk @@ -40,8 +40,10 @@ vmcore_SRC_FILES := \ Operator.cpp \ OptBisect.cpp \ Pass.cpp \ + PassInstrumentation.cpp \ PassManager.cpp \ PassRegistry.cpp \ + PassTimingInfo.cpp \ SafepointIRVerifier.cpp \ ProfileSummary.cpp \ Statepoint.cpp \ -- 2.11.0