diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-09-20 20:46:33 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-09-20 20:46:33 +0000 |
commit | 0ae02fd71a3828209df37239910568ecde68912a (patch) | |
tree | 3c0c37b088728423b3b085a8ebdd65c699aedc00 /llvm/docs/ProgrammingDocumentation.rst | |
parent | 216be996d68ec325f1d4341d3af78f078d430d4b (diff) | |
download | bcm5719-llvm-0ae02fd71a3828209df37239910568ecde68912a.tar.gz bcm5719-llvm-0ae02fd71a3828209df37239910568ecde68912a.zip |
Unwind: avoid warning about unused typedef
Move the definition of Elf_Addr typedef to the only place it is used, to avoid:
```
llvm-project/libunwind/src/AddressSpace.hpp:501:28: warning: unused typedef 'Elf_Addr' [-Wunused-local-typedef]
```
when compiling for Android with _LIBUNWIND_ARM_EHABI defined and
_LIBUNWIND_SUPPORT_DWARF_UNWIND not defined.
Patch by Joel Klinghed!
llvm-svn: 372427
Diffstat (limited to 'llvm/docs/ProgrammingDocumentation.rst')
0 files changed, 0 insertions, 0 deletions