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 45497e3 commit 9574bf5Copy full SHA for 9574bf5
src/ci/docker/dist-x86_64-linux/build-clang.sh
@@ -30,6 +30,12 @@ curl https://releases.llvm.org/$LLVM/cfe-$LLVM.src.tar.xz | \
30
xz -d | \
31
tar xf - -C tools/clang --strip-components=1
32
33
+mkdir -p tools/lld
34
+
35
+curl https://releases.llvm.org/$LLVM/lld-$LLVM.src.tar.xz | \
36
+ xz -d | \
37
+ tar xf - -C tools/lld --strip-components=1
38
39
mkdir ../clang-build
40
cd ../clang-build
41
0 commit comments