Tim Shen 811e9302eb [FuzzerUtil] Partially revert D38481 on FuzzerUtil
This is because lib/Fuzzer doesn't really depend on llvm infrastucture.
It's not easy to access the llvm hardware_concurrency here.

Differential Reivision: https://reviews.llvm.org/D38481

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314870 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-04 01:05:34 +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.