forked from OSchip/llvm-project
b1835b7947
When building compiler-rt on Linux, the "which sw_vers" check fails and writes an error message into the build log. Apparently on Solaris "which" writes the error message to stdout, so that the current test won't even work properly. As far as I know sw_vers always lives in /usr/bin, so just check for it there instead of using "which". llvm-svn: 180792 |
||
---|---|---|
.. | ||
platform | ||
test | ||
AppleBI.mk | ||
config.mk | ||
filter-inputs | ||
lib_info.mk | ||
lib_platforms.mk | ||
lib_util.mk | ||
options.mk | ||
subdir.mk | ||
util.mk |