Skip to content

Commit

Permalink
wkdev-sdk: Add lld
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Apr 12, 2024
1 parent d529709 commit 21414b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ COPY /rootfs/usr/bin/podman-host /usr/bin/podman-host
COPY /rootfs/etc/ccache.conf /etc/ccache.conf

# Convenience symlink for clang tools, the VSCode extension doesn't find these by default.
RUN for command in clang clang++ clangd clang-format clang-tidy lldb lldb-server lldb-vscode; do \
RUN for command in clang clang++ clangd clang-format clang-tidy lld lldb lldb-server lldb-vscode; do \
ln -s "/usr/bin/${command}-16" "/usr/local/bin/${command}"; \
done
done && ln -s "/usr/bin/lld-16" "/usr/local/bin/ld.lld";

# Switch back to interactive prompt, when using apt.
ENV DEBIAN_FRONTEND dialog
Expand Down
2 changes: 1 addition & 1 deletion images/wkdev_sdk/required_system_packages/03-clang.lst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Clang toolchain (current version: 16)
clang-16 clangd-16 clang-format-16 clang-tidy-16 lldb-16 libstdc++-13-dev
clang-16 clangd-16 clang-format-16 clang-tidy-16 lld-16 lldb-16 libstdc++-13-dev

0 comments on commit 21414b6

Please sign in to comment.