[PATCH] D38819: [libunwind] Add support for dwarf unwinding on windows on x86_64

Martell Malone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 15 10:13:01 PDT 2017


martell added inline comments.


================
Comment at: docs/index.rst:55
 NetBSD       x86_64               Clang, GCC   DWARF CFI
-Windows      i386                 Clang        DWARF CFI
+Windows      i386, x86_64         Clang        DWARF CFI
 ============ ==================== ============ ========================
----------------
Based on your comments above I assume this supports GCC also ?
If so, replace
`Windows      i386, x86_64         Clang        DWARF CFI`
with
`Windows      i386, x86_64         Clang, GCC   DWARF CFI`

This is exciting stuff Martin :)


https://reviews.llvm.org/D38819





More information about the cfe-commits mailing list