[PATCH] D46303: [AsmPrinter] Allow emitting codeview for any windows target

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 1 00:26:35 PDT 2018


mstorsjo added a comment.

Tests with this with a mingw target look like it's working fine, but on x86_64, the VS debugger can't traverse the call stack if using dwarf for exception handling; that requires using SEH. (On i386, the debugger doesn't seem to rely on any specific exception handling mechanism.)


Repository:
  rL LLVM

https://reviews.llvm.org/D46303





More information about the llvm-commits mailing list