Skip to content

Commit b0864ea

Browse files
committed
strip-llvm: Remove import libraries for liblldb/libLLVM/libclang-cpp
The import libraries for libLLVM/libclang-cpp are rather large (21 and 15 MB each), while it hasn't been too much of an issue with liblldb.dll.a (which was 600 KB).
1 parent d8ab02f commit b0864ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strip-llvm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ cd include
118118
rm -rf clang clang-c lld llvm llvm-c lldb
119119
cd ..
120120
cd lib
121+
rm -f *.dll.a
121122
for i in lib*.a *.so* *.dylib* cmake; do
122123
case $i in
123124
liblldb*|libclang-cpp*|libLLVM*)

0 commit comments

Comments
 (0)