Currently Arm 32 bit fails to build GWP ASAN, which is fine
because you can disable it with an option.
However this was not being passed to the external project
call.
There are probably more options and functions that could
break this way but this is the one I hit building the llvm
release for Arm 32 bit.
Depends on D139536