We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e0879 commit def2457Copy full SHA for def2457
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get -y install git
8
# Build MLIR from source
9
RUN git clone https://github.com/llvm/llvm-project.git && \
10
cd /llvm-project/ && \
11
-git checkout b8bf14eecfc71cfc2d6931c2d95bc5af21d5e4a3
+git checkout 98e674c9f16d677d95c67bc130e267fae331e43c
12
13
14
RUN apt-get install -y ninja-build cmake clang clang-tools lld
0 commit comments