From 6bb7f1b60f4b6b2214457d19d66d2b7b50685feb Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 3 Nov 2016 10:52:49 +0000 Subject: Integrate VerifierDeps in compiler driver. If a VerifierDeps is given, try fast verify. Otherwise create a new VerifierDeps and do the full verification. test: test-art-host, verifier_deps_test bug: 30937355 Change-Id: Ifb030d7b5232c95872164f601057a56ab96038e1 --- compiler/driver/compiler_driver_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_driver_test.cc') diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index 845028d427..9679a796cb 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -43,6 +43,7 @@ class CompilerDriverTest : public CommonCompilerTest { TimingLogger::ScopedTiming t(__FUNCTION__, &timings); compiler_driver_->CompileAll(class_loader, GetDexFiles(class_loader), + /* verifier_deps */ nullptr, &timings); t.NewTiming("MakeAllExecutable"); MakeAllExecutable(class_loader); -- cgit v1.2.3-59-g8ed1b