Xcode – Clang libFizzer for AArch64 architecture
I would like to perform some fuzz testing on a command-line application I am working on. I am on an M1 Mac, and apple developer tools does not ship clang with libFuzzer. So I followed this SO post's answer and…