Skip to content

Commit

Permalink
another linux fix, include shard libc++ libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jan 11, 2025
1 parent 71cf427 commit b23b353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/clang_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ mv "linux_$clang_arch.tar.zst" "artifacts/linux_$clang_arch.tar.zst"

mkdir package_libclang

# Linux nests the libc++ one directory deep, so let's move that up.
eval cp -rP llvm-project/build/lib/$clang_target/libc++* llvm-project/build/lib/.

for dir in bin lib; do
mkdir package_libclang/$dir
cat "$dir"_libclang.txt | while read -r val; do
Expand Down
3 changes: 3 additions & 0 deletions clang/lib_libclang.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
libclang.$shared_extension
libclang.$shared_extension.$clang_version
libclang.$shared_extension.$clang_major_minor
build:libc++.1.0.$shared_extension
build:libc++.1.$shared_extension
build:libc++.$shared_extension
build:libc++.a

0 comments on commit b23b353

Please sign in to comment.