[PATCH] D13939: [archie-client][mips] Define NOREGEX macro since MUSL doesn't provide re_{comp, exec}().

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 02:35:44 PST 2015


vkalintiris added a comment.

FWIW, I tested our out-of-tree buildbots and they are passing the test without any problem. This should be a temporary solution as long as we can't use rununder with the CMake build. With CMake it's really easy to check for the existence of these functions during configuration time.


http://reviews.llvm.org/D13939





More information about the llvm-commits mailing list