Index: tools/clang/scripts/package.sh |
diff --git a/tools/clang/scripts/package.sh b/tools/clang/scripts/package.sh |
index f57a28b4ebe537b0f6133c51f1d937deddb92b44..cd3b2b30b34d84a2abd34a6e02d9a7da7f28bead 100755 |
--- a/tools/clang/scripts/package.sh |
+++ b/tools/clang/scripts/package.sh |
@@ -59,7 +59,6 @@ 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}/libprofile_rt.${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. |