[test-suite] r295338 - Add a cache explicitely addressing the MacOSX xcode SDK

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 09:08:36 PST 2017


Author: matze
Date: Thu Feb 16 11:08:35 2017
New Revision: 295338

URL: http://llvm.org/viewvc/llvm-project?rev=295338&view=rev
Log:
Add a cache explicitely addressing the MacOSX xcode SDK

Added:
    test-suite/trunk/cmake/caches/target-x86_64-macosx.cmake

Added: test-suite/trunk/cmake/caches/target-x86_64-macosx.cmake
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/cmake/caches/target-x86_64-macosx.cmake?rev=295338&view=auto
==============================================================================
--- test-suite/trunk/cmake/caches/target-x86_64-macosx.cmake (added)
+++ test-suite/trunk/cmake/caches/target-x86_64-macosx.cmake Thu Feb 16 11:08:35 2017
@@ -0,0 +1,3 @@
+set(XCRUN_FLAGS --sdk macosx)
+set(CMAKE_OSX_ARCHITECTURES x86_64 CACHE STRING "")
+include(${CMAKE_CURRENT_LIST_DIR}/util/xcode_sdk.cmake)




More information about the llvm-commits mailing list