From 2faab0064bccdf06a454ba5fc37f2cfeceab78bc Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Tue, 12 Feb 2019 16:35:48 +0000 Subject: Create libelffile library for ELF file manipulation. Move some of our tooling to library to make it reusable. Remove MIPS support from the ELF builder. This is slightly easier than making it independent of the runtime. Bug: 110133331 Test: test.py -b --host Change-Id: I93343808d0e27ee8e1117e713a2503e8179fc245 --- compiler/utils/assembler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/assembler.h') diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 05372251dc..aa21f862de 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -30,7 +30,7 @@ #include "base/enums.h" #include "base/macros.h" #include "base/memory_region.h" -#include "debug/dwarf/debug_frame_opcode_writer.h" +#include "dwarf/debug_frame_opcode_writer.h" #include "label.h" #include "managed_register.h" #include "mips/constants_mips.h" -- cgit v1.2.3