Enable more sanitizers:
- i386 and amd64:
- SanitizerKind::Vptr;
- SanitizerKind::Leak;
- SanitizerKind::SafeStack;
- SanitizerKind::Function;
- amd64 only:
- SanitizerKind::Thread;
These sanitizers are in the process of upstreaming to LLVM projects.
Sponsored by <The NetBSD Foundation>