Error: Using LLVM 19.1.2 with -mcpu=apple-latest
is not valid in -mtriple=arm64-apple-macos
, using default -mcpu=generic
When I import TVM, there’s always an error like “Error: Using LLVM 19.1.2 with -mcpu=apple-latest
is not valid”. However, my backend is not apple. So what should I do with this error? Should I just ignore it? Thank you for my question.