Enable gtest SEH when building with clang-cl
authorReid Kleckner <rnk@google.com>
Thu, 8 Oct 2015 22:44:39 +0000 (22:44 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 8 Oct 2015 22:44:39 +0000 (22:44 +0000)
commit1f7789545d94098d6147593fd065fb23086ec2a4
tree48efb50efd3d18a6a65508c99256aeef334a1fcd
parent9c2fb736df3c6b378c8f7531aa5e101628925c18
Enable gtest SEH when building with clang-cl

Clang supports SEH well enough that this should work out of the box.  If
it doesn't, we'll hear about it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249766 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake