Skip to content

NewWorldComingSoon/llvm-msvc-seh-test

Repository files navigation

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