Bug 1365994 - Update libfuzzer r=decoder

MozReview-Commit-ID: GCwIIZd5PTS
***
1365994 - update moz.build for libfuzzer

MozReview-Commit-ID: IxbLnviJC08
This commit is contained in:
rforbes
2017-05-18 10:23:05 -07:00
parent 5c5e3b8e4c
commit 5ebee3ca5d
44 changed files with 2843 additions and 1038 deletions

View File

@@ -15,6 +15,7 @@
#if LIBFUZZER_APPLE
#include "FuzzerExtFunctions.h"
#include "FuzzerIO.h"
#include <dlfcn.h>
using namespace fuzzer;
@@ -45,5 +46,7 @@ ExternalFunctions::ExternalFunctions() {
#undef EXT_FUNC
}
} // namespace fuzzer
#endif // LIBFUZZER_APPLE