ibsidorenko commented on PR #13418: URL: https://github.com/apache/tvm/pull/13418#issuecomment-1319691935
Hi, @mehrdadh and @joshherr-quic ! Sorry for stupid question, but when I try to use Hexagon docker I run the following command: `./docker/bash.sh ci_hexagon` But as I see from the downloaded image it still uses LLVM-14: ``` $ /opt/clang-llvm/bin/llvm-config --version 14.0.0 ``` But even LLVM_SHA=361a27c155ec8b should correspond to LLVM-15.x if I am correct. What should I do to use up-to-date LLVM version in the docker image? Build the docker locally? -- 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]
