summaryrefslogtreecommitdiff
path: root/compiler/debug/elf_debug_writer.h
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2019-02-13 14:49:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-02-13 14:49:05 +0000
commit0dbb3d10c17961993cfb34050863b0d0eebdaffe (patch)
tree26dd8129f94fb4048476b9a099c9b8b6cdbb0cbd /compiler/debug/elf_debug_writer.h
parentd8c4a38b3fc37efdfe691c317b37e9808022f7a3 (diff)
parent7370d92da01ad07c649e3f988aaf55ee7585a803 (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.h3
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,