From ea348f8d953c28c8ff0bc0b5081a151803647a39 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 23 Oct 2017 18:42:13 -0700 Subject: [PATCH] get the list of libcxx targets from a file --- 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 64fc8d51e..6a635f560 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 regex_ECMAScript regex_POSIX regex_extended regex_awk regex_grep regex_egrep; do +for f in $(grep -v "#" libcxx/fuzzing/RoutineNames.txt); do cat > ${f}_fuzzer.cc <