Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ${triple}-ld.lld symlinks for lld; Update LLVM to 19.1.5 #38

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ARG QEMU_REF=hexagon-sysemu-04-oct-2024
ARG ARTIFACT_BASE
ARG ARTIFACT_TAG

ENV VER 19.1.2
ENV VER 19.1.5
ENV TOOLCHAIN_INSTALL /usr/local/clang+llvm-${VER}-cross-hexagon-unknown-linux-musl/
ENV ROOT_INSTALL /usr/local/hexagon-unknown-linux-musl-rootfs
ENV MAKE_TARBALLS 1
Expand Down
1 change: 1 addition & 0 deletions build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ add_symlinks() {
ln -sf --relative ${linkdir}/llvm-readelf ${linkdir}/${triple}-readelf
ln -sf --relative ${linkdir}/llvm-ranlib ${linkdir}/${triple}-ranlib
ln -sf --relative ${linkdir}/llvm-config ${linkdir}/${triple}-llvm-config
ln -sf --relative ${linkdir}/ld.lld ${linkdir}/${triple}-ld.lld
done

# ln -sf --relative ${linkdir}/clang ${linkdir}/hexagon-unknown-none-elf-clang
Expand Down
Loading