| Index: trunk/src/tools/clang/scripts/package.sh
|
| ===================================================================
|
| --- trunk/src/tools/clang/scripts/package.sh (revision 226977)
|
| +++ trunk/src/tools/clang/scripts/package.sh (working copy)
|
| @@ -59,6 +59,7 @@
|
| # 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.
|
|
|