Skip to content
  • Justin Bogner's avatar
    Remove the configure and cmake checks for sys/wait.h · c7e3f3ab
    Justin Bogner authored
    If we don't have sys/wait.h and we're on a unix system there's no way
    that several of the llvm tools work at all. This includes clang.
    
    Just remove the configure and cmake checks entirely - we'll get a
    build error instead of building something broken now.
    
    llvm-svn: 243957
    c7e3f3ab
Loading