Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehme authored Aug 25, 2017
1 parent 9926852 commit 01156c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,13 @@ pushd $SUBJECT
make -j$(nproc) clean
make -j$(nproc) all
popd
# If the linker (CCLD) complains that you should run ranlib, make
# sure that libLTO.so and LLVMgold.so (from building LLVM with Gold)
# can be found in /usr/lib/bfd-plugins
# * If the linker (CCLD) complains that you should run ranlib, make
# sure that libLTO.so and LLVMgold.so (from building LLVM with Gold)
# can be found in /usr/lib/bfd-plugins
# * If the compiler crashes, there is some problem with LLVM not
# supporting our instrumentation (afl-llvm-pass.so.cc:540-577).
# LLVM has changed the instrumentation-API very often :(
# -> Check LLVM-version, fix problem, and prepare pull request.

# Test whether CG/CFG extraction was successful
$SUBJECT/xmllint --valid --recover $SUBJECT/test/dtd3
Expand Down

0 comments on commit 01156c1

Please sign in to comment.