From 1001c2ee0621d7299d4ffa65bb9c277cbb9ab114 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 30 Jan 2024 16:54:20 +0000 Subject: Move `JitOptions` to its own file. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing --jit Change-Id: Id86a37ba6569b68487eb977df6656d4868255acc --- compiler/optimizing/instruction_builder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/instruction_builder.cc') diff --git a/compiler/optimizing/instruction_builder.cc b/compiler/optimizing/instruction_builder.cc index ca0a8e81af..410d6fd0d0 100644 --- a/compiler/optimizing/instruction_builder.cc +++ b/compiler/optimizing/instruction_builder.cc @@ -33,6 +33,7 @@ #include "intrinsics.h" #include "intrinsics_utils.h" #include "jit/jit.h" +#include "jit/profiling_info.h" #include "mirror/dex_cache.h" #include "oat/oat_file.h" #include "optimizing_compiler_stats.h" -- cgit v1.2.3-59-g8ed1b