r278849 - [CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple builds
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 16 13:44:58 PDT 2016
Author: cbieneman
Date: Tue Aug 16 15:44:58 2016
New Revision: 278849
URL: http://llvm.org/viewvc/llvm-project?rev=278849&view=rev
Log:
[CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple builds
This is just a minor update to the Apple packaging configuration.
Modified:
cfe/trunk/cmake/caches/Apple-stage2.cmake
Modified: cfe/trunk/cmake/caches/Apple-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2.cmake?rev=278849&r1=278848&r2=278849&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Tue Aug 16 15:44:58 2016
@@ -3,6 +3,7 @@
set(LLVM_TARGETS_TO_BUILD X86 ARM AArch64 CACHE STRING "")
set(PACKAGE_VENDOR Apple CACHE STRING "")
+set(CLANG_VENDOR_UTI com.apple.clang CACHE STRING "")
set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
set(LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD OFF CACHE BOOL "")
More information about the cfe-commits
mailing list