[PATCH] [COMPILER-RT] Fix CMake build for Apple/Darwin without Xcode and for universal build
Alexey Samsonov
vonosmas at gmail.com
Mon Apr 20 16:47:55 PDT 2015
I'll let Kuba look into it.
REPOSITORY
rL LLVM
================
Comment at: cmake/config-ix.cmake:164
@@ +163,3 @@
+ if(APPLE)
+ set(CMAKE_TRY_COMPILE_OSX_ARCHITECTURES x86_64)
+ endif()
----------------
shouldn't this be set/unset in test_target_arch?
http://reviews.llvm.org/D8936
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list