/llvm-msvc-seh-test

Primary LanguageC++Boost Software License 1.0BSL-1.0

llvm-msvc-seh-test

SEH test for llvm-msvc.

Requirements

Building with llvm-msvc

cmake -Bbuild -TLLVM-MSVC_v143
cmake --build build --config Release
cmake -Bbuild32 -TLLVM-MSVC_v143 -AWin32
cmake --build build32 --config Release