MehdiTantaoui-99 commented on issue #17492: URL: https://github.com/apache/tvm/issues/17492#issuecomment-2444212238
I found a solution. You have to setup the LLVM config before compiling the library: ```bash cd tvm/build/ vi config.cmake ``` Set `set(USE_LLVM llvm-config)` in the `config.cmake` file. Then run: ```bash cmake .. make -j$(nproc) ``` This solved the issue for me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
