]> granicus.if.org Git - clang/commit
CodeGen: make a check stricter
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 17 Nov 2014 22:11:07 +0000 (22:11 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 17 Nov 2014 22:11:07 +0000 (22:11 +0000)
commit39e69447760154d579e94f708cd327583e281114
tree7d2f73111aa844209655c680c0d25952a4671496
parentdd525c2374900ac14f64e487d04a208fe1724f21
CodeGen: make a check stricter

When targeting Windows itanium (a MSVC environment), use itanium style
exceptions rather than SEH.  Existing test cases already test this code path.
Applying this change ensures that tests wont break due to a parallel change in
LLVM (to correctly report isMSVCEnvironment).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222179 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp