All signal handlers are required to have C language linkage in C++. This does not...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 29 Jan 2015 20:48:34 +0000 (20:48 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 29 Jan 2015 20:48:34 +0000 (20:48 +0000)
commit1b7b2597d5e9612795b14d50428d69e368b89d7a
tree449bd1956cbb4ad0a6716db2513b2e72d3c905e5
parent36f0dbbf3eac8aa18c29e0882ee52e6567798c01
All signal handlers are required to have C language linkage in C++. This does not fix all signal handlers, but does fix the most recent one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Signals.inc