[PATCH] [COMPILER-RT] Fix CMake build for Apple/Darwin without Xcode and for universal build
Kuba Brecka
kuba.brecka at gmail.com
Tue Apr 21 02:13:47 PDT 2015
I just tried building without this patch on a OS X 10.10 system, without Xcode, just CLTools installed, and compiler-rt builds fine for me. Can you tell what is your OS version, CLTools version, CMake configure line, and the exact error message that you are getting?
It seems to me that when xcrun or xcodebuild returns an error message, it goes to stderr which is suppressed with `ERROR_FILE /dev/null` and the result string really is an empty string in case of an error.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8936
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list