]> granicus.if.org Git - clang/commit
[AArch64] [Windows] Emit unwind tables by default.
authorEli Friedman <efriedma@codeaurora.org>
Wed, 31 Oct 2018 21:39:41 +0000 (21:39 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Wed, 31 Oct 2018 21:39:41 +0000 (21:39 +0000)
commitd81da87531b6cd4829b939f433845b60ec1e00d6
treea1bc055322a73cdf32d4f74f44b3f3f0f050c702
parented32d216e99c57ee7cd0802a16e3f667850a4b43
[AArch64] [Windows] Emit unwind tables by default.

Unwind tables are necessary even in code that doesn't support
exceptions.  The tables are used for setjmp(), and by debuggers.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345781 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/MSVC.cpp