LLVM Backend Issue

Hi, I want to generate LLVM IR for the tests present in the TVM already e.g. from_tensorflow.

What changes do I need to make? When I run those tests, they say : LLVM ERROR: CPU 'generic' is not supported. Use generic-rv64

But as far as I have llvm as a target, why is it giving such error?