[libFuzzer] fix missing close on opened fileSummary:When running the standalone main on a large corpus, I eventually get aEMFILE error ("Too many open files").Patch by Paul ChaignonReviewers:
[libFuzzer] fix missing close on opened fileSummary:When running the standalone main on a large corpus, I eventually get aEMFILE error ("Too many open files").Patch by Paul ChaignonReviewers: kcc, vitalybukaReviewed By: vitalybukaSubscribers: lebedev.ri, #sanitizers, llvm-commitsTags: #llvm, #sanitizersDifferential Revision: https://reviews.llvm.org/D58622llvm-svn: 354918
show more ...
Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we're moving the headerentirely to discuss the ne
Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we're moving the headerentirely to discuss the new license. We checked this carefully with theFoundation's lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351636
Move libFuzzer to compiler_rt.Resulting library binaries will be named libclang_rt.fuzzer*, and willbe placed in Clang toolchain, allowing redistribution.Differential Revision: https://reviews.l
Move libFuzzer to compiler_rt.Resulting library binaries will be named libclang_rt.fuzzer*, and willbe placed in Clang toolchain, allowing redistribution.Differential Revision: https://reviews.llvm.org/D36908llvm-svn: 311407