sys/conf: Support building kasan with gcc on arm64
- Remove -mllvm flags that don't exist in gcc
- Set the shadow offset with -fasan-shadow-offset
- Remove this when kasan is disabled as it's an error to use this when not building for kasan under gcc
This allows the arm64 GENERIC-KASAN kernel to build with gcc13.
Reviewed by: brooks
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45300