George Karpenkov ec925a2578 Moving libFuzzer from LLVM to compiler-rt.
This change only removes libFuzzer tests and CMake machinery,
the source copy temporarily remains at the old location.

Differential Revision: https://reviews.llvm.org/D36980

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311405 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-21 23:25:12 +00:00
..
2017-08-08 00:14:49 +00:00
2017-08-08 00:14:49 +00:00

libFuzzer was moved to compiler-rt in  https://reviews.llvm.org/D36908.
All future changes should be directed there.

The copy of sources is temporarily left in this folder for the duration of a
move.