mirror of https://github.com/google/oss-fuzz.git
[lldb-eval] Copy libs by "value" (#5930)
An attempt to resolve coverage build issue #5909
This commit is contained in:
parent
1ff11e61d9
commit
5e5b73fc81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue