[PATCH] D56009: [Sanitizer] Enable POSIX regex api on FreeBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 22 02:26:45 PST 2018


krytarowski added inline comments.


================
Comment at: test/sanitizer_common/TestCases/NetBSD/regexsub.cc:51
+
+  rv = regcomp(&regex, "[[:upp:]]", 0);
+  assert(rv);
----------------
It's a duplicate test case with regex.cc, please drop code from L51-L56 from this file.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56009/new/

https://reviews.llvm.org/D56009





More information about the llvm-commits mailing list