Set `LLVM_TARGETS_TO_BUILD` to `host` instead of `X86`
Just as we do not recommend to use x86_64
directly in PKGBUILD
but recommend $CARCH
or $(uname -m)
, we might set LLVM_TARGETS_TO_BUILD
here to host
instead of X86
to be friendly to arch ports.