diff options
author | 2019-02-13 14:49:05 +0000 | |
---|---|---|
committer | 2019-02-13 14:49:05 +0000 | |
commit | 0dbb3d10c17961993cfb34050863b0d0eebdaffe (patch) | |
tree | 26dd8129f94fb4048476b9a099c9b8b6cdbb0cbd /compiler/debug/elf_debug_writer.h | |
parent | d8c4a38b3fc37efdfe691c317b37e9808022f7a3 (diff) | |
parent | 7370d92da01ad07c649e3f988aaf55ee7585a803 (diff) |
Merge "Remove oat_patches from the DWARF writer."
Diffstat (limited to 'compiler/debug/elf_debug_writer.h')
-rw-r--r-- | compiler/debug/elf_debug_writer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/debug/elf_debug_writer.h b/compiler/debug/elf_debug_writer.h index d5aa9cd257..3cc38a2757 100644 --- a/compiler/debug/elf_debug_writer.h +++ b/compiler/debug/elf_debug_writer.h @@ -37,8 +37,7 @@ struct MethodDebugInfo; template <typename ElfTypes> void WriteDebugInfo( linker::ElfBuilder<ElfTypes>* builder, - const DebugInfo& debug_info, - bool write_oat_patches); + const DebugInfo& debug_info); std::vector<uint8_t> MakeMiniDebugInfo( InstructionSet isa, |