Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created July 22, 2020 02:30
Show Gist options
  • Save mistydemeo/0476c4b46d237d8885d844bb0c1be394 to your computer and use it in GitHub Desktop.
Save mistydemeo/0476c4b46d237d8885d844bb0c1be394 to your computer and use it in GitHub Desktop.
llvm on macOS 11.0 - Homebrew build logs
Homebrew build logs for llvm on macOS 11.0
Build date: 2020-07-21 18:33:21
HOMEBREW_VERSION: 2.4.8-48-gee648ef-dirty
ORIGIN: https://github.com/Homebrew/brew
HEAD: ee648ef88c9c2339e53fe9536aabec0f293f6117
Last commit: 6 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 9be92e4b8999c32420e08e972f4bb8646cdd2319
Core tap last commit: 62 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEVELOPER: set
HOMEBREW_EDITOR: subl
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_NO_AUTO_UPDATE: set
HOMEBREW_SKIP_OR_LATER_BOTTLES: set
CPU: octa-core 64-bit arm_vortex_tempest
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Clang: 12.0 build 1200
Git: 2.24.3 => /Applications/Xcode-beta.app/Contents/Developer/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.0-arm64
CLT: N/A
Xcode: 12.0 => /Applications/Xcode-beta.app/Contents/Developer
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Homebrew/homebrew-core is not on the master branch.
Check out the master branch by running:
git -C "$(brew --repo homebrew/core)" checkout master
Warning: You have uncommitted modifications to Homebrew/homebrew-core.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core && git stash && git clean -d -f
Uncommitted files:
M Formula/llvm.rb
2020-07-21 18:32:35 -0700
cmake
-G
Unix Makefiles
..
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/llvm/10.0.1
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DCMAKE_OSX_SYSROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
-DLLVM_ENABLE_PROJECTS=clang;clang-tools-extra;lld;lldb;polly
-DLLVM_ENABLE_RUNTIMES=compiler-rt;libcxx;libunwind
-DLIBOMP_ARCH=x86_64
-DLLVM_POLLY_LINK_INTO_TOOLS=ON
-DLLVM_BUILD_EXTERNAL_COMPILER_RT=ON
-DLLVM_LINK_LLVM_DYLIB=ON
-DLLVM_BUILD_LLVM_C_DYLIB=ON
-DLLVM_ENABLE_EH=ON
-DLLVM_ENABLE_FFI=ON
-DLLVM_ENABLE_LIBCXX=ON
-DLLVM_ENABLE_RTTI=ON
-DLLVM_INCLUDE_DOCS=OFF
-DLLVM_INCLUDE_TESTS=OFF
-DLLVM_INSTALL_UTILS=ON
-DLLVM_ENABLE_Z3_SOLVER=OFF
-DLLVM_OPTIMIZED_TABLEGEN=ON
-DLLVM_TARGETS_TO_BUILD=all
-DFFI_INCLUDE_DIR=/usr/local/opt/libffi/lib/libffi-3.3/include
-DFFI_LIBRARY_DIR=/usr/local/opt/libffi/lib
-DLLVM_CREATE_XCODE_TOOLCHAIN=ON
-DLLDB_USE_SYSTEM_DEBUGSERVER=ON
-DLLDB_ENABLE_PYTHON=OFF
-DLLDB_ENABLE_LUA=OFF
-DLLDB_ENABLE_LZMA=OFF
-DLIBOMP_INSTALL_ALIASES=OFF
-DCLANG_PYTHON_BINDINGS_VERSIONS=3.8
-DDEFAULT_SYSROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
-- The C compiler identification is AppleClang 12.0.0.12000022
-- The CXX compiler identification is AppleClang 12.0.0.12000022
-- The ASM compiler identification is Clang
-- Found assembler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- clang project is enabled
-- clang-tools-extra project is enabled
-- compiler-rt project is disabled
-- debuginfo-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- libcxx project is disabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is enabled
-- lldb project is enabled
-- llgo project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- parallel-libs project is disabled
-- polly project is enabled
-- pstl project is disabled
-- Could NOT find Z3: Found unsuitable version "0.0.0", but required is at least "4.7.1" (found Z3_LIBRARIES-NOTFOUND)
-- Found libtool - /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
-- Performing Test CXX_COMPILER_SUPPORTS_STDLIB
-- Performing Test CXX_COMPILER_SUPPORTS_STDLIB - Success
-- Performing Test CXX_LINKER_SUPPORTS_STDLIB
-- Performing Test CXX_LINKER_SUPPORTS_STDLIB - Success
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for link.h
-- Looking for link.h - not found
-- Looking for malloc/malloc.h
-- Looking for malloc/malloc.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- Looking for zlib.h
-- Looking for zlib.h - found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for FE_ALL_EXCEPT
-- Looking for FE_ALL_EXCEPT - found
-- Looking for FE_INEXACT
-- Looking for FE_INEXACT - found
-- Looking for mach/mach.h
-- Looking for mach/mach.h - found
-- Looking for histedit.h
-- Looking for histedit.h - found
-- Looking for CrashReporterClient.h
-- Looking for CrashReporterClient.h - not found
-- Performing Test HAVE_CRASHREPORTER_INFO
-- Performing Test HAVE_CRASHREPORTER_INFO - Success
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for pthread_getspecific in pthread
-- Looking for pthread_getspecific in pthread - found
-- Looking for pthread_rwlock_init in pthread
-- Looking for pthread_rwlock_init in pthread - found
-- Looking for pthread_mutex_lock in pthread
-- Looking for pthread_mutex_lock in pthread - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for pfm_initialize in pfm
-- Looking for pfm_initialize in pfm - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for compress2 in z
-- Looking for compress2 in z - found
-- Looking for el_init in edit
-- Looking for el_init in edit - found
-- Looking for setupterm in terminfo
-- Looking for setupterm in terminfo - not found
-- Looking for setupterm in tinfo
-- Looking for setupterm in tinfo - not found
-- Looking for setupterm in curses
-- Looking for setupterm in curses - found
-- Found LibXml2: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libxml2.tbd (found version "2.9.4")
-- Looking for xar_open in xar
-- Looking for xar_open in xar - found
-- Looking for arc4random
-- Looking for arc4random - found
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success
-- Looking for _Unwind_Backtrace
-- Looking for _Unwind_Backtrace - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for isatty
-- Looking for isatty - found
-- Looking for futimens
-- Looking for futimens - found
-- Looking for futimes
-- Looking for futimes - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - not found
-- Looking for lseek64
-- Looking for lseek64 - not found
-- Looking for mallctl
-- Looking for mallctl - not found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for malloc_zone_statistics
-- Looking for malloc_zone_statistics - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for posix_spawn
-- Looking for posix_spawn - found
-- Looking for pread
-- Looking for pread - found
-- Looking for sbrk
-- Looking for sbrk - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for strerror_s
-- Looking for strerror_s - not found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for dladdr
-- Looking for dladdr - found
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - not found
-- Looking for sched_getaffinity
-- Looking for sched_getaffinity - not found
-- Looking for CPU_COUNT
-- Looking for CPU_COUNT - not found
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np - found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for ffi_call
-- Looking for ffi_call - found
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
-- Performing Test LLVM_HAS_ATOMICS
-- Performing Test LLVM_HAS_ATOMICS - Success
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Success
-- Native target architecture is ARM
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Found ld64 - /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- Could NOT find Python module pygments
-- Could NOT find Python module pygments.lexers.c_cpp
-- Could NOT find Python module yaml
-- LLVM host triple: arm-apple-darwin20.0.0
-- LLVM default target triple: arm-apple-darwin20.0.0
-- Performing Test C_SUPPORTS_FPIC
-- Performing Test C_SUPPORTS_FPIC - Success
-- Performing Test CXX_SUPPORTS_FPIC
-- Performing Test CXX_SUPPORTS_FPIC - Success
-- Building with -fPIC
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Success
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Success
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Success
-- Looking for os_signpost_interval_begin
-- Looking for os_signpost_interval_begin - found
-- Performing Test macos_signposts_usable
-- Performing Test macos_signposts_usable - Success
-- Found PythonInterp: /usr/bin/python (found version "2.7.16")
-- Constructing LLVMBuild project information
-- Found Git: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/git (found version "2.24.3 (Apple Git-128)")
-- Linker detection: ld64
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting RISCV
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting WebAssembly
-- Targeting X86
-- Targeting XCore
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Clang version: 10.0.1
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Success
-- Looking for include file CoreServices/CoreServices.h
-- Looking for include file CoreServices/CoreServices.h - found
-- LLD version: 10.0.1
-- Found LibEdit: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include (found version ".")
-- Enable editline support in LLDB: TRUE
-- Found CursesAndPanel: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include
-- Enable curses support in LLDB: TRUE
-- Enable LZMA compression support in LLDB: FALSE
-- Enable Lua scripting support in LLDB: FALSE
-- Enable Python scripting support in LLDB: FALSE
-- Found LibXml2: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libxml2.tbd (found suitable version "2.9.4", minimum required is "2.8")
-- Enable Libxml 2 support in LLDB: TRUE
-- Looking for el_winsertstr
-- Looking for el_winsertstr - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of el_rfunc_t
-- Check size of el_rfunc_t - failed
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS - Success
-- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS
-- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS - Success
-- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING
-- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING - Success
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER - Success
-- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION
-- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION - Success
-- LLDB version: 10.0.1
-- Looking for ppoll
-- Looking for ppoll - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for accept4
-- Looking for accept4 - not found
-- Looking for include files sys/types.h, sys/event.h
-- Looking for include files sys/types.h, sys/event.h - found
-- Looking for process_vm_readv
-- Looking for process_vm_readv - not found
-- Looking for __NR_process_vm_readv
-- Looking for __NR_process_vm_readv - not found
-- Looking for compression_encode_buffer in compression
-- Looking for compression_encode_buffer in compression - found
-- Symbols (liblldb): exporting all symbols from the lldb namespace
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Identified Xcode Version: 12.0
-- ISL version: isl-0.20-65-gb822a210
-- Performing Test HAS_ATTRIBUTE_WARN_UNUSED_RESULT
-- Performing Test HAS_ATTRIBUTE_WARN_UNUSED_RESULT - Success
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Success
-- Performing Test HAVE_DECL_FFS
-- Performing Test HAVE_DECL_FFS - Success
-- Performing Test HAVE_DECL___BUILTIN_FFS
-- Performing Test HAVE_DECL___BUILTIN_FFS - Success
-- Performing Test HAVE_DECL__BITSCANFORWARD
-- Performing Test HAVE_DECL__BITSCANFORWARD - Failed
-- Performing Test HAVE_DECL_STRCASECMP
-- Performing Test HAVE_DECL_STRCASECMP - Success
-- Performing Test HAVE_DECL__STRICMP
-- Performing Test HAVE_DECL__STRICMP - Failed
-- Performing Test HAVE_DECL_STRNCASECMP
-- Performing Test HAVE_DECL_STRNCASECMP - Success
-- Performing Test HAVE_DECL__STRNICMP
-- Performing Test HAVE_DECL__STRNICMP - Failed
-- Performing Test HAVE_DECL_SNPRINTF
-- Performing Test HAVE_DECL_SNPRINTF - Success
-- Performing Test HAVE_DECL__SNPRINTF
-- Performing Test HAVE_DECL__SNPRINTF - Failed
-- Performing Test HAVE_UINT8T
-- Performing Test HAVE_UINT8T - Failed
-- Performing Test HAVE_INTTYPES_H
-- Performing Test HAVE_INTTYPES_H - Success
-- Performing Test HAVE_SYS_INTTYPES_H
-- Performing Test HAVE_SYS_INTTYPES_H - Success
-- PPCG version: ppcg-0.07
-- Registering Polly as a pass plugin (static build: ON)
-- Registering Bye as a pass plugin (static build: OFF)
-- Version: 0.0.0
-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
LIBOMP_ARCH
LIBOMP_INSTALL_ALIASES
-- Build files have been written to: /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build
clang called with: CMakeCCompilerId.c
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -stdlib=libc++ -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -stdlib=libc++ CMakeCXXCompilerId.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang --version -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang --version -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -v -Wl,-v -o CMakeFiles/cmTC_459f0.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -v -Wl,-v -o CMakeFiles/cmTC_459f0.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CMakeCCompilerABI.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_459f0.dir/CMakeCCompilerABI.c.o -o cmTC_459f0
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_459f0.dir/CMakeCCompilerABI.c.o -o cmTC_459f0 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -v -Wl,-v -o CMakeFiles/cmTC_3c1b5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -stdlib=libc++ -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -v -Wl,-v -o CMakeFiles/cmTC_3c1b5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3c1b5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3c1b5
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -stdlib=libc++ -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3c1b5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3c1b5 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DCXX_COMPILER_SUPPORTS_STDLIB -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -stdlib=libc++ -o CMakeFiles/cmTC_f6748.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -DCXX_COMPILER_SUPPORTS_STDLIB -stdlib=libc++ -o CMakeFiles/cmTC_f6748.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -DCXX_COMPILER_SUPPORTS_STDLIB -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6748.dir/src.cxx.o -o cmTC_f6748
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -stdlib=libc++ -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -DCXX_COMPILER_SUPPORTS_STDLIB -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6748.dir/src.cxx.o -o cmTC_f6748 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DCXX_LINKER_SUPPORTS_STDLIB -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_08486.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -stdlib=libc++ -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -DCXX_LINKER_SUPPORTS_STDLIB -o CMakeFiles/cmTC_08486.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -DCXX_LINKER_SUPPORTS_STDLIB -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_08486.dir/src.cxx.o -o cmTC_08486
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -DCXX_LINKER_SUPPORTS_STDLIB -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_08486.dir/src.cxx.o -o cmTC_08486 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_20acc.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_20acc.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_20acc.dir/CheckIncludeFile.c.o -o cmTC_20acc -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_20acc.dir/CheckIncludeFile.c.o -o cmTC_20acc -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_2142f.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_2142f.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2142f.dir/CheckIncludeFile.c.o -o cmTC_2142f -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2142f.dir/CheckIncludeFile.c.o -o cmTC_2142f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a9847.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_a9847.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a9847.dir/CheckIncludeFile.c.o -o cmTC_a9847 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a9847.dir/CheckIncludeFile.c.o -o cmTC_a9847 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_66b60.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_66b60.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_8eafe.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_8eafe.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_8eafe.dir/CheckIncludeFile.c.o -o cmTC_8eafe -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_8eafe.dir/CheckIncludeFile.c.o -o cmTC_8eafe -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d2da4.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d2da4.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d2da4.dir/CheckIncludeFile.c.o -o cmTC_d2da4 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d2da4.dir/CheckIncludeFile.c.o -o cmTC_d2da4 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_c8272.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_c8272.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c8272.dir/CheckIncludeFile.c.o -o cmTC_c8272 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c8272.dir/CheckIncludeFile.c.o -o cmTC_c8272 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_c9311.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_c9311.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c9311.dir/CheckIncludeFile.c.o -o cmTC_c9311 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c9311.dir/CheckIncludeFile.c.o -o cmTC_c9311 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_df300.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_df300.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_df300.dir/CheckIncludeFile.c.o -o cmTC_df300 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_df300.dir/CheckIncludeFile.c.o -o cmTC_df300 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_e7e3f.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_e7e3f.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e7e3f.dir/CheckIncludeFile.c.o -o cmTC_e7e3f -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e7e3f.dir/CheckIncludeFile.c.o -o cmTC_e7e3f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_92947.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_92947.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_92947.dir/CheckIncludeFile.c.o -o cmTC_92947 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_92947.dir/CheckIncludeFile.c.o -o cmTC_92947 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a9478.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_a9478.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a9478.dir/CheckIncludeFile.c.o -o cmTC_a9478 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a9478.dir/CheckIncludeFile.c.o -o cmTC_a9478 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_3f972.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_3f972.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3f972.dir/CheckIncludeFile.c.o -o cmTC_3f972 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3f972.dir/CheckIncludeFile.c.o -o cmTC_3f972 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_f7868.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_f7868.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_f7868.dir/CheckIncludeFile.c.o -o cmTC_f7868 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_f7868.dir/CheckIncludeFile.c.o -o cmTC_f7868 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_2a228.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_2a228.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2a228.dir/CheckIncludeFile.c.o -o cmTC_2a228 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2a228.dir/CheckIncludeFile.c.o -o cmTC_2a228 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d2fa7.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d2fa7.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d2fa7.dir/CheckIncludeFile.c.o -o cmTC_d2fa7 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d2fa7.dir/CheckIncludeFile.c.o -o cmTC_d2fa7 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d0644.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d0644.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_6964e.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_6964e.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6964e.dir/CheckIncludeFile.c.o -o cmTC_6964e -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6964e.dir/CheckIncludeFile.c.o -o cmTC_6964e -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_0a106.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_0a106.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_0a106.dir/CheckIncludeFile.c.o -o cmTC_0a106 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_0a106.dir/CheckIncludeFile.c.o -o cmTC_0a106 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_e1a87.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_e1a87.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e1a87.dir/CheckSymbolExists.c.o -o cmTC_e1a87 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e1a87.dir/CheckSymbolExists.c.o -o cmTC_e1a87 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4e77b.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_4e77b.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4e77b.dir/CheckSymbolExists.c.o -o cmTC_4e77b -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4e77b.dir/CheckSymbolExists.c.o -o cmTC_4e77b -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d8a62.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d8a62.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d8a62.dir/CheckIncludeFile.c.o -o cmTC_d8a62 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d8a62.dir/CheckIncludeFile.c.o -o cmTC_d8a62 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_df539.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_df539.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_df539.dir/CheckIncludeFile.c.o -o cmTC_df539 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_df539.dir/CheckIncludeFile.c.o -o cmTC_df539 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d96c5.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d96c5.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DHAVE_CRASHREPORTER_INFO -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_60422.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DHAVE_CRASHREPORTER_INFO -o CMakeFiles/cmTC_60422.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DHAVE_CRASHREPORTER_INFO -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_60422.dir/src.c.o -o cmTC_60422 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DHAVE_CRASHREPORTER_INFO -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_60422.dir/src.c.o -o cmTC_60422 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_create -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a4ca5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_a4ca5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_create -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a4ca5.dir/CheckFunctionExists.c.o -o cmTC_a4ca5 -lpthread -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a4ca5.dir/CheckFunctionExists.c.o -o cmTC_a4ca5 -lpthread -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_getspecific -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_6603e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_getspecific -o CMakeFiles/cmTC_6603e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_getspecific -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6603e.dir/CheckFunctionExists.c.o -o cmTC_6603e -lpthread -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_getspecific -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6603e.dir/CheckFunctionExists.c.o -o cmTC_6603e -lpthread -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_fe212.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -o CMakeFiles/cmTC_fe212.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_fe212.dir/CheckFunctionExists.c.o -o cmTC_fe212 -lpthread -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_fe212.dir/CheckFunctionExists.c.o -o cmTC_fe212 -lpthread -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_e221c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -o CMakeFiles/cmTC_e221c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e221c.dir/CheckFunctionExists.c.o -o cmTC_e221c -lpthread -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e221c.dir/CheckFunctionExists.c.o -o cmTC_e221c -lpthread -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_6c39d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_6c39d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6c39d.dir/CheckFunctionExists.c.o -o cmTC_6c39d -ldl -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6c39d.dir/CheckFunctionExists.c.o -o cmTC_6c39d -ldl -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_2b56e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_2b56e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2b56e.dir/CheckFunctionExists.c.o -o cmTC_2b56e -lrt -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2b56e.dir/CheckFunctionExists.c.o -o cmTC_2b56e -lrt -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pfm_initialize -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_b4d72.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pfm_initialize -o CMakeFiles/cmTC_b4d72.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=pfm_initialize -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b4d72.dir/CheckFunctionExists.c.o -o cmTC_b4d72 -lpfm -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=pfm_initialize -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b4d72.dir/CheckFunctionExists.c.o -o cmTC_b4d72 -lpfm -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a35fe.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_a35fe.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a35fe.dir/CheckIncludeFile.c.o -o cmTC_a35fe -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a35fe.dir/CheckIncludeFile.c.o -o cmTC_a35fe -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCMAKE_HAVE_LIBC_PTHREAD -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_651e4.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_651e4.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCMAKE_HAVE_LIBC_PTHREAD -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_651e4.dir/src.c.o -o cmTC_651e4 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_651e4.dir/src.c.o -o cmTC_651e4 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=compress2 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_c13e1.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=compress2 -o CMakeFiles/cmTC_c13e1.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=compress2 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c13e1.dir/CheckFunctionExists.c.o -o cmTC_c13e1 -lz -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=compress2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c13e1.dir/CheckFunctionExists.c.o -o cmTC_c13e1 -lz -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=el_init -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_1da61.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=el_init -o CMakeFiles/cmTC_1da61.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=el_init -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1da61.dir/CheckFunctionExists.c.o -o cmTC_1da61 -ledit -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=el_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1da61.dir/CheckFunctionExists.c.o -o cmTC_1da61 -ledit -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_77b24.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_77b24.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_77b24.dir/CheckFunctionExists.c.o -o cmTC_77b24 -lterminfo -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_77b24.dir/CheckFunctionExists.c.o -o cmTC_77b24 -lterminfo -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_48142.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_48142.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_48142.dir/CheckFunctionExists.c.o -o cmTC_48142 -ltinfo -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_48142.dir/CheckFunctionExists.c.o -o cmTC_48142 -ltinfo -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_59de5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_59de5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_59de5.dir/CheckFunctionExists.c.o -o cmTC_59de5 -lcurses -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_59de5.dir/CheckFunctionExists.c.o -o cmTC_59de5 -lcurses -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=xar_open -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_214ea.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=xar_open -o CMakeFiles/cmTC_214ea.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DCHECK_FUNCTION_EXISTS=xar_open -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_214ea.dir/CheckFunctionExists.c.o -o cmTC_214ea -lxar -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DCHECK_FUNCTION_EXISTS=xar_open -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_214ea.dir/CheckFunctionExists.c.o -o cmTC_214ea -lxar -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_bcb7c.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_bcb7c.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_bcb7c.dir/CheckSymbolExists.c.o -o cmTC_bcb7c -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_bcb7c.dir/CheckSymbolExists.c.o -o cmTC_bcb7c -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_c6e76.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_c6e76.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c6e76.dir/CheckSymbolExists.c.o -o cmTC_c6e76
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_c6e76.dir/CheckSymbolExists.c.o -o cmTC_c6e76 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror=unguarded-availability-new -o CMakeFiles/cmTC_ac695.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror=unguarded-availability-new
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -o CMakeFiles/cmTC_ac695.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ac695.dir/src.c.o -o cmTC_ac695 -lm
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ac695.dir/src.c.o -o cmTC_ac695 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d2595.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d2595.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d2595.dir/CheckSymbolExists.c.o -o cmTC_d2595 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d2595.dir/CheckSymbolExists.c.o -o cmTC_d2595 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_6919d.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_6919d.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6919d.dir/CheckSymbolExists.c.o -o cmTC_6919d -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6919d.dir/CheckSymbolExists.c.o -o cmTC_6919d -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a0c97.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_a0c97.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a0c97.dir/CheckSymbolExists.c.o -o cmTC_a0c97 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a0c97.dir/CheckSymbolExists.c.o -o cmTC_a0c97 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_cc1ff.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_cc1ff.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_cc1ff.dir/CheckSymbolExists.c.o -o cmTC_cc1ff -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_cc1ff.dir/CheckSymbolExists.c.o -o cmTC_cc1ff -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_18eef.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_18eef.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_18eef.dir/CheckSymbolExists.c.o -o cmTC_18eef -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_18eef.dir/CheckSymbolExists.c.o -o cmTC_18eef -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_1da6c.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_1da6c.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1da6c.dir/CheckSymbolExists.c.o -o cmTC_1da6c -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1da6c.dir/CheckSymbolExists.c.o -o cmTC_1da6c -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_49ebe.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_49ebe.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_49ebe.dir/CheckSymbolExists.c.o -o cmTC_49ebe -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_49ebe.dir/CheckSymbolExists.c.o -o cmTC_49ebe -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_91bca.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_91bca.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_91bca.dir/CheckSymbolExists.c.o -o cmTC_91bca -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_91bca.dir/CheckSymbolExists.c.o -o cmTC_91bca -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_79644.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_79644.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -D_LARGEFILE64_SOURCE -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4a2e7.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_4a2e7.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_66a24.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_66a24.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_64d42.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_64d42.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_49986.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_49986.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_49986.dir/CheckSymbolExists.c.o -o cmTC_49986 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_49986.dir/CheckSymbolExists.c.o -o cmTC_49986 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_7bd80.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_7bd80.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_7bd80.dir/CheckSymbolExists.c.o -o cmTC_7bd80 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_7bd80.dir/CheckSymbolExists.c.o -o cmTC_7bd80 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_e3a27.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_e3a27.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e3a27.dir/CheckSymbolExists.c.o -o cmTC_e3a27 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e3a27.dir/CheckSymbolExists.c.o -o cmTC_e3a27 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d64d8.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_d64d8.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d64d8.dir/CheckSymbolExists.c.o -o cmTC_d64d8 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d64d8.dir/CheckSymbolExists.c.o -o cmTC_d64d8 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_361a3.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_361a3.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_361a3.dir/CheckSymbolExists.c.o -o cmTC_361a3 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_361a3.dir/CheckSymbolExists.c.o -o cmTC_361a3 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4d4f4.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_4d4f4.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4d4f4.dir/CheckSymbolExists.c.o -o cmTC_4d4f4 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4d4f4.dir/CheckSymbolExists.c.o -o cmTC_4d4f4 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_2f483.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_2f483.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2f483.dir/CheckSymbolExists.c.o -o cmTC_2f483 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_2f483.dir/CheckSymbolExists.c.o -o cmTC_2f483 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_2d59d.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_2d59d.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4c48b.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_4c48b.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4c48b.dir/CheckSymbolExists.c.o -o cmTC_4c48b -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4c48b.dir/CheckSymbolExists.c.o -o cmTC_4c48b -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_abe3e.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_abe3e.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_abe3e.dir/CheckSymbolExists.c.o -o cmTC_abe3e -lm -ldl
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_abe3e.dir/CheckSymbolExists.c.o -o cmTC_abe3e -lm -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_bc1dc.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_bc1dc.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_bc1dc.dir/CheckSymbolExists.c.o -o cmTC_bc1dc -lm -ldl
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_bc1dc.dir/CheckSymbolExists.c.o -o cmTC_bc1dc -lm -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_3d216.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -o CMakeFiles/cmTC_3d216.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3d216.dir/src.c.o -o cmTC_3d216 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3d216.dir/src.c.o -o cmTC_3d216 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_19a4b.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DHAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -o CMakeFiles/cmTC_19a4b.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_0882b.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_0882b.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_64055.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_64055.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_b6c51.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_b6c51.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_1cd37.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_1cd37.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1cd37.dir/CheckSymbolExists.c.o -o cmTC_1cd37 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1cd37.dir/CheckSymbolExists.c.o -o cmTC_1cd37 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_3fa5e.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_3fa5e.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3fa5e.dir/CheckSymbolExists.c.o -o cmTC_3fa5e -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3fa5e.dir/CheckSymbolExists.c.o -o cmTC_3fa5e -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_84174.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -o CMakeFiles/cmTC_84174.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_84174.dir/CheckSymbolExists.c.o -o cmTC_84174 -lm /usr/local/opt/libffi/lib/libffi.dylib
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_84174.dir/CheckSymbolExists.c.o -o cmTC_84174 -lm /usr/local/opt/libffi/lib/libffi.dylib -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DHAVE_STD_IS_TRIVIALLY_COPYABLE -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_ba3d1.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DHAVE_STD_IS_TRIVIALLY_COPYABLE -o CMakeFiles/cmTC_ba3d1.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DHAVE_STD_IS_TRIVIALLY_COPYABLE -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ba3d1.dir/src.cxx.o -o cmTC_ba3d1 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DHAVE_STD_IS_TRIVIALLY_COPYABLE -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ba3d1.dir/src.cxx.o -o cmTC_ba3d1 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DHAVE_CXX_ATOMICS_WITHOUT_LIB -Werror=unguarded-availability-new -std=c++11 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_6d4f1.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_6d4f1.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DHAVE_CXX_ATOMICS_WITHOUT_LIB -Werror=unguarded-availability-new -std=c++11 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6d4f1.dir/src.cxx.o -o cmTC_6d4f1 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_6d4f1.dir/src.cxx.o -o cmTC_6d4f1 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_469a8.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_469a8.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_469a8.dir/src.cxx.o -o cmTC_469a8 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_469a8.dir/src.cxx.o -o cmTC_469a8 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DLLVM_HAS_ATOMICS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_b4aaf.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DLLVM_HAS_ATOMICS -o CMakeFiles/cmTC_b4aaf.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DLLVM_HAS_ATOMICS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b4aaf.dir/src.cxx.o -o cmTC_b4aaf -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DLLVM_HAS_ATOMICS -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b4aaf.dir/src.cxx.o -o cmTC_b4aaf -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DSUPPORTS_VARIADIC_MACROS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wvariadic-macros -o CMakeFiles/cmTC_33a8f.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wvariadic-macros
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DSUPPORTS_VARIADIC_MACROS_FLAG -o CMakeFiles/cmTC_33a8f.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DSUPPORTS_VARIADIC_MACROS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_33a8f.dir/src.cxx.o -o cmTC_33a8f -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DSUPPORTS_VARIADIC_MACROS_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_33a8f.dir/src.cxx.o -o cmTC_33a8f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wgnu-zero-variadic-macro-arguments -o CMakeFiles/cmTC_1ebc5.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wgnu-zero-variadic-macro-arguments
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -o CMakeFiles/cmTC_1ebc5.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1ebc5.dir/src.cxx.o -o cmTC_1ebc5 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1ebc5.dir/src.cxx.o -o cmTC_1ebc5 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DC_SUPPORTS_FPIC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -fPIC -o CMakeFiles/cmTC_db794.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -DC_SUPPORTS_FPIC -fPIC -o CMakeFiles/cmTC_db794.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -DC_SUPPORTS_FPIC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_db794.dir/src.c.o -o cmTC_db794 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -DC_SUPPORTS_FPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_db794.dir/src.c.o -o cmTC_db794 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -DCXX_SUPPORTS_FPIC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -fPIC -o CMakeFiles/cmTC_df630.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DCXX_SUPPORTS_FPIC -fPIC -o CMakeFiles/cmTC_df630.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -DCXX_SUPPORTS_FPIC -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_df630.dir/src.cxx.o -o cmTC_df630 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -DCXX_SUPPORTS_FPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_df630.dir/src.cxx.o -o cmTC_df630 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fvisibility-inlines-hidden -o CMakeFiles/cmTC_920a9.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -fvisibility-inlines-hidden -o CMakeFiles/cmTC_920a9.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_920a9.dir/src.cxx.o -o cmTC_920a9 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_920a9.dir/src.cxx.o -o cmTC_920a9 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Werror=date-time -o CMakeFiles/cmTC_9f351.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Werror=date-time
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -o CMakeFiles/cmTC_9f351.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9f351.dir/src.c.o -o cmTC_9f351 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9f351.dir/src.c.o -o cmTC_9f351 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Werror=date-time -o CMakeFiles/cmTC_25618.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Werror=date-time
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -o CMakeFiles/cmTC_25618.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_25618.dir/src.cxx.o -o cmTC_25618 -lm
superenv removed: -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_25618.dir/src.cxx.o -o cmTC_25618 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_42799.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Werror=unguarded-availability-new
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -o CMakeFiles/cmTC_42799.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_42799.dir/src.cxx.o -o cmTC_42799 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_42799.dir/src.cxx.o -o cmTC_42799 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wmissing-field-initializers -o CMakeFiles/cmTC_3eb9f.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wmissing-field-initializers
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -o CMakeFiles/cmTC_3eb9f.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3eb9f.dir/src.cxx.o -o cmTC_3eb9f -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3eb9f.dir/src.cxx.o -o cmTC_3eb9f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wimplicit-fallthrough -o CMakeFiles/cmTC_e8404.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wimplicit-fallthrough
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -o CMakeFiles/cmTC_e8404.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e8404.dir/src.c.o -o cmTC_e8404 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e8404.dir/src.c.o -o cmTC_e8404 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -DCXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wimplicit-fallthrough -o CMakeFiles/cmTC_9df0e.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wimplicit-fallthrough
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -DCXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -o CMakeFiles/cmTC_9df0e.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -DCXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9df0e.dir/src.cxx.o -o cmTC_9df0e -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -DCXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9df0e.dir/src.cxx.o -o cmTC_9df0e -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_f0620.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wcovered-switch-default
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -o CMakeFiles/cmTC_f0620.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_f0620.dir/src.c.o -o cmTC_f0620 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_f0620.dir/src.c.o -o cmTC_f0620 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_a6da7.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wcovered-switch-default
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -o CMakeFiles/cmTC_a6da7.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a6da7.dir/src.cxx.o -o cmTC_a6da7 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a6da7.dir/src.cxx.o -o cmTC_a6da7 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wclass-memaccess -o CMakeFiles/cmTC_211fe.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wclass-memaccess
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -o CMakeFiles/cmTC_211fe.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_211fe.dir/src.cxx.o -o cmTC_211fe -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_211fe.dir/src.cxx.o -o cmTC_211fe -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wnoexcept-type -o CMakeFiles/cmTC_ab566.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wnoexcept-type
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -o CMakeFiles/cmTC_ab566.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ab566.dir/src.cxx.o -o cmTC_ab566 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ab566.dir/src.cxx.o -o cmTC_ab566 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -DCXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -Werror=unguarded-availability-new -std=c++11 -Werror=non-virtual-dtor -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d49a6.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -Werror=non-virtual-dtor -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -std=c++11 -o CMakeFiles/cmTC_d49a6.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -DCXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -Werror=unguarded-availability-new -std=c++11 -Werror=non-virtual-dtor -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d49a6.dir/src.cxx.o -o cmTC_d49a6 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -Werror=non-virtual-dtor -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -std=c++11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d49a6.dir/src.cxx.o -o cmTC_d49a6 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_304f5.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wdelete-non-virtual-dtor
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -o CMakeFiles/cmTC_304f5.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_304f5.dir/src.c.o -o cmTC_304f5 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_304f5.dir/src.c.o -o cmTC_304f5 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_40660.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wdelete-non-virtual-dtor
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -o CMakeFiles/cmTC_40660.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_40660.dir/src.cxx.o -o cmTC_40660 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_40660.dir/src.cxx.o -o cmTC_40660 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -DC_WCOMMENT_ALLOWS_LINE_WRAP -Werror=unguarded-availability-new -Werror -Wcomment -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_9c56f.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Werror=unguarded-availability-new -Werror -Wcomment -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_WCOMMENT_ALLOWS_LINE_WRAP -o CMakeFiles/cmTC_9c56f.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -DC_WCOMMENT_ALLOWS_LINE_WRAP -Werror=unguarded-availability-new -Werror -Wcomment -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9c56f.dir/src.c.o -o cmTC_9c56f -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Werror=unguarded-availability-new -Werror -Wcomment -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_WCOMMENT_ALLOWS_LINE_WRAP -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9c56f.dir/src.c.o -o cmTC_9c56f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -DC_SUPPORTS_STRING_CONVERSION_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wstring-conversion -o CMakeFiles/cmTC_f740e.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wstring-conversion
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_STRING_CONVERSION_FLAG -o CMakeFiles/cmTC_f740e.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -DC_SUPPORTS_STRING_CONVERSION_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_f740e.dir/src.c.o -o cmTC_f740e -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DC_SUPPORTS_STRING_CONVERSION_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_f740e.dir/src.c.o -o cmTC_f740e -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wstring-conversion -o CMakeFiles/cmTC_76c4f.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wstring-conversion
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -o CMakeFiles/cmTC_76c4f.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_76c4f.dir/src.cxx.o -o cmTC_76c4f -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_76c4f.dir/src.cxx.o -o cmTC_76c4f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_965dd.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_965dd.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_965dd.dir/CheckSymbolExists.c.o -o cmTC_965dd -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_965dd.dir/CheckSymbolExists.c.o -o cmTC_965dd -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Dmacos_signposts_usable -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_862dc.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Dmacos_signposts_usable -o CMakeFiles/cmTC_862dc.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Dmacos_signposts_usable -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_862dc.dir/src.cxx.o -o cmTC_862dc -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Dmacos_signposts_usable -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_862dc.dir/src.cxx.o -o cmTC_862dc -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
ld called with: -v
superenv executed: ld -v
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_8800f.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_8800f.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_8800f.dir/CheckIncludeFile.c.o -o cmTC_8800f -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_8800f.dir/CheckIncludeFile.c.o -o cmTC_8800f -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wnested-anon-types -o CMakeFiles/cmTC_150f2.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Woverloaded-virtual -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Werror -Wnested-anon-types
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -fno-common -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -o CMakeFiles/cmTC_150f2.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_150f2.dir/src.cxx.o -o cmTC_150f2 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Woverloaded-virtual -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -fno-common -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_150f2.dir/src.cxx.o -o cmTC_150f2 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
ld called with: -v
superenv executed: ld -v
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_e13a4.dir/HAVE_CORESERVICES.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CheckIncludeFiles/HAVE_CORESERVICES.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_e13a4.dir/HAVE_CORESERVICES.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CheckIncludeFiles/HAVE_CORESERVICES.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e13a4.dir/HAVE_CORESERVICES.c.o -o cmTC_e13a4 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e13a4.dir/HAVE_CORESERVICES.c.o -o cmTC_e13a4 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_fb47f.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_fb47f.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_fb47f.dir/CheckSymbolExists.c.o -o cmTC_fb47f /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libedit.tbd
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_fb47f.dir/CheckSymbolExists.c.o -o cmTC_fb47f /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libedit.tbd -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_77bee.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_77bee.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_77bee.dir/CheckIncludeFile.c.o -o cmTC_77bee /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libedit.tbd
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_77bee.dir/CheckIncludeFile.c.o -o cmTC_77bee /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libedit.tbd -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_e532c.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_e532c.dir/CheckIncludeFile.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e532c.dir/CheckIncludeFile.c.o -o cmTC_e532c /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libedit.tbd
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_e532c.dir/CheckIncludeFile.c.o -o cmTC_e532c /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/libedit.tbd -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_51e23.dir/LLDB_EL_RFUNC_T_SIZE.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CheckTypeSize/LLDB_EL_RFUNC_T_SIZE.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_51e23.dir/LLDB_EL_RFUNC_T_SIZE.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CheckTypeSize/LLDB_EL_RFUNC_T_SIZE.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DCXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wno-deprecated-declarations -o CMakeFiles/cmTC_fbb8c.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS -Wno-deprecated-declarations -o CMakeFiles/cmTC_fbb8c.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DCXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_fbb8c.dir/src.cxx.o -o cmTC_fbb8c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_fbb8c.dir/src.cxx.o -o cmTC_fbb8c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -DCXX_SUPPORTS_NO_UNKNOWN_PRAGMAS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wno-unknown-pragmas -o CMakeFiles/cmTC_de20d.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -DCXX_SUPPORTS_NO_UNKNOWN_PRAGMAS -Wno-unknown-pragmas -o CMakeFiles/cmTC_de20d.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -DCXX_SUPPORTS_NO_UNKNOWN_PRAGMAS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_de20d.dir/src.cxx.o -o cmTC_de20d
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -DCXX_SUPPORTS_NO_UNKNOWN_PRAGMAS -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_de20d.dir/src.cxx.o -o cmTC_de20d -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -DCXX_SUPPORTS_NO_STRICT_ALIASING -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wno-strict-aliasing -o CMakeFiles/cmTC_b6483.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -DCXX_SUPPORTS_NO_STRICT_ALIASING -Wno-strict-aliasing -o CMakeFiles/cmTC_b6483.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -DCXX_SUPPORTS_NO_STRICT_ALIASING -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b6483.dir/src.cxx.o -o cmTC_b6483
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -DCXX_SUPPORTS_NO_STRICT_ALIASING -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b6483.dir/src.cxx.o -o cmTC_b6483 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -DCXX_SUPPORTS_NO_DEPRECATED_REGISTER -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wno-deprecated-register -o CMakeFiles/cmTC_0969b.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -DCXX_SUPPORTS_NO_DEPRECATED_REGISTER -Wno-deprecated-register -o CMakeFiles/cmTC_0969b.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -DCXX_SUPPORTS_NO_DEPRECATED_REGISTER -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_0969b.dir/src.cxx.o -o cmTC_0969b
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -DCXX_SUPPORTS_NO_DEPRECATED_REGISTER -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_0969b.dir/src.cxx.o -o cmTC_0969b -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -DCXX_SUPPORTS_NO_VLA_EXTENSION -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wno-vla-extension -o CMakeFiles/cmTC_0bf49.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -DCXX_SUPPORTS_NO_VLA_EXTENSION -Wno-vla-extension -o CMakeFiles/cmTC_0bf49.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -DCXX_SUPPORTS_NO_VLA_EXTENSION -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_0bf49.dir/src.cxx.o -o cmTC_0bf49
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -DCXX_SUPPORTS_NO_VLA_EXTENSION -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_0bf49.dir/src.cxx.o -o cmTC_0bf49 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_GNU_SOURCE -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_1e6cb.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -D_GNU_SOURCE -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_1e6cb.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_245d8.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_245d8.dir/CheckSymbolExists.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_245d8.dir/CheckSymbolExists.c.o -o cmTC_245d8
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_245d8.dir/CheckSymbolExists.c.o -o cmTC_245d8 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4ab33.dir/CheckSymbolExists.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -o CMakeFiles/cmTC_4ab33.dir/CheckSymbolExists.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_aee17.dir/HAVE_SYS_EVENT_H.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EVENT_H.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -o CMakeFiles/cmTC_aee17.dir/HAVE_SYS_EVENT_H.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EVENT_H.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_aee17.dir/HAVE_SYS_EVENT_H.c.o -o cmTC_aee17
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_aee17.dir/HAVE_SYS_EVENT_H.c.o -o cmTC_aee17 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_674d1.dir/CheckSymbolExists.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -o CMakeFiles/cmTC_674d1.dir/CheckSymbolExists.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_60ec1.dir/CheckSymbolExists.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -o CMakeFiles/cmTC_60ec1.dir/CheckSymbolExists.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DCHECK_FUNCTION_EXISTS=compression_encode_buffer -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_17185.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DCHECK_FUNCTION_EXISTS=compression_encode_buffer -o CMakeFiles/cmTC_17185.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.0/share/cmake/Modules/CheckFunctionExists.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DCHECK_FUNCTION_EXISTS=compression_encode_buffer -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_17185.dir/CheckFunctionExists.c.o -o cmTC_17185 -lcompression
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DCHECK_FUNCTION_EXISTS=compression_encode_buffer -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_17185.dir/CheckFunctionExists.c.o -o cmTC_17185 -lcompression -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAS_ATTRIBUTE_WARN_UNUSED_RESULT -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a25d6.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAS_ATTRIBUTE_WARN_UNUSED_RESULT -o CMakeFiles/cmTC_a25d6.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAS_ATTRIBUTE_WARN_UNUSED_RESULT -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a25d6.dir/src.c.o -o cmTC_a25d6 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAS_ATTRIBUTE_WARN_UNUSED_RESULT -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a25d6.dir/src.c.o -o cmTC_a25d6 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE___ATTRIBUTE__ -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_51a84.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_51a84.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE___ATTRIBUTE__ -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_51a84.dir/src.c.o -o cmTC_51a84 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_51a84.dir/src.c.o -o cmTC_51a84 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_FFS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_a3080.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_FFS -o CMakeFiles/cmTC_a3080.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_FFS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a3080.dir/src.c.o -o cmTC_a3080 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_FFS -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_a3080.dir/src.c.o -o cmTC_a3080 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL___BUILTIN_FFS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_20554.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL___BUILTIN_FFS -o CMakeFiles/cmTC_20554.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL___BUILTIN_FFS -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_20554.dir/src.c.o -o cmTC_20554 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL___BUILTIN_FFS -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_20554.dir/src.c.o -o cmTC_20554 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__BITSCANFORWARD -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_0400c.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__BITSCANFORWARD -o CMakeFiles/cmTC_0400c.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_STRCASECMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_b96a4.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_STRCASECMP -o CMakeFiles/cmTC_b96a4.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_STRCASECMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b96a4.dir/src.c.o -o cmTC_b96a4 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_STRCASECMP -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_b96a4.dir/src.c.o -o cmTC_b96a4 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__STRICMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d0665.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__STRICMP -o CMakeFiles/cmTC_d0665.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__STRICMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d0665.dir/src.c.o -o cmTC_d0665 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__STRICMP -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d0665.dir/src.c.o -o cmTC_d0665 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_STRNCASECMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_3ccac.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_STRNCASECMP -o CMakeFiles/cmTC_3ccac.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_STRNCASECMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3ccac.dir/src.c.o -o cmTC_3ccac -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_STRNCASECMP -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3ccac.dir/src.c.o -o cmTC_3ccac -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__STRNICMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_91095.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__STRNICMP -o CMakeFiles/cmTC_91095.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__STRNICMP -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_91095.dir/src.c.o -o cmTC_91095 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__STRNICMP -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_91095.dir/src.c.o -o cmTC_91095 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_SNPRINTF -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4c539.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_SNPRINTF -o CMakeFiles/cmTC_4c539.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL_SNPRINTF -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4c539.dir/src.c.o -o cmTC_4c539 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL_SNPRINTF -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4c539.dir/src.c.o -o cmTC_4c539 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__SNPRINTF -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_4cc1d.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__SNPRINTF -o CMakeFiles/cmTC_4cc1d.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_DECL__SNPRINTF -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4cc1d.dir/src.c.o -o cmTC_4cc1d -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_DECL__SNPRINTF -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4cc1d.dir/src.c.o -o cmTC_4cc1d -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_UINT8T -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_9e425.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_UINT8T -o CMakeFiles/cmTC_9e425.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_INTTYPES_H -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_5947e.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_INTTYPES_H -o CMakeFiles/cmTC_5947e.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_INTTYPES_H -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_5947e.dir/src.c.o -o cmTC_5947e -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_INTTYPES_H -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_5947e.dir/src.c.o -o cmTC_5947e -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_SYS_INTTYPES_H -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_52e02.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_SYS_INTTYPES_H -o CMakeFiles/cmTC_52e02.dir/src.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang called with: -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_SYS_INTTYPES_H -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_52e02.dir/src.c.o -o cmTC_52e02 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -fPIC -Wno-unused-parameter -Wno-long-long -DHAVE_SYS_INTTYPES_H -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_52e02.dir/src.c.o -o cmTC_52e02 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_CXX_FLAG_STD_CXX11 -Werror=unguarded-availability-new -std=c++11 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++11 -o CMakeFiles/cmTC_11ba3.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DHAVE_CXX_FLAG_STD_CXX11 -std=c++11 -std=c++11 -o CMakeFiles/cmTC_11ba3.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DHAVE_CXX_FLAG_STD_CXX11 -Werror=unguarded-availability-new -std=c++11 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_11ba3.dir/src.cxx.o -o cmTC_11ba3 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -DHAVE_CXX_FLAG_STD_CXX11 -std=c++11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_11ba3.dir/src.cxx.o -o cmTC_11ba3 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -DHAVE_CXX_FLAG_WALL -Werror=unguarded-availability-new -Wall -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wall -o CMakeFiles/cmTC_965a0.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -Wall -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wall
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WALL -o CMakeFiles/cmTC_965a0.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -DHAVE_CXX_FLAG_WALL -Werror=unguarded-availability-new -Wall -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_965a0.dir/src.cxx.o -o cmTC_965a0 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=unguarded-availability-new -Wall -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WALL -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_965a0.dir/src.cxx.o -o cmTC_965a0 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -DHAVE_CXX_FLAG_WEXTRA -Werror=unguarded-availability-new -Wextra -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wextra -o CMakeFiles/cmTC_8d266.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Werror=unguarded-availability-new -Wextra -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wextra
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WEXTRA -o CMakeFiles/cmTC_8d266.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -DHAVE_CXX_FLAG_WEXTRA -Werror=unguarded-availability-new -Wextra -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_8d266.dir/src.cxx.o -o cmTC_8d266 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Werror=unguarded-availability-new -Wextra -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WEXTRA -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_8d266.dir/src.cxx.o -o cmTC_8d266 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -DHAVE_CXX_FLAG_WSHADOW -Werror=unguarded-availability-new -Wshadow -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wshadow -o CMakeFiles/cmTC_d1d7e.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Werror=unguarded-availability-new -Wshadow -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wshadow
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WSHADOW -o CMakeFiles/cmTC_d1d7e.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -DHAVE_CXX_FLAG_WSHADOW -Werror=unguarded-availability-new -Wshadow -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d1d7e.dir/src.cxx.o -o cmTC_d1d7e -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Werror=unguarded-availability-new -Wshadow -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WSHADOW -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_d1d7e.dir/src.cxx.o -o cmTC_d1d7e -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -DHAVE_CXX_FLAG_PEDANTIC -Werror=unguarded-availability-new -pedantic -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -pedantic -o CMakeFiles/cmTC_35566.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -Werror=unguarded-availability-new -pedantic -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -pedantic
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_PEDANTIC -o CMakeFiles/cmTC_35566.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -DHAVE_CXX_FLAG_PEDANTIC -Werror=unguarded-availability-new -pedantic -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_35566.dir/src.cxx.o -o cmTC_35566 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -Werror=unguarded-availability-new -pedantic -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_PEDANTIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_35566.dir/src.cxx.o -o cmTC_35566 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -Werror=unguarded-availability-new -pedantic-errors -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -pedantic-errors -o CMakeFiles/cmTC_1d124.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -Werror=unguarded-availability-new -pedantic-errors -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -pedantic-errors
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -o CMakeFiles/cmTC_1d124.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -Werror=unguarded-availability-new -pedantic-errors -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1d124.dir/src.cxx.o -o cmTC_1d124 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -Werror=unguarded-availability-new -pedantic-errors -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_1d124.dir/src.cxx.o -o cmTC_1d124 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Werror=unguarded-availability-new -Wshorten-64-to-32 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wshorten-64-to-32 -o CMakeFiles/cmTC_19a44.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Werror=unguarded-availability-new -Wshorten-64-to-32 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wshorten-64-to-32
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -o CMakeFiles/cmTC_19a44.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Werror=unguarded-availability-new -Wshorten-64-to-32 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_19a44.dir/src.cxx.o -o cmTC_19a44 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Werror=unguarded-availability-new -Wshorten-64-to-32 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_19a44.dir/src.cxx.o -o cmTC_19a44 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Werror=unguarded-availability-new -Wfloat-equal -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wfloat-equal -o CMakeFiles/cmTC_3461d.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Werror=unguarded-availability-new -Wfloat-equal -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wfloat-equal
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WFLOAT_EQUAL -o CMakeFiles/cmTC_3461d.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Werror=unguarded-availability-new -Wfloat-equal -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3461d.dir/src.cxx.o -o cmTC_3461d -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Werror=unguarded-availability-new -Wfloat-equal -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3461d.dir/src.cxx.o -o cmTC_3461d -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -DHAVE_CXX_FLAG_FSTRICT_ALIASING -Werror=unguarded-availability-new -fstrict-aliasing -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fstrict-aliasing -o CMakeFiles/cmTC_921b3.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fstrict-aliasing -fstrict-aliasing -o CMakeFiles/cmTC_921b3.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -DHAVE_CXX_FLAG_FSTRICT_ALIASING -Werror=unguarded-availability-new -fstrict-aliasing -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_921b3.dir/src.cxx.o -o cmTC_921b3 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fstrict-aliasing -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_921b3.dir/src.cxx.o -o cmTC_921b3 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -Werror=unguarded-availability-new -fno-exceptions -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fno-exceptions -o CMakeFiles/cmTC_74ecb.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -fno-exceptions -o CMakeFiles/cmTC_74ecb.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -Werror=unguarded-availability-new -fno-exceptions -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_74ecb.dir/src.cxx.o -o cmTC_74ecb -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_74ecb.dir/src.cxx.o -o cmTC_74ecb -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Werror=unguarded-availability-new -Wstrict-aliasing -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wstrict-aliasing -o CMakeFiles/cmTC_4e715.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Werror=unguarded-availability-new -Wstrict-aliasing -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wstrict-aliasing
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -o CMakeFiles/cmTC_4e715.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Werror=unguarded-availability-new -Wstrict-aliasing -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4e715.dir/src.cxx.o -o cmTC_4e715 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Werror=unguarded-availability-new -Wstrict-aliasing -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_4e715.dir/src.cxx.o -o cmTC_4e715 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_WD654 -Werror=unguarded-availability-new -wd654 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -wd654 -o CMakeFiles/cmTC_99fe2.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WD654 -wd654 -wd654 -o CMakeFiles/cmTC_99fe2.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Werror=unguarded-availability-new -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wthread-safety -o CMakeFiles/cmTC_ffe0a.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Werror=unguarded-availability-new -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wthread-safety
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WTHREAD_SAFETY -o CMakeFiles/cmTC_ffe0a.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Werror=unguarded-availability-new -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ffe0a.dir/src.cxx.o -o cmTC_ffe0a -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Werror=unguarded-availability-new -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_ffe0a.dir/src.cxx.o -o cmTC_ffe0a -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_da828.dir/thread_safety_attributes.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/thread_safety_attributes.cpp
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -o CMakeFiles/cmTC_da828.dir/thread_safety_attributes.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/thread_safety_attributes.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -DHAVE_CXX_FLAG_COVERAGE -Werror=unguarded-availability-new --coverage -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --coverage -o CMakeFiles/cmTC_29271.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_COVERAGE --coverage --coverage -o CMakeFiles/cmTC_29271.dir/src.cxx.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -DHAVE_CXX_FLAG_COVERAGE -Werror=unguarded-availability-new --coverage -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_29271.dir/src.cxx.o -o cmTC_29271 -lm
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -Werror=unguarded-availability-new -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_COVERAGE --coverage -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_29271.dir/src.cxx.o -o cmTC_29271 -lm -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_d5a3d.dir/gnu_posix_regex.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/gnu_posix_regex.cpp
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -o CMakeFiles/cmTC_d5a3d.dir/gnu_posix_regex.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/gnu_posix_regex.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_9fb2a.dir/posix_regex.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/posix_regex.cpp
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -o CMakeFiles/cmTC_9fb2a.dir/posix_regex.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/posix_regex.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9fb2a.dir/posix_regex.cpp.o -o cmTC_9fb2a
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_9fb2a.dir/posix_regex.cpp.o -o cmTC_9fb2a -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/cmTC_3e000.dir/steady_clock.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/steady_clock.cpp
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -o CMakeFiles/cmTC_3e000.dir/steady_clock.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/cmake/steady_clock.cpp -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include
clang++ called with: -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3e000.dir/steady_clock.cpp.o -o cmTC_3e000
superenv removed: -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -Wstrict-aliasing -Wthread-safety -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -stdlib=libc++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -Wno-class-memaccess -Wno-noexcept-type -std=c++11 -fstrict-aliasing -fno-exceptions -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ CMakeFiles/cmTC_3e000.dir/steady_clock.cpp.o -o cmTC_3e000 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libffi/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file has been truncated, but you can view the full file.
2020-07-21 18:33:21 -0700
make
/usr/local/Cellar/cmake/3.18.0/bin/cmake -S/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm -B/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_progress_start /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/CMakeFiles /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build//CMakeFiles/progress.marks
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f lib/Demangle/CMakeFiles/LLVMDemangle.dir/build.make lib/Demangle/CMakeFiles/LLVMDemangle.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build.make include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyISL.dir/build.make tools/polly/lib/External/CMakeFiles/PollyISL.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/build.make utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/count/CMakeFiles/count.dir/build.make utils/count/CMakeFiles/count.dir/depend
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/lto/CMakeFiles/LTO_exports.dir/build.make tools/lto/CMakeFiles/LTO_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle/CMakeFiles/LLVMDemangle.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include/llvm/Support /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/llvm/Support /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/count /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/count /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/count/CMakeFiles/count.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/CMakeFiles/PollyISL.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Transforms/Hello /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Transforms/Hello /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/tools/lto /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lto /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lto/CMakeFiles/LTO_exports.dir/DependInfo.cmake --color=
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/PerfectShuffle /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/PerfectShuffle /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/DependInfo.cmake --color=
Scanning dependencies of target LTO_exports
Scanning dependencies of target count
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/lto/CMakeFiles/LTO_exports.dir/build.make tools/lto/CMakeFiles/LTO_exports.dir/build
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/count/CMakeFiles/count.dir/build.make utils/count/CMakeFiles/count.dir/build
Scanning dependencies of target llvm_vcsrevision_h
Scanning dependencies of target LLVMHello_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build.make include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build
Scanning dependencies of target llvm-PerfectShuffle
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/build.make utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/build
Scanning dependencies of target LLVMDemangle
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f lib/Demangle/CMakeFiles/LLVMDemangle.dir/build.make lib/Demangle/CMakeFiles/LLVMDemangle.dir/build
[ 0%] Creating export file for LTO
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lto && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/tools/lto/lto.exports > LTO.exports
[ 0%] Building C object utils/count/CMakeFiles/count.dir/count.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/count && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/count -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/count -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o CMakeFiles/count.dir/count.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/count/count.c
[ 0%] Generating VCSRevision.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/llvm/Support && /usr/local/Cellar/cmake/3.18.0/bin/cmake -DNAMES=LLVM -DLLVM_SOURCE_DIR= -DHEADER_FILE=/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/llvm/Support/VCSRevision.h -P /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake
[ 0%] Creating export file for LLVMHello
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Transforms/Hello && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Transforms/Hello/Hello.exports > LLVMHello.exports
[ 0%] Building CXX object utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/PerfectShuffle && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/PerfectShuffle -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/PerfectShuffle -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/PerfectShuffle/PerfectShuffle.cpp
[ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle/Demangle.cpp
[ 0%] Built target LTO_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build.make tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/DependInfo.cmake --color=
[ 0%] Built target LLVMHello_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin_exports.dir/build.make tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/lib/Analysis/plugins/SampleAnalyzer /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/SampleAnalyzer /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin_exports.dir/DependInfo.cmake --color=
[ 0%] Built target llvm_vcsrevision_h
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin_exports.dir/build.make tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/lib/Analysis/plugins/CheckerDependencyHandling /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/CheckerDependencyHandling /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin_exports.dir/DependInfo.cmake --color=
Scanning dependencies of target SampleAnalyzerPlugin_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin_exports.dir/build.make tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin_exports.dir/build
Scanning dependencies of target CheckerDependencyHandlingAnalyzerPlugin_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin_exports.dir/build.make tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin_exports.dir/build
[ 0%] Creating export file for SampleAnalyzerPlugin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/SampleAnalyzer && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/lib/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports > SampleAnalyzerPlugin.exports
[ 0%] Creating export file for CheckerDependencyHandlingAnalyzerPlugin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/CheckerDependencyHandling && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports > CheckerDependencyHandlingAnalyzerPlugin.exports
[ 0%] Built target SampleAnalyzerPlugin_exports
[ 0%] Linking C executable ../../bin/count
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin_exports.dir/build.make tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/count && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_link_script CMakeFiles/count.dir/link.txt --verbose=1
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/lib/Analysis/plugins/CheckerOptionHandling /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/CheckerOptionHandling /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin_exports.dir/DependInfo.cmake --color=
[ 0%] Built target CheckerDependencyHandlingAnalyzerPlugin_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/build.make tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/depend
Scanning dependencies of target obj.clang-tblgen
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build.make tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/libclang /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/libclang /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/DependInfo.cmake --color=
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ -Wl,-dead_strip CMakeFiles/count.dir/count.c.o -o ../../bin/count -Wl,-rpath,@loader_path/../lib
Scanning dependencies of target CheckerOptionHandlingAnalyzerPlugin_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin_exports.dir/build.make tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin_exports.dir/build
Scanning dependencies of target libclang_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/build.make tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/build
[ 0%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ASTTableGen.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ASTTableGen.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ASTTableGen.cpp
[ 0%] Creating export file for CheckerOptionHandlingAnalyzerPlugin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/lib/Analysis/plugins/CheckerOptionHandling && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandlingAnalyzerPlugin.exports > CheckerOptionHandlingAnalyzerPlugin.exports
Scanning dependencies of target obj.llvm-tblgen
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build
[ 0%] Creating export file for libclang
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/libclang && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/libclang/libclang.exports > libclang.exports
[ 0%] Built target CheckerOptionHandlingAnalyzerPlugin_exports
[ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle/ItaniumDemangle.cpp
[ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/AsmMatcherEmitter.cpp
[ 0%] Built target libclang_exports
Scanning dependencies of target PollyISL
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyISL.dir/build.make tools/polly/lib/External/CMakeFiles/PollyISL.dir/build
[ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle/MicrosoftDemangle.cpp
[ 0%] Built target count
[ 0%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangASTNodesEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangASTNodesEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangASTNodesEmitter.cpp
[ 0%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/basis_reduction_tab.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/basis_reduction_tab.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/basis_reduction_tab.c
[ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
[ 0%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_aff.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_aff.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_aff.c
[ 0%] Linking CXX executable ../../bin/llvm-PerfectShuffle
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/PerfectShuffle && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_link_script CMakeFiles/llvm-PerfectShuffle.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -stdlib=libc++ -Wl,-dead_strip CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o -o ../../bin/llvm-PerfectShuffle -Wl,-rpath,@loader_path/../lib
[ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/AsmWriterEmitter.cpp
[ 0%] Built target llvm-PerfectShuffle
[ 0%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_aff_map.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_aff_map.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_aff_map.c
[ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/AsmWriterInst.cpp
[ 0%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangASTPropertiesEmitter.cpp
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/build.make tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/DependInfo.cmake --color=
Scanning dependencies of target scan-build
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/build.make tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/build
[ 0%] Generating ../../../../bin/scan-build
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/bin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/bin/scan-build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/bin/
[ 0%] Generating ../../../../bin/set-xcode-analyzer
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/bin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/bin/set-xcode-analyzer /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/bin/
[ 0%] Generating ../../../../libexec/ccc-analyzer
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/libexec
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/libexec/ccc-analyzer /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/libexec/
[ 0%] Generating ../../../../libexec/c++-analyzer
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/libexec
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/libexec/c++-analyzer /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/libexec/
[ 0%] Generating ../../../../share/man/man1/scan-build.1
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/man/man1
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/man/scan-build.1 /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/man/man1/
[ 0%] Generating ../../../../share/scan-build/scanview.css
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-build
[ 0%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_affine_hull.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_affine_hull.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_affine_hull.c
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/share/scan-build/scanview.css /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-build/
[ 0%] Generating ../../../../share/scan-build/sorttable.js
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-build
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-build/share/scan-build/sorttable.js /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-build/
[ 0%] Built target scan-build
[ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/Attributes.cpp
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/build.make tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/DependInfo.cmake --color=
Scanning dependencies of target scan-view
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/build.make tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/build
[ 0%] Generating ../../../../bin/scan-view
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/bin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/bin/scan-view /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/bin/
[ 0%] Generating ../../../../share/scan-view/ScanView.py
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/share/ScanView.py /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view/
[ 0%] Linking CXX static library ../libLLVMDemangle.a
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle && /usr/local/Cellar/cmake/3.18.0/bin/cmake -P CMakeFiles/LLVMDemangle.dir/cmake_clean_target.cmake
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/lib/Demangle && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_link_script CMakeFiles/LLVMDemangle.dir/link.txt --verbose=1
[ 0%] Generating ../../../../share/scan-view/Reporter.py
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view
"/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool" -static -no_warning_for_no_symbols -o ../libLLVMDemangle.a CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/share/Reporter.py /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view/
[ 0%] Built target LLVMDemangle
[ 0%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_arg.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_arg.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_arg.c
[ 0%] Generating ../../../../share/scan-view/startfile.py
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/share/startfile.py /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view/
[ 0%] Generating ../../../../share/scan-view/FileRadar.scpt
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/share/FileRadar.scpt /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view/
[ 0%] Generating ../../../../share/scan-view/GetRadarVersion.scpt
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/share/GetRadarVersion.scpt /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view/
[ 0%] Generating ../../../../share/scan-view/bugcatcher.ico
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/tools/scan-view && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/tools/scan-view/share/bugcatcher.ico /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/share/scan-view/
[ 0%] Built target scan-view
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/utils/hmaptool/CMakeFiles/hmaptool.dir/build.make tools/clang/utils/hmaptool/CMakeFiles/hmaptool.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/hmaptool /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/hmaptool /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/hmaptool/CMakeFiles/hmaptool.dir/DependInfo.cmake --color=
Scanning dependencies of target hmaptool
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/clang/utils/hmaptool/CMakeFiles/hmaptool.dir/build.make tools/clang/utils/hmaptool/CMakeFiles/hmaptool.dir/build
[ 0%] Generating ../../../../bin/hmaptool
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/hmaptool && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E make_directory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/./bin
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/hmaptool && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/hmaptool/hmaptool /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/./bin/
[ 0%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangAttrEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangAttrEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangAttrEmitter.cpp
[ 0%] Built target hmaptool
[ 0%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_build.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_build.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ast_build.c
[ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CallingConvEmitter.cpp
[ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CodeEmitterGen.cpp
[ 0%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
[ 0%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_build_expr.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_build_expr.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ast_build_expr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/build.make tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/DependInfo.cmake --color=
Scanning dependencies of target obj.lldb-tblgen
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/build.make tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/build
[ 1%] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_ROUND -DLLDB_CONFIGURATION_RELEASE -DLLDB_USE_OS_LOG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/../clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/../clang/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ast.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/build.make tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/source/API /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/source/API /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/DependInfo.cmake --color=
[ 1%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
Scanning dependencies of target liblldb_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/build.make tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/build
[ 1%] Creating export file for liblldb
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/source/API && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/source/API/liblldb.exports > liblldb.exports
[ 1%] Built target liblldb_exports
[ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_codegen.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_codegen.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ast_codegen.c
[ 1%] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_ROUND -DLLDB_CONFIGURATION_RELEASE -DLLDB_USE_OS_LOG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/../clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/../clang/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_graft.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_graft.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ast_graft.c
[ 1%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/tools/bugpoint-passes /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/bugpoint-passes /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/DependInfo.cmake --color=
Scanning dependencies of target BugpointPasses_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build
[ 1%] Creating export file for BugpointPasses
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/bugpoint-passes && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/tools/bugpoint-passes/bugpoint.exports > BugpointPasses.exports
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_bernstein.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_bernstein.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_bernstein.c
[ 1%] Built target BugpointPasses_exports
[ 1%] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/LLDBTableGen.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_ROUND -DLLDB_CONFIGURATION_RELEASE -DLLDB_USE_OS_LOG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/../clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/../clang/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.lldb-tblgen.dir/LLDBTableGen.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen/LLDBTableGen.cpp
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/remarks-shlib/CMakeFiles/Remarks_exports.dir/build.make tools/remarks-shlib/CMakeFiles/Remarks_exports.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/tools/remarks-shlib /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/remarks-shlib /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/remarks-shlib/CMakeFiles/Remarks_exports.dir/DependInfo.cmake --color=
Scanning dependencies of target Remarks_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f tools/remarks-shlib/CMakeFiles/Remarks_exports.dir/build.make tools/remarks-shlib/CMakeFiles/Remarks_exports.dir/build
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_blk.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_blk.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_blk.c
[ 1%] Creating export file for Remarks
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/remarks-shlib && sed -e "s/^/_/" < /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/tools/remarks-shlib/Remarks.exports > Remarks.exports
[ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenHwModes.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenHwModes.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CodeGenHwModes.cpp
[ 1%] Built target Remarks_exports
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f runtimes/runtime-libcxx-headers/CMakeFiles/runtime-libcxx-headers.dir/build.make runtimes/runtime-libcxx-headers/CMakeFiles/runtime-libcxx-headers.dir/depend
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers/CMakeFiles/runtime-libcxx-headers.dir/DependInfo.cmake --color=
Scanning dependencies of target runtime-libcxx-headers
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f runtimes/runtime-libcxx-headers/CMakeFiles/runtime-libcxx-headers.dir/build.make runtimes/runtime-libcxx-headers/CMakeFiles/runtime-libcxx-headers.dir/build
[ 1%] Building CXX object tools/lldb/utils/TableGen/CMakeFiles/obj.lldb-tblgen.dir/LLDBTableGenUtils.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_ROUND -DLLDB_CONFIGURATION_RELEASE -DLLDB_USE_OS_LOG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/../clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/lldb/../clang/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.lldb-tblgen.dir/LLDBTableGenUtils.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/lldb/utils/TableGen/LLDBTableGenUtils.cpp
[ 1%] Copying CXX header __bit_reference
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__bit_reference /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__bit_reference
[ 1%] Copying CXX header __bsd_locale_defaults.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__bsd_locale_defaults.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__bsd_locale_defaults.h
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_bound.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_bound.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_bound.c
[ 1%] Copying CXX header __bsd_locale_fallbacks.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__bsd_locale_fallbacks.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__bsd_locale_fallbacks.h
[ 1%] Copying CXX header __errc
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__errc /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__errc
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_box.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_box.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_box.c
[ 1%] Copying CXX header __debug
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__debug /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__debug
[ 1%] Copying CXX header __functional_03
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__functional_03 /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__functional_03
[ 1%] Copying CXX header __functional_base
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__functional_base /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__functional_base
[ 1%] Copying CXX header __functional_base_03
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__functional_base_03 /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__functional_base_03
[ 1%] Copying CXX header __hash_table
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__hash_table /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__hash_table
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_coalesce.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_coalesce.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_coalesce.c
[ 1%] Copying CXX header __libcpp_version
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__libcpp_version /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__libcpp_version
[ 1%] Copying CXX header __locale
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__locale /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__locale
[ 1%] Copying CXX header __mutex_base
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__mutex_base /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__mutex_base
[ 1%] Copying CXX header __node_handle
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__node_handle /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__node_handle
[ 1%] Copying CXX header __nullptr
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__nullptr /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__nullptr
[ 1%] Copying CXX header __split_buffer
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__split_buffer /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__split_buffer
[ 1%] Copying CXX header __sso_allocator
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__sso_allocator /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__sso_allocator
[ 1%] Copying CXX header __std_stream
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__std_stream /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__std_stream
[ 1%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
[ 1%] Copying CXX header __string
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__string /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__string
[ 1%] Copying CXX header __threading_support
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__threading_support /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__threading_support
[ 1%] Built target obj.lldb-tblgen
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/benchmark/src/CMakeFiles/benchmark.dir/build.make utils/benchmark/src/CMakeFiles/benchmark.dir/depend
[ 1%] Copying CXX header __tree
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__tree /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__tree
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src/CMakeFiles/benchmark.dir/DependInfo.cmake --color=
Scanning dependencies of target benchmark
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f utils/benchmark/src/CMakeFiles/benchmark.dir/build.make utils/benchmark/src/CMakeFiles/benchmark.dir/build
[ 1%] Copying CXX header __tuple
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__tuple /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__tuple
[ 1%] Building CXX object utils/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src/../include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/benchmark.dir/benchmark.cc.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src/benchmark.cc
[ 1%] Copying CXX header __undef_macros
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/__undef_macros /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/__undef_macros
[ 1%] Copying CXX header algorithm
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/algorithm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/algorithm
[ 1%] Copying CXX header any
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/any /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/any
[ 1%] Copying CXX header array
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/array /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/array
[ 1%] Copying CXX header atomic
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/atomic /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/atomic
[ 1%] Copying CXX header bit
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/bit /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/bit
[ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CodeGenInstruction.cpp
[ 1%] Copying CXX header bitset
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/bitset /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/bitset
[ 1%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_constraint.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_constraint.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_constraint.c
[ 1%] Copying CXX header cassert
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cassert /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cassert
[ 1%] Copying CXX header ccomplex
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ccomplex /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ccomplex
[ 1%] Copying CXX header cctype
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cctype /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cctype
[ 2%] Copying CXX header cerrno
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cerrno /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cerrno
[ 2%] Copying CXX header cfenv
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cfenv /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cfenv
[ 2%] Copying CXX header cfloat
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cfloat /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cfloat
[ 2%] Copying CXX header charconv
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/charconv /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/charconv
[ 2%] Copying CXX header chrono
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/chrono /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/chrono
[ 2%] Copying CXX header cinttypes
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cinttypes /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cinttypes
[ 2%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangOpcodesEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangOpcodesEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangOpcodesEmitter.cpp
[ 2%] Copying CXX header ciso646
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ciso646 /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ciso646
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_convex_hull.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_convex_hull.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_convex_hull.c
[ 2%] Copying CXX header climits
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/climits /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/climits
[ 2%] Copying CXX header clocale
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/clocale /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/clocale
[ 2%] Copying CXX header cmath
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cmath /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cmath
[ 2%] Copying CXX header codecvt
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/codecvt /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/codecvt
[ 2%] Copying CXX header compare
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/compare /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/compare
[ 2%] Copying CXX header complex
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/complex /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/complex
[ 2%] Copying CXX header complex.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/complex.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/complex.h
[ 2%] Copying CXX header condition_variable
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/condition_variable /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/condition_variable
[ 2%] Copying CXX header csetjmp
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/csetjmp /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/csetjmp
[ 2%] Copying CXX header csignal
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/csignal /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/csignal
[ 2%] Copying CXX header cstdarg
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstdarg /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstdarg
[ 2%] Copying CXX header cstdbool
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstdbool /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstdbool
[ 2%] Copying CXX header cstddef
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstddef /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstddef
[ 2%] Copying CXX header cstdint
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstdint /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstdint
[ 2%] Copying CXX header cstdio
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstdio /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstdio
[ 2%] Copying CXX header cstdlib
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstdlib /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstdlib
[ 2%] Copying CXX header cstring
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cstring /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cstring
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ctx.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ctx.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ctx.c
[ 2%] Copying CXX header ctgmath
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ctgmath /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ctgmath
[ 2%] Copying CXX header ctime
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ctime /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ctime
[ 2%] Copying CXX header ctype.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ctype.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ctype.h
[ 2%] Copying CXX header cwchar
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cwchar /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cwchar
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_deprecated.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_deprecated.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_deprecated.c
[ 2%] Copying CXX header cwctype
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/cwctype /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/cwctype
[ 2%] Copying CXX header deque
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/deque /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/deque
[ 2%] Building CXX object utils/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src/../include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/benchmark.dir/benchmark_register.cc.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src/benchmark_register.cc
[ 2%] Copying CXX header errno.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/errno.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/errno.h
[ 2%] Copying CXX header exception
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/exception /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/exception
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_dim_map.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_dim_map.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_dim_map.c
[ 2%] Copying CXX header execution
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/execution /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/execution
[ 2%] Copying CXX header experimental/__config
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/__config /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/__config
[ 2%] Copying CXX header experimental/__memory
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/__memory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/__memory
[ 2%] Copying CXX header experimental/algorithm
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/algorithm /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/algorithm
[ 2%] Copying CXX header experimental/coroutine
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/coroutine /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/coroutine
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_equalities.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_equalities.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_equalities.c
[ 2%] Copying CXX header experimental/deque
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/deque /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/deque
[ 2%] Copying CXX header experimental/filesystem
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/filesystem /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/filesystem
[ 2%] Copying CXX header experimental/forward_list
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/forward_list /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/forward_list
[ 2%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
[ 2%] Copying CXX header experimental/functional
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/functional /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/functional
[ 2%] Copying CXX header experimental/iterator
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/iterator /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/iterator
[ 2%] Copying CXX header experimental/list
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/list /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/list
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_factorization.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_factorization.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_factorization.c
[ 2%] Copying CXX header experimental/map
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/map /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/map
[ 2%] Copying CXX header experimental/memory_resource
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/memory_resource /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/memory_resource
[ 2%] Copying CXX header experimental/propagate_const
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/propagate_const /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/propagate_const
[ 2%] Copying CXX header experimental/regex
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/regex /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/regex
[ 2%] Copying CXX header experimental/set
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/set /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/set
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_farkas.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_farkas.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_farkas.c
[ 2%] Copying CXX header experimental/simd
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/simd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/simd
[ 2%] Copying CXX header experimental/string
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/string /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/string
[ 2%] Copying CXX header experimental/type_traits
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/type_traits /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/type_traits
[ 2%] Copying CXX header experimental/unordered_map
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/unordered_map /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/unordered_map
[ 2%] Copying CXX header experimental/unordered_set
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/unordered_set /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/unordered_set
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ffs.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ffs.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_ffs.c
[ 2%] Building CXX object utils/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/benchmark/src -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src/../include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wshorten-64-to-32 -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -Wthread-safety -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/benchmark.dir/colorprint.cc.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/benchmark/src/colorprint.cc
[ 2%] Copying CXX header experimental/utility
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/utility /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/utility
[ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CodeGenMapTable.cpp
[ 2%] Copying CXX header experimental/vector
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/experimental/vector /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/experimental/vector
[ 2%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_flow.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_flow.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_flow.c
[ 2%] Copying CXX header ext/__hash
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ext/__hash /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ext/__hash
[ 2%] Copying CXX header ext/hash_map
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ext/hash_map /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ext/hash_map
[ 2%] Copying CXX header ext/hash_set
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ext/hash_set /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ext/hash_set
[ 2%] Copying CXX header fenv.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/fenv.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/fenv.h
[ 2%] Copying CXX header filesystem
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/filesystem /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/filesystem
[ 3%] Copying CXX header float.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/float.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/float.h
[ 3%] Copying CXX header forward_list
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/forward_list /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/forward_list
[ 3%] Copying CXX header fstream
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/fstream /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/fstream
[ 3%] Copying CXX header functional
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/functional /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/functional
[ 3%] Copying CXX header future
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/future /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/future
[ 3%] Copying CXX header initializer_list
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/initializer_list /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/initializer_list
[ 3%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_fold.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_fold.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_fold.c
[ 3%] Copying CXX header inttypes.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/inttypes.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/inttypes.h
[ 3%] Copying CXX header iomanip
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/iomanip /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/iomanip
[ 3%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangOptionDocEmitter.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/clang/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fno-common -Woverloaded-virtual -Wno-nested-anon-types -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.clang-tblgen.dir/ClangOptionDocEmitter.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/clang/utils/TableGen/ClangOptionDocEmitter.cpp
[ 3%] Copying CXX header ios
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ios /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/ios
[ 3%] Copying CXX header iosfwd
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/iosfwd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/iosfwd
[ 3%] Copying CXX header iostream
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/iostream /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/iostream
[ 3%] Copying CXX header istream
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/istream /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/istream
[ 3%] Copying CXX header iterator
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/iterator /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/iterator
[ 3%] Copying CXX header limits
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/limits /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/limits
[ 3%] Copying CXX header limits.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/limits.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/limits.h
[ 3%] Copying CXX header list
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/list /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/list
[ 3%] Copying CXX header locale
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/locale /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/locale
[ 3%] Copying CXX header locale.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/locale.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/locale.h
[ 3%] Copying CXX header map
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/map /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/map
[ 3%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/utils/TableGen -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -std=c++14 -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/utils/TableGen/CodeGenRegisters.cpp
[ 3%] Copying CXX header math.h
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/math.h /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/math.h
[ 3%] Copying CXX header memory
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/memory /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/memory
[ 3%] Copying CXX header module.modulemap
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/module.modulemap /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/module.modulemap
[ 3%] Copying CXX header mutex
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/mutex /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/mutex
[ 3%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_hash.c.o
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/pet/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/ppcg/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/ppcg -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/imath -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/tools/polly/lib/External/isl/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/libxml2 -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include -I/tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/include -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_hash.c.o -c /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/polly/lib/External/isl/isl_hash.c
[ 3%] Copying CXX header new
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/new /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/new
[ 3%] Copying CXX header numeric
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/numeric /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/numeric
[ 3%] Copying CXX header optional
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/optional /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v1/optional
[ 3%] Copying CXX header ostream
cd /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/runtimes/runtime-libcxx-headers && /usr/local/Cellar/cmake/3.18.0/bin/cmake -E copy_if_different /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/libcxx/include/ostream /tmp/llvm-20200721-34624-9lm2pk/llvm-10.0.1.src/llvm/build/include/c++/v
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment