From 019ef35f1ad68eed5e38b67ed31292049f59a319 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 18 Oct 2017 14:53:36 -0700 Subject: [PATCH] more fuzz targets for libc++ --- projects/llvm_libcxx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/llvm_libcxx/build.sh b/projects/llvm_libcxx/build.sh index 5caf6a3e8..64fc8d51e 100755 --- a/projects/llvm_libcxx/build.sh +++ b/projects/llvm_libcxx/build.sh @@ -15,7 +15,7 @@ # ################################################################################ -for f in sort stable_sort partition stable_partition nth_element partial_sort; do +for f in sort stable_sort partition stable_partition nth_element partial_sort regex_ECMAScript regex_POSIX regex_extended regex_awk regex_grep regex_egrep; do cat > ${f}_fuzzer.cc <