| Index: tools/clang/scripts/package.sh
|
| diff --git a/tools/clang/scripts/package.sh b/tools/clang/scripts/package.sh
|
| index 16b3c7ba5009e77046164b95bd020290d1793955..95f428f9b789761f2c0deb07bd4fedf93af9a262 100755
|
| --- a/tools/clang/scripts/package.sh
|
| +++ b/tools/clang/scripts/package.sh
|
| @@ -59,6 +59,7 @@ 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.
|
| cp "${LLVM_LIB_DIR}/libFindBadConstructs.${SO_EXT}" $PDIR/lib
|
| +cp "${LLVM_LIB_DIR}/libBlinkGCPlugin.${SO_EXT}" $PDIR/lib
|
|
|
| # Copy built-in headers (lib/clang/3.2/include).
|
| # libcompiler-rt puts all kinds of libraries there too, but we want only some.
|
|
|