tqchen commented on a change in pull request #8008: URL: https://github.com/apache/tvm/pull/8008#discussion_r631007359
########## File path: docker/install/ubuntu1804_install_llvm.sh ########## @@ -36,10 +36,15 @@ echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main\ echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main\ >> /etc/apt/sources.list.d/llvm.list +echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-12 main\ + >> /etc/apt/sources.list.d/llvm.list +echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-12 main\ + >> /etc/apt/sources.list.d/llvm.list + echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main\ >> /etc/apt/sources.list.d/llvm.list echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic main\ >> /etc/apt/sources.list.d/llvm.list wget -q -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - -apt-get update && apt-get install -y llvm-9 llvm-10 llvm-11 clang-9 libclang-9-dev clang-10 libclang-10-dev clang-11 libclang-11-dev +apt-get update && apt-get install -y llvm-9 llvm-10 llvm-11 llvm-12 clang-9 libclang-9-dev clang-10 libclang-10-dev clang-11 libclang-11-dev clang-12 libclang-12-dev Review comment: Let us first keep all, we might need to update testcase first to change the llvm-config before we can drop 9 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
