Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 369 Bytes

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