Skip to content

Commit

Permalink
[linkers test wrt. 'Expected at most one ThinLTO module per bitcode f…
Browse files Browse the repository at this point in the history
…ile']
  • Loading branch information
kinke committed Mar 3, 2025
1 parent 7496142 commit 54b589e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ jobs:
# create missing 7za symlink
ln -s 7z /usr/bin/7za
# make lld the default linker
ls -l /usr/bin/ld* /usr/x86_64-alpine-linux-musl/bin/ld*
ln -sf ld.lld /usr/bin/ld
ld --version
ln -sf /usr/bin/ld /usr/x86_64-alpine-linux-musl/bin/ld
# create ../llvm symlink to distro LLVM (no prebuilt LDC-LLVM for musl)
ln -s /usr/lib/llvm19 $(dirname $(pwd))/llvm
../llvm/bin/llvm-config --version
Expand Down

0 comments on commit 54b589e

Please sign in to comment.