mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-14 15:57:47 +00:00
ec925a2578
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
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.