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 b864405 commit 339f58dCopy full SHA for 339f58d
.github/workflows/containers/github-action-ci/Dockerfile
@@ -32,7 +32,7 @@ RUN cmake -B ./build -G Ninja ./llvm \
32
-DLLVM_ENABLE_RUNTIMES="compiler-rt" \
33
-DCMAKE_INSTALL_PREFIX="$LLVM_SYSROOT" \
34
-DLLVM_ENABLE_PROJECTS="bolt;clang;lld;clang-tools-extra" \
35
- -DLLVM_DISTRIBUTION_COMPONENTS="lld;compiler-rt;clang-format;scan-build" \
+ -DLLVM_DISTRIBUTION_COMPONENTS="lld;compiler-rt;clang-format;scan-build;llvm-symbolizer" \
36
-DCLANG_DEFAULT_LINKER="lld"
37
38
RUN ninja -C ./build stage2-clang-bolt stage2-install-distribution && ninja -C ./build install-distribution
0 commit comments