diff options
Diffstat (limited to 'tools/clang')
-rwxr-xr-x | tools/clang/scripts/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang/scripts/package.sh b/tools/clang/scripts/package.sh index eb34581..ab24595 100755 --- a/tools/clang/scripts/package.sh +++ b/tools/clang/scripts/package.sh @@ -48,6 +48,7 @@ cp buildlog.txt $PDIR/ # Copy clang into pdir, symlink clang++ to it. cp "${LLVM_BIN_DIR}/clang" $PDIR/bin/ (cd $PDIR/bin && ln -sf clang clang++ && cd -) +cp "${LLVM_BIN_DIR}/llvm-symbolizer" $PDIR/bin/ # Copy plugins. Some of the dylibs are pretty big, so copy only the ones we # care about. |