commit | 546243375d7e129aa02ca7ea9663ed7c40b4880e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Jun 25 17:37:32 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Thu Jul 01 00:37:35 2021 +0000 |
tree | adc158db1f6d6d6c482ac88462ad687a63d8267d | |
parent | 7ffab8106445905d30fdef6291ebd18765c961f0 [diff] |
libelffile: move to DWARF3 when writing .debug_frame. zR augmentation in .debug_frame isn't recognized by llvm-dwarfdump. This leads to below test failure after compiler update: DwarfTest.DebugFrame DwarfTest.x86_64_RegisterMapping So switch to DWARF3, which supports 64-bit format without using zR augmentation. Bug: 192012848 Test: run art-test Change-Id: Ib37c0bba7a293ae7b04c8cc0e9e09c045bcc0287