[PATCH] D13939: [archie-client][mips] Define NOREGEX macro since MUSL doesn't provide re_{comp, exec}().
    Daniel Sanders via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 23 02:03:31 PDT 2015
    
    
  
dsanders added inline comments.
================
Comment at: MultiSource/Benchmarks/Prolangs-C/archie-client/Makefile:6-8
@@ -5,5 +5,5 @@
 # This test uses the deprecated re_comp functions.
 ifdef HAVE_RE_COMP
 PROG = archie
 endif
 
----------------
Shouldn't this disable the test if re_comp is unavailable? It should be defined/not-defined by the configure step.
http://reviews.llvm.org/D13939
    
    
More information about the llvm-commits
mailing list