Skip to content

Commit 3c70558

Browse files
committed
this is my fork of compiler seh tests, i just want the c exceptions.
thanks!
1 parent b7d933f commit 3c70558

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2824
-85252
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# cmkr
2+
/**/CMakeLists.txt linguist-generated
3+
/**/cmkr.cmake linguist-vendored

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# cmkr
2+
build*/
3+
cmake-build*/
4+
CMakerLists.txt
5+
CMakeLists.txt.user
6+
.build/
7+
*.exe
8+
*.pdb

CMakeLists.txt

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Back Engineering Labs Fork
2+
3+
Just using cmake to compile each SEH test and using `/GS`, `/DEBUG:FULL`, and `/O2`.
4+
15
Microsoft compiler-tests
26
========================
37

0 commit comments

Comments
 (0)