hanchenye-llvm-project/libunwind
Saleem Abdulrasool 0ae02fd71a 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
2019-09-20 20:46:33 +00:00
..
cmake [runtimes] Use -Wunknown-pragmas for the pragma check 2019-05-30 05:38:06 +00:00
docs Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
include [NFC] Correct outdated links to the Itanium C++ ABI documentation 2019-04-11 16:37:07 +00:00
src Unwind: avoid warning about unused typedef 2019-09-20 20:46:33 +00:00
test Unwind: prevent unw_get_proc_info from returning stale data 2019-09-20 15:53:42 +00:00
.arcconfig
.clang-format
CMakeLists.txt Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00