use_ubsan=true seems to Just Work on macOS, so allow it.
https://reviews.llvm.org/D122862 broke use_asan=true and use_ubsan=true builds
on Linux too. This makes this go again by explicitly disabling asan and ubsan
for the baremetal part of the build. See discussion on
https://reviews.llvm.org/D122862 for other possible approaches.
Can we add these lines to the stage2_unix_toolchain template instead, as I mentioned in D122862?