issues
search
nlsandler
/
writing-a-c-compiler-tests
Test cases for Writing a C Compiler
https://nostarch.com/writing-c-compiler
Other
172
stars
25
forks
source link
Add missing noexec-stack note and other small fixes
#73
Closed
nlsandler
closed
2 months ago
nlsandler
commented
2 months ago
Add no-exec-stack note to stack_alignment_check_linux.s to get rid of linker warning; update sanitizer tests to catch this sort of issue going forward
Add
--strict
flag to mypy check in CI
Add pragmas to silence clang warnings in sanitizer tests
Some drive-by whitespace/formatting fixes
--strict
flag to mypy check in CI