The LLVMTarget detection is too strict

When I update TVM from v0.8.0 to v0.10.0 and run autoTVM on M2, TVM report an error.

[20:46:40] /Users/xxx/tvm_v10/src/target/llvm/llvm_module.cc:396: Architecture mismatch: module=arm64-apple-darwin host=arm-apple-darwin21.5.0

If ignore the error, the code can run correctly.