| commit | b7698745e9fa60157a6ac454d12e6820fbaba671 | [log] [tgz] | 
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Nov 17 22:11:07 2014 +0000 | 
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Nov 17 22:11:07 2014 +0000 | 
| tree | 1df41c773ab22116d4a278d35caa3d7c428701d3 | |
| parent | 1019695b38bf65ad7d54faa62466cc7b67267aea [diff] | 
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). llvm-svn: 222179