diff options
| author | Pavel Labath <labath@google.com> | 2018-01-17 11:11:53 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2018-01-17 11:11:53 +0000 |
| commit | 7da24de5c05b6bb37f6bc4b1c1ad23e592cc3ed1 (patch) | |
| tree | 9a4db682edda5fd8892629a1a577fcff0e033d60 /llvm/lib/BinaryFormat | |
| parent | 0b05f327d6e1ee14d2f885ba59153a054308649e (diff) | |
| download | bcm5719-llvm-7da24de5c05b6bb37f6bc4b1c1ad23e592cc3ed1.tar.gz bcm5719-llvm-7da24de5c05b6bb37f6bc4b1c1ad23e592cc3ed1.zip | |
Rewrite debugger tuning test case to not depend on apple sections
Summary:
In a follow-up commit I'll change the rules for emission of accelerator
tables, which means we won't be able to use them as a litmus test for
the debugger tuning options. Instead of sections, I base the test on the
presence/absence of some debug info attributes and opcodes:
LLDB - prefers DW_OP_form_tls_address and uses DW_AT_APPLE_optimized
GDB - prefers DW_OP_GNU_push_tls_address and does not use the optimized
attribute
SCE - prefers DW_OP_form_tls_address and does not use the optimized
attribute
Reviewers: probinson, aprantl, dblaikie
Subscribers: JDevlieghere, llvm-commits
Differential Revision: https://reviews.llvm.org/D41985
llvm-svn: 322630
Diffstat (limited to 'llvm/lib/BinaryFormat')
0 files changed, 0 insertions, 0 deletions

