Add support for dwarf unwinding on windows on x86_64
authorMartin Storsjo <martin@martin.st>
Fri, 27 Oct 2017 08:11:36 +0000 (08:11 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 27 Oct 2017 08:11:36 +0000 (08:11 +0000)
commit66bb841f641042e7b8ad16bce8b26586198b009d
tree0d4a9490459ec151ddf1f279ed82cff8bf763922
parent62dd9d20d5dc37bf5dfda14f40fd6c7013a24096
Add support for dwarf unwinding on windows on x86_64

Clang doesn't currently support building for windows/x86_64 with
dwarf by setting command line parameters, but if manually modified
to use dwarf, we can make libunwind work in this configuration
as well.

Also include i386 in the docs when adding this as a supported
configuration; libunwind already works for i386 windows, but
can fail due to an issue unrelated to windows itself.

Differential Revision: https://reviews.llvm.org/D38819

llvm-svn: 316747
libunwind/docs/index.rst
libunwind/include/__libunwind_config.h
libunwind/include/libunwind.h
libunwind/include/unwind.h
libunwind/src/AddressSpace.hpp
libunwind/src/Registers.hpp
libunwind/src/UnwindLevel1.c
libunwind/src/UnwindRegistersRestore.S
libunwind/src/UnwindRegistersSave.S