[lldb-eval] Copy libs by "value" (#5930)

An attempt to resolve coverage build issue #5909
This commit is contained in:
Andy Hippo 2021-06-17 15:46:51 +02:00 committed by GitHub
parent 1ff11e61d9
commit 5e5b73fc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ cp $SRC/llvm/bin/lldb-server $OUT/lldb_eval_libfuzzer_test.runfiles/llvm_project
# OSS-Fuzz rule doesn't handle dynamic dependencies
# Copy liblldb.so and path RPATH of the fuzz target
mkdir -p $OUT/lib
cp -a $SRC/llvm/lib/liblldb.so* $OUT/lib
cp $SRC/llvm/lib/liblldb.so* $OUT/lib
patchelf --set-rpath '$ORIGIN/lib' $OUT/lldb_eval_libfuzzer_test