From 1a2a5cd58b7b667b664a7c20a4887a6cd89b4776 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Wed, 7 Nov 2018 15:39:48 +0000 Subject: Move profile compilation info to CompilerOptions. Remove one HInliner dependency on the CompilerDriver. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: If6f0ab864095641b5697c8c6f5100520f91d5e53 --- compiler/driver/compiler_options.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options.cc') diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index 6b0e45629b..be8e10e41e 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -60,6 +60,7 @@ CompilerOptions::CompilerOptions() dump_pass_timings_(false), dump_stats_(false), top_k_profile_threshold_(kDefaultTopKProfileThreshold), + profile_compilation_info_(nullptr), verbose_methods_(), abort_on_hard_verifier_failure_(false), abort_on_soft_verifier_failure_(false), -- cgit v1.2.3-59-g8ed1b