Skip to content

Commit

Permalink
Add ${triple}-ld.lld symlinks for lld
Browse files Browse the repository at this point in the history
Note that adding this symlink uncovered a clang bug, llvm/llvm-project#117834

This change is deliberately applied after that fix landed in llvmorg-19.1.5.

Signed-off-by: Brian Cain <bcain@quicinc.com>
  • Loading branch information
androm3da committed Dec 3, 2024
1 parent 5825e87 commit a7b3e79
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit a7b3e79

Please sign in to comment.