Skip to content

Commit

Permalink
remove libclang for now since it fails on x86_64 because of the versi…
Browse files Browse the repository at this point in the history
…on of libtinfo that we link
  • Loading branch information
ParkMyCar committed Sep 3, 2024
1 parent 292c852 commit 324c0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION="on" \
-DLLVM_ENABLE_PROJECTS="clang;lld" \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind;compiler-rt" \
-DLLVM_DISTRIBUTION_COMPONENTS="clang-resource-headers;libclang" \
-DLLVM_DISTRIBUTION_COMPONENTS="clang-resource-headers" \
-DCMAKE_C_COMPILER="$C_BINARY" \
-DCMAKE_CXX_COMPILER="$CXX_BINARY" \
-DCMAKE_CXX_STANDARD=17 \
Expand Down Expand Up @@ -159,8 +159,7 @@ jobs:
cxx \
cxxabi \
unwind \
builtins \
libclang
builtins
# Package the toolchain by copying everything listed from the following files:
#
Expand Down
3 changes: 0 additions & 3 deletions clang/lib.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
clang
libclang.so
libclang.so.$CLANG_MAJOR_MINOR_VERSION
libclang.so.$CLANG_VERSION
mac:libc++.1.0.dylib
mac:libc++.1.dylib
mac:libc++.a
Expand Down

0 comments on commit 324c0f0

Please sign in to comment.