Skip to content

Commit

Permalink
include libclang in the linux toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Nov 26, 2024
1 parent 2ebeef7 commit f9ed43b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/clang_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ cmake --build build --target \
unwind \
builtins \
runtimes \
sancov
sancov \
libclang
1 change: 1 addition & 0 deletions clang/clang_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ esac
# These values are used in the `.txt` files that define what we package.
clang_target="$clang_arch-unknown-linux-gnu"
clang_major=$(echo "$clang_version" | cut -d '.' -f 1)
clang_major_minor_version=$(echo "$clang_version" | cut -d. -f1-2)

# Package the toolchain by copying everything listed from the following files:
#
Expand Down
3 changes: 3 additions & 0 deletions clang/lib.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
clang
libclang.so
libclang.so.$clang_version
libclang.so.$clang_major_minor
mac:libc++.1.0.dylib
mac:libc++.1.dylib
mac:libc++.a
Expand Down

0 comments on commit f9ed43b

Please sign in to comment.