Hello
I am new to TVM usage. I am trying to generate the LLVM code from TVM and wanted to understand who we can compile LLVM to executable and run it without TVM runtime. But, first step is to able to compile and run the generated LLVM code. Can someone give me steps on how we could do this?
I was able to generate the LLVM code but unable to compile that to an executable.