Cast the return value of _Unwind_GetIP() to uptr
authorKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 18:25:12 +0000 (18:25 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 18:25:12 +0000 (18:25 +0000)
commit98f1dd0bd593fc147bddff45c706542c4c08cadd
tree7438c8e1f2225577fff773b15b01ee2bad5604b6
parentd54d17b6e2fca660f7d1bb5f6753022060e06ff4
Cast the return value of _Unwind_GetIP() to uptr

This is needed for NetBSD to match the expected type in
Unwind_GetIP().

llvm-svn: 345620
compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc