This updates Apple build configurations to adapt to r263566 & r263570, which added a PACKAGE_VENDOR variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263571
91177308-0d34-0410-b5e6-
96231b3b80d8
# specified by the stage1 build.
set(LLVM_TARGETS_TO_BUILD X86 ARM AArch64 CACHE STRING "")
-set(CLANG_VENDOR Apple CACHE STRING "")
+set(PACKAGE_VENDOR Apple 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 "")