mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 10:26:11 +00:00
fix the call to the llvm ir => .a
This commit is contained in:
parent
a403fa2c96
commit
cd5f1cce89
2
debian/llvm-compile-lto-elf.sh
vendored
2
debian/llvm-compile-lto-elf.sh
vendored
@ -65,4 +65,4 @@ export -f check_convert_bitcode
|
||||
# Deduplicate by device:inode to avoid processing hardlinks in parallel.
|
||||
find "$P_TO_LLVM/debian/" -type f -name "*.[ao]" -printf "%D:%i %p\n" | \
|
||||
awk '!seen[$1]++' | cut -d" " -f2- | \
|
||||
xargs -d"\n" -r -n1 -P$NCPUS sh -c "check_convert_bitcode \$@ $CLANG_FLAGS" ARG0
|
||||
xargs -d"\n" -r -n1 -P$NCPUS bash -c "check_convert_bitcode \$@ $CLANG_FLAGS" ARG0
|
||||
|
Loading…
Reference in New Issue
Block a user