diff options
| author | Justin Bogner <mail@justinbogner.com> | 2015-08-04 06:29:58 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2015-08-04 06:29:58 +0000 |
| commit | c7e3f3ab6efb928711c6861307317f91148e0eb5 (patch) | |
| tree | 3f8cf3309723e121f474f141a41bb2c76fe809ef /llvm/cmake | |
| parent | caf1149b8b7801efdd329cdd6e158d8c862e56a6 (diff) | |
| download | bcm5719-llvm-c7e3f3ab6efb928711c6861307317f91148e0eb5.tar.gz bcm5719-llvm-c7e3f3ab6efb928711c6861307317f91148e0eb5.zip | |
Remove the configure and cmake checks for sys/wait.h
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
Diffstat (limited to 'llvm/cmake')
| -rwxr-xr-x | llvm/cmake/config-ix.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake index 74cd76e5167..c9ad80e6122 100755 --- a/llvm/cmake/config-ix.cmake +++ b/llvm/cmake/config-ix.cmake @@ -67,7 +67,6 @@ check_include_file(sys/resource.h HAVE_SYS_RESOURCE_H) check_include_file(sys/stat.h HAVE_SYS_STAT_H) check_include_file(sys/time.h HAVE_SYS_TIME_H) check_include_file(sys/uio.h HAVE_SYS_UIO_H) -check_include_file(sys/wait.h HAVE_SYS_WAIT_H) check_include_file(termios.h HAVE_TERMIOS_H) check_include_file(unistd.h HAVE_UNISTD_H) check_include_file(utime.h HAVE_UTIME_H) |

