Windows: Fix _CPPUNWIND definition to follow -fcxx-exceptions
authorReid Kleckner <reid@kleckner.net>
Fri, 30 Jan 2015 21:42:55 +0000 (21:42 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 30 Jan 2015 21:42:55 +0000 (21:42 +0000)
commit165143587ac090ba3e67a6d5bd1e5fdde3849d75
treedb0f1451b19ee695a636f6fe189ec9e1fad818a2
parent2d80ea19397e16bb7907c2e203110dd3e8303bf8
Windows: Fix _CPPUNWIND definition to follow -fcxx-exceptions

This is consistent with how we interpret the MSVC /EH flag, which
controls -fcxx-exceptions.

llvm-svn: 227616
clang/lib/Basic/Targets.cpp