From 97c72b76cf776228196c6abd33973ef751de61ad Mon Sep 17 00:00:00 2001 From: Scott Wakeling Date: Fri, 24 Jun 2016 16:19:36 +0100 Subject: Fixes to build against new VIXL interface. - Fix namespace usage and use of deprecated functions. - Link all dependants to new libvixl-arm64 target for now. Change-Id: Iee6f299784fd663fc2a759f3ee816fdbc511e509 --- compiler/optimizing/intrinsics_arm64.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'compiler/optimizing/intrinsics_arm64.h') diff --git a/compiler/optimizing/intrinsics_arm64.h b/compiler/optimizing/intrinsics_arm64.h index d47448a9c3..525153621b 100644 --- a/compiler/optimizing/intrinsics_arm64.h +++ b/compiler/optimizing/intrinsics_arm64.h @@ -20,10 +20,11 @@ #include "intrinsics.h" namespace vixl { +namespace aarch64 { class MacroAssembler; -} // namespace vixl +}} // namespace vixl::aarch64 namespace art { @@ -73,7 +74,7 @@ INTRINSICS_LIST(OPTIMIZING_INTRINSICS) #undef OPTIMIZING_INTRINSICS private: - vixl::MacroAssembler* GetVIXLAssembler(); + vixl::aarch64::MacroAssembler* GetVIXLAssembler(); ArenaAllocator* GetAllocator(); -- cgit v1.2.3-59-g8ed1b