Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Aug 2, 2022
1 parent 4548680 commit fcf6050
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/base-images/base-builder/compile_libfuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@

echo -n "Compiling libFuzzer to $LIB_FUZZING_ENGINE... "
export LIB_FUZZING_ENGINE="-fsanitize=fuzzer"
cp /usr/local/lib/clang/*/lib/linux/libclang_rt.fuzzer-$ARCHITECTURE.a \
$LIB_FUZZING_ENGINE_DEPRECATED
cp /usr/local/lib/clang/15.0.0/lib/$ARCHITECTURE-unknown-linux-gnu/libclang_rt.fuzzer.a $LIB_FUZZING_ENGINE_DEPRECATED
echo " done."

0 comments on commit fcf6050

Please sign in to comment.