Created
June 28, 2017 16:43
-
-
Save dunn/d3b294c5a079b673fc80723b4e24407e to your computer and use it in GitHub Desktop.
building clasp on macOS 10.12.5 with Xcode 8.3.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-06-26 13:20:06 -0700 | |
make | |
allnoget | |
make setup | |
install -d /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build | |
install -d /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build | |
install -d /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build | |
install -d /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/debug | |
install -d /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release | |
make subClean | |
make llvm-clean | |
make llvm-clean-release | |
(rm -rf llvm39ToT/build-release;) | |
make llvm-clean-debug | |
(rm -rf llvm39ToT/build-debug;) | |
make llvm-setup | |
echo REQUIRES_RTTI=1 | |
REQUIRES_RTTI=1 | |
make llvm-setup-debug | |
mkdir -p llvm39ToT/build-debug | |
(cd llvm39ToT/build-debug; \ | |
cmake -DCMAKE_BUILD_TYPE:STRING="Debug" \ | |
-DCMAKE_INSTALL_PREFIX:STRING=/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/debug \ | |
-DLLVM_BUILD_LLVM_DYLIB:BOOL=false \ | |
-DLLVM_PARALLEL_COMPILE_JOBS:STRING=1 \ | |
-DLLVM_ENABLE_CXX11:BOOL=true \ | |
-DLLVM_BUILD_TOOLS:BOOL=true \ | |
-DLLVM_ENABLE_RTTI:BOOL=true \ | |
-DLLVM_USE_SANITIZER=Address \ | |
-DLLVM_TARGETS_TO_BUILD:STRING="X86" \ | |
-DCMAKE_CXX_FLAGS:STRING="-I/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/common/include" \ | |
-DCMAKE_C_FLAGS:STRING="-I/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/common/include" \ | |
.. ) | |
-- The C compiler identification is AppleClang 8.1.0.8020042 | |
-- The CXX compiler identification is AppleClang 8.1.0.8020042 | |
-- The ASM compiler identification is AppleClang | |
-- Found assembler: /usr/local/Homebrew/Library/Homebrew/shims/super/cc | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/cc | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ | |
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool | |
CMake Warning at CMakeLists.txt:140 (message): | |
Job pooling is only available with Ninja generators. | |
-- Looking for dirent.h | |
-- Looking for dirent.h - found | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for execinfo.h | |
-- Looking for execinfo.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for inttypes.h | |
-- Looking for inttypes.h - found | |
-- Looking for link.h | |
-- Looking for link.h - not found | |
-- Looking for malloc.h | |
-- Looking for malloc.h - not found | |
-- Looking for malloc/malloc.h | |
-- Looking for malloc/malloc.h - found | |
-- Looking for ndir.h | |
-- Looking for ndir.h - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for sys/dir.h | |
-- Looking for sys/dir.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/ndir.h | |
-- Looking for sys/ndir.h - not 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 sys/uio.h | |
-- Looking for sys/uio.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 pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Looking for compress2 in z | |
-- Looking for compress2 in z - found | |
-- Looking for setupterm in tinfo | |
-- Looking for setupterm in tinfo - not found | |
-- Looking for setupterm in terminfo | |
-- Looking for setupterm in terminfo - not found | |
-- Looking for setupterm in curses | |
-- Looking for setupterm in curses - found | |
-- 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 | |
-- 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 - not found | |
-- Looking for futimes | |
-- Looking for futimes - found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - not found | |
-- Looking for writev | |
-- Looking for writev - 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 mkdtemp | |
-- Looking for mkdtemp - found | |
-- Looking for mkstemp | |
-- Looking for mkstemp - found | |
-- Looking for mktemp | |
-- Looking for mktemp - found | |
-- Looking for getcwd | |
-- Looking for getcwd - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - 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 realpath | |
-- Looking for realpath - found | |
-- Looking for sbrk | |
-- Looking for sbrk - found | |
-- Looking for strtoll | |
-- Looking for strtoll - 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 __GLIBC__ | |
-- Looking for __GLIBC__ - not found | |
-- Performing Test HAVE_INT64_T | |
-- Performing Test HAVE_INT64_T - Success | |
-- Performing Test HAVE_UINT64_T | |
-- Performing Test HAVE_UINT64_T - Success | |
-- Performing Test HAVE_U_INT64_T | |
-- Performing Test HAVE_U_INT64_T - 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_NO_VARIADIC_MACROS_FLAG | |
-- Performing Test SUPPORTS_NO_VARIADIC_MACROS_FLAG - Success | |
-- Native target architecture is X86 | |
-- Threads enabled. | |
-- Doxygen disabled. | |
-- Sphinx disabled. | |
-- Go bindings enabled. | |
-- Found ld64 - /Applications/Xcode.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. | |
-- LLVM host triple: x86_64-apple-darwin16.6.0 | |
-- LLVM default target triple: x86_64-apple-darwin16.6.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 CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_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_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 | |
-- 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_CXX11 | |
-- Performing Test CXX_SUPPORTS_CXX11 - Success | |
-- Performing Test C_SUPPORTS_FNO_OMIT_FRAME_POINTER | |
-- Performing Test C_SUPPORTS_FNO_OMIT_FRAME_POINTER - Success | |
-- Performing Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER | |
-- Performing Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER - Success | |
-- Performing Test C_SUPPORTS_O1 | |
-- Performing Test C_SUPPORTS_O1 - Success | |
-- Performing Test CXX_SUPPORTS_O1 | |
-- Performing Test CXX_SUPPORTS_O1 - Success | |
-- Found PythonInterp: /usr/local/bin/python2.7 (found version "2.7.13") | |
-- Constructing LLVMBuild project information | |
-- Targeting X86 | |
-- Looking for fopen in c | |
-- Looking for fopen in c - found | |
-- Looking for __gcc_personality_v0 in gcc_s | |
-- Looking for __gcc_personality_v0 in gcc_s - not found | |
-- Performing Test LIBCXX_SUPPORTS_NODEFAULTLIBS_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_NODEFAULTLIBS_FLAG - Success | |
-- Performing Test LIBCXX_HAVE_CXX_ATOMICS_WITHOUT_LIB | |
-- Performing Test LIBCXX_HAVE_CXX_ATOMICS_WITHOUT_LIB - Success | |
-- Looking for __atomic_fetch_add_8 in atomic | |
-- Looking for __atomic_fetch_add_8 in atomic - not found | |
-- Performing Test LIBCXX_HAS_WX_FLAG | |
-- Performing Test LIBCXX_HAS_WX_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_WX_FLAG | |
-- Performing Test LIBCXX_HAS_NO_WX_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_EHSC_FLAG | |
-- Performing Test LIBCXX_HAS_EHSC_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_EHS_FLAG | |
-- Performing Test LIBCXX_HAS_NO_EHS_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_EHA_FLAG | |
-- Performing Test LIBCXX_HAS_NO_EHA_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_GR_FLAG | |
-- Performing Test LIBCXX_HAS_NO_GR_FLAG - Failed | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Looking for ccos in m | |
-- Looking for ccos in m - found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX11_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX11_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_NOSTDINCXX_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_NOSTDINCXX_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WALL_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WALL_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WEXTRA_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WEXTRA_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_W_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_W_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WWRITE_STRINGS_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WWRITE_STRINGS_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_LONG_LONG_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_LONG_LONG_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_ERROR_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_ERROR_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_EHSC_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_EHSC_FLAG - Failed | |
-- Found compiler-rt directory: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin | |
-- Manually linking compiler-rt library: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib | |
-- Performing Test LIBCXX_SUPPORTS_FPIC_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_FPIC_FLAG - Success | |
-- Found SDK version 10.12 | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX14_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX14_FLAG - Success | |
-- Adding Benchmark: algorithms.bench.cpp | |
-- Adding Benchmark: filesystem.bench.cpp | |
-- Adding Benchmark: string.bench.cpp | |
-- Adding Benchmark: stringstream.bench.cpp | |
-- Adding Benchmark: unordered_set_operations.bench.cpp | |
-- Adding Benchmark: util_smartptr.bench.cpp | |
-- Adding Benchmark: vector_operations.bench.cpp | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - found | |
-- Clang version: 4.0.0 | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Success | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
LLVM_ENABLE_CXX11 | |
-- Build files have been written to: /tmp/clasp-cl-20170626-27086-2l4llv/externals/llvm39ToT/build-debug | |
make llvm-setup-release | |
mkdir -p llvm39ToT/build-release | |
(cd llvm39ToT/build-release; \ | |
cmake -DCMAKE_BUILD_TYPE:STRING="Release" \ | |
-DCMAKE_INSTALL_PREFIX:STRING=/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release \ | |
-DLLVM_BUILD_LLVM_DYLIB:BOOL=false \ | |
-DLLVM_PARALLEL_COMPILE_JOBS:STRING=1 \ | |
-DLLVM_ENABLE_CXX11:BOOL=true \ | |
-DLLVM_BUILD_TOOLS:BOOL=true \ | |
-DLLVM_ENABLE_RTTI:BOOL=true \ | |
-DLLVM_TARGETS_TO_BUILD:STRING="X86" \ | |
-DCMAKE_CXX_FLAGS:STRING="-I/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/common/include" \ | |
-DCMAKE_C_FLAGS:STRING="-I/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/common/include" \ | |
.. ) | |
-- The C compiler identification is AppleClang 8.1.0.8020042 | |
-- The CXX compiler identification is AppleClang 8.1.0.8020042 | |
-- The ASM compiler identification is AppleClang | |
-- Found assembler: /usr/local/Homebrew/Library/Homebrew/shims/super/cc | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/cc | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ | |
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool | |
CMake Warning at CMakeLists.txt:140 (message): | |
Job pooling is only available with Ninja generators. | |
-- Looking for dirent.h | |
-- Looking for dirent.h - found | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for execinfo.h | |
-- Looking for execinfo.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for inttypes.h | |
-- Looking for inttypes.h - found | |
-- Looking for link.h | |
-- Looking for link.h - not found | |
-- Looking for malloc.h | |
-- Looking for malloc.h - not found | |
-- Looking for malloc/malloc.h | |
-- Looking for malloc/malloc.h - found | |
-- Looking for ndir.h | |
-- Looking for ndir.h - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for sys/dir.h | |
-- Looking for sys/dir.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/ndir.h | |
-- Looking for sys/ndir.h - not 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 sys/uio.h | |
-- Looking for sys/uio.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 pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- 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 tinfo | |
-- Looking for setupterm in tinfo - not found | |
-- Looking for setupterm in terminfo | |
-- Looking for setupterm in terminfo - not found | |
-- Looking for setupterm in curses | |
-- Looking for setupterm in curses - found | |
-- 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 | |
-- 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 - not found | |
-- Looking for futimes | |
-- Looking for futimes - found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - not found | |
-- Looking for sigaltstack | |
-- Looking for sigaltstack - found | |
-- Looking for writev | |
-- Looking for writev - 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 mkdtemp | |
-- Looking for mkdtemp - found | |
-- Looking for mkstemp | |
-- Looking for mkstemp - found | |
-- Looking for mktemp | |
-- Looking for mktemp - found | |
-- Looking for getcwd | |
-- Looking for getcwd - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - 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 realpath | |
-- Looking for realpath - found | |
-- Looking for sbrk | |
-- Looking for sbrk - found | |
-- Looking for strtoll | |
-- Looking for strtoll - 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 __GLIBC__ | |
-- Looking for __GLIBC__ - not found | |
-- Performing Test HAVE_INT64_T | |
-- Performing Test HAVE_INT64_T - Success | |
-- Performing Test HAVE_UINT64_T | |
-- Performing Test HAVE_UINT64_T - Success | |
-- Performing Test HAVE_U_INT64_T | |
-- Performing Test HAVE_U_INT64_T - 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_NO_VARIADIC_MACROS_FLAG | |
-- Performing Test SUPPORTS_NO_VARIADIC_MACROS_FLAG - Success | |
-- Native target architecture is X86 | |
-- Threads enabled. | |
-- Doxygen disabled. | |
-- Sphinx disabled. | |
-- Go bindings enabled. | |
-- Found ld64 - /Applications/Xcode.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. | |
-- LLVM host triple: x86_64-apple-darwin16.6.0 | |
-- LLVM default target triple: x86_64-apple-darwin16.6.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 CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_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_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 | |
-- 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_CXX11 | |
-- Performing Test CXX_SUPPORTS_CXX11 - Success | |
-- Found PythonInterp: /usr/local/bin/python2.7 (found version "2.7.13") | |
-- Constructing LLVMBuild project information | |
-- Targeting X86 | |
-- Looking for fopen in c | |
-- Looking for fopen in c - found | |
-- Looking for __gcc_personality_v0 in gcc_s | |
-- Looking for __gcc_personality_v0 in gcc_s - not found | |
-- Performing Test LIBCXX_SUPPORTS_NODEFAULTLIBS_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_NODEFAULTLIBS_FLAG - Success | |
-- Performing Test LIBCXX_HAVE_CXX_ATOMICS_WITHOUT_LIB | |
-- Performing Test LIBCXX_HAVE_CXX_ATOMICS_WITHOUT_LIB - Success | |
-- Looking for __atomic_fetch_add_8 in atomic | |
-- Looking for __atomic_fetch_add_8 in atomic - not found | |
-- Performing Test LIBCXX_HAS_WX_FLAG | |
-- Performing Test LIBCXX_HAS_WX_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_WX_FLAG | |
-- Performing Test LIBCXX_HAS_NO_WX_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_EHSC_FLAG | |
-- Performing Test LIBCXX_HAS_EHSC_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_EHS_FLAG | |
-- Performing Test LIBCXX_HAS_NO_EHS_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_EHA_FLAG | |
-- Performing Test LIBCXX_HAS_NO_EHA_FLAG - Failed | |
-- Performing Test LIBCXX_HAS_NO_GR_FLAG | |
-- Performing Test LIBCXX_HAS_NO_GR_FLAG - Failed | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Looking for ccos in m | |
-- Looking for ccos in m - found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX11_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX11_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_NOSTDINCXX_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_NOSTDINCXX_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WALL_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WALL_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WEXTRA_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WEXTRA_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_W_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_W_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WWRITE_STRINGS_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WWRITE_STRINGS_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_LONG_LONG_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_LONG_LONG_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_WNO_ERROR_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_WNO_ERROR_FLAG - Success | |
-- Performing Test LIBCXX_SUPPORTS_EHSC_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_EHSC_FLAG - Failed | |
-- Performing Test LIBCXX_SUPPORTS_FPIC_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_FPIC_FLAG - Success | |
-- Found SDK version 10.12 | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX14_FLAG | |
-- Performing Test LIBCXX_SUPPORTS_STD_EQ_CXX14_FLAG - Success | |
-- Adding Benchmark: algorithms.bench.cpp | |
-- Adding Benchmark: filesystem.bench.cpp | |
-- Adding Benchmark: string.bench.cpp | |
-- Adding Benchmark: stringstream.bench.cpp | |
-- Adding Benchmark: unordered_set_operations.bench.cpp | |
-- Adding Benchmark: util_smartptr.bench.cpp | |
-- Adding Benchmark: vector_operations.bench.cpp | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - found | |
-- Clang version: 4.0.0 | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Success | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
LLVM_ENABLE_CXX11 | |
-- Build files have been written to: /tmp/clasp-cl-20170626-27086-2l4llv/externals/llvm39ToT/build-release | |
make subAll | |
make llvm-release | |
(cd llvm39ToT/build-release; make -j1 ; make install) | |
make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
Scanning dependencies of target LLVMDemangle | |
[ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o | |
[ 0%] Linking CXX static library ../libLLVMDemangle.a | |
[ 0%] Built target LLVMDemangle | |
Scanning dependencies of target LLVMSupport | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Dwarf.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o | |
[ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntrusiveRefCntPtr.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/JamCRC.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Options.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringPool.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o | |
[ 1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o | |
[ 3%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o | |
[ 3%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o | |
[ 3%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o | |
[ 3%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o | |
[ 3%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Mutex.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SearchForAddressOfSpecialSymbol.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o | |
[ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o | |
[ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o | |
[ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o | |
[ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o | |
[ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o | |
[ 4%] Linking CXX static library ../libLLVMSupport.a | |
[ 4%] Built target LLVMSupport | |
Scanning dependencies of target LLVMTableGen | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o | |
[ 4%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o | |
[ 4%] Linking CXX static library ../libLLVMTableGen.a | |
[ 4%] Built target LLVMTableGen | |
Scanning dependencies of target obj.llvm-tblgen | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenSchedule.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenTarget.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherGen.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcher.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DisassemblerEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/FastISelEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/GlobalISelEmitter.cpp.o | |
[ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/InstrInfoEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/IntrinsicEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/OptParserEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/RegisterInfoEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SearchableTableEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Types.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86DisassemblerTables.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86ModRMFilters.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86RecognizableInstr.cpp.o | |
[ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CTagsEmitter.cpp.o | |
[ 6%] Built target obj.llvm-tblgen | |
Scanning dependencies of target llvm-tblgen | |
[ 6%] Linking CXX executable ../../bin/llvm-tblgen | |
[ 6%] Built target llvm-tblgen | |
Scanning dependencies of target AttributeCompatFuncTableGen | |
[ 6%] Building AttributesCompatFunc.inc... | |
[ 6%] Updating AttributesCompatFunc.inc... | |
[ 6%] Built target AttributeCompatFuncTableGen | |
Scanning dependencies of target intrinsics_gen | |
[ 6%] Building Attributes.gen... | |
[ 6%] Updating Attributes.gen... | |
[ 6%] Building Intrinsics.gen... | |
[ 6%] Updating Intrinsics.gen... | |
[ 6%] Built target intrinsics_gen | |
Scanning dependencies of target LLVMCore | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GCOV.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o | |
[ 6%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueTypes.cpp.o | |
[ 7%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o | |
[ 7%] Linking CXX static library ../libLLVMCore.a | |
[ 7%] Built target LLVMCore | |
Scanning dependencies of target LLVMIRReader | |
[ 7%] Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o | |
[ 7%] Linking CXX static library ../libLLVMIRReader.a | |
[ 7%] Built target LLVMIRReader | |
Scanning dependencies of target LLVMCodeGen | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BuiltinGCs.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o | |
[ 7%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CountingFunctionInserter.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDepsFix.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandISelPseudos.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCStrategy.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalAnalysis.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o | |
[ 9%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStackAnalysis.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassRegistry.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o | |
[ 10%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o | |
[ 12%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackColoring.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o | |
[ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o | |
[ 15%] Linking CXX static library ../libLLVMCodeGen.a | |
[ 15%] Built target LLVMCodeGen | |
Scanning dependencies of target LLVMSelectionDAG | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o | |
[ 15%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o | |
[ 16%] Linking CXX static library ../../libLLVMSelectionDAG.a | |
[ 16%] Built target LLVMSelectionDAG | |
Scanning dependencies of target LLVMAsmPrinter | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgValueHistoryCalculator.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfAccelTable.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o | |
[ 16%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o | |
[ 18%] Linking CXX static library ../../libLLVMAsmPrinter.a | |
[ 18%] Built target LLVMAsmPrinter | |
Scanning dependencies of target LLVMMIRParser | |
[ 18%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o | |
[ 18%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o | |
[ 18%] Linking CXX static library ../../libLLVMMIRParser.a | |
[ 18%] Built target LLVMMIRParser | |
Scanning dependencies of target LLVMGlobalISel | |
[ 18%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o | |
[ 18%] Linking CXX static library ../../libLLVMGlobalISel.a | |
[ 18%] Built target LLVMGlobalISel | |
Scanning dependencies of target LLVMBitReader | |
[ 18%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitstreamReader.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o | |
[ 18%] Linking CXX static library ../../libLLVMBitReader.a | |
[ 18%] Built target LLVMBitReader | |
Scanning dependencies of target LLVMBitWriter | |
[ 18%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o | |
[ 18%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o | |
[ 18%] Linking CXX static library ../../libLLVMBitWriter.a | |
[ 18%] Built target LLVMBitWriter | |
Scanning dependencies of target LLVMTransformUtils | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o | |
[ 18%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CmpInstAnalysis.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ImportedFunctionsInliningStatistics.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollPeel.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemorySSA.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o | |
[ 19%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyInstructions.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o | |
[ 21%] Linking CXX static library ../../libLLVMTransformUtils.a | |
[ 21%] Built target LLVMTransformUtils | |
Scanning dependencies of target LLVMInstrumentation | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o | |
[ 21%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/EfficiencySanitizer.cpp.o | |
[ 21%] Linking CXX static library ../../libLLVMInstrumentation.a | |
[ 21%] Built target LLVMInstrumentation | |
Scanning dependencies of target LLVMInstCombine | |
[ 21%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o | |
[ 21%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o | |
[ 21%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o | |
[ 21%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o | |
[ 21%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o | |
[ 21%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o | |
[ 22%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o | |
[ 22%] Linking CXX static library ../../libLLVMInstCombine.a | |
[ 22%] Built target LLVMInstCombine | |
Scanning dependencies of target LLVMScalarOpts | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantProp.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o | |
[ 22%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoadCombine.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o | |
[ 24%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o | |
[ 25%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o | |
[ 25%] Linking CXX static library ../../libLLVMScalarOpts.a | |
[ 25%] Built target LLVMScalarOpts | |
Scanning dependencies of target LLVMipo | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPConstantPropagation.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o | |
[ 25%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PruneEH.cpp.o | |
[ 27%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o | |
[ 27%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o | |
[ 27%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o | |
[ 27%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o | |
[ 27%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o | |
[ 27%] Linking CXX static library ../../libLLVMipo.a | |
[ 27%] Built target LLVMipo | |
Scanning dependencies of target LLVMVectorize | |
[ 27%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/BBVectorize.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o | |
[ 27%] Linking CXX static library ../../libLLVMVectorize.a | |
[ 27%] Built target LLVMVectorize | |
Scanning dependencies of target LLVMHello_exports | |
[ 27%] Creating export file for LLVMHello | |
[ 27%] Built target LLVMHello_exports | |
Scanning dependencies of target LLVMHello | |
[ 27%] Building CXX object lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/Hello.cpp.o | |
[ 27%] Linking CXX shared module ../../LLVMHello.dylib | |
[ 27%] Built target LLVMHello | |
Scanning dependencies of target LLVMObjCARCOpts | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o | |
[ 27%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o | |
[ 27%] Linking CXX static library ../../libLLVMObjCARCOpts.a | |
[ 27%] Built target LLVMObjCARCOpts | |
Scanning dependencies of target LLVMCoroutines | |
[ 27%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o | |
[ 27%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o | |
[ 27%] Linking CXX static library ../../libLLVMCoroutines.a | |
[ 27%] Built target LLVMCoroutines | |
Scanning dependencies of target LLVMLinker | |
[ 27%] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o | |
[ 27%] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o | |
[ 27%] Linking CXX static library ../libLLVMLinker.a | |
[ 27%] Built target LLVMLinker | |
Scanning dependencies of target LLVMAnalysis | |
[ 27%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o | |
[ 28%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IteratedDominanceFrontier.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPassManager.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationDiagnosticInfo.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OrderedBasicBlock.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o | |
[ 30%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionExpander.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SparsePropagation.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o | |
[ 31%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o | |
[ 31%] Linking CXX static library ../libLLVMAnalysis.a | |
[ 31%] Built target LLVMAnalysis | |
[ 31%] Generating LLVMLTORevision.h | |
Scanning dependencies of target LLVMLTO | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o | |
[ 31%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o | |
[ 33%] Linking CXX static library ../libLLVMLTO.a | |
[ 33%] Built target LLVMLTO | |
Scanning dependencies of target LLVMMC | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o | |
[ 33%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o | |
[ 34%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFStreamer.cpp.o | |
[ 34%] Linking CXX static library ../libLLVMMC.a | |
[ 34%] Built target LLVMMC | |
Scanning dependencies of target LLVMMCParser | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o | |
[ 36%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o | |
[ 36%] Linking CXX static library ../../libLLVMMCParser.a | |
[ 36%] Built target LLVMMCParser | |
Scanning dependencies of target LLVMMCDisassembler | |
[ 36%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o | |
[ 36%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o | |
[ 36%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o | |
[ 36%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o | |
[ 36%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o | |
[ 36%] Linking CXX static library ../../libLLVMMCDisassembler.a | |
[ 36%] Built target LLVMMCDisassembler | |
Scanning dependencies of target LLVMObject | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o | |
[ 36%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ModuleSummaryIndexObjectFile.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o | |
[ 37%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o | |
[ 37%] Linking CXX static library ../libLLVMObject.a | |
[ 37%] Built target LLVMObject | |
Scanning dependencies of target LLVMObjectYAML | |
[ 37%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o | |
[ 37%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o | |
[ 37%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o | |
[ 37%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o | |
[ 37%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o | |
[ 37%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o | |
[ 37%] Linking CXX static library ../libLLVMObjectYAML.a | |
[ 37%] Built target LLVMObjectYAML | |
Scanning dependencies of target LLVMOption | |
[ 37%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o | |
[ 37%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o | |
[ 37%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o | |
[ 37%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o | |
[ 37%] Linking CXX static library ../libLLVMOption.a | |
[ 37%] Built target LLVMOption | |
Scanning dependencies of target LLVMDebugInfoDWARF | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o | |
[ 37%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/SyntaxHighlighting.cpp.o | |
[ 39%] Linking CXX static library ../../libLLVMDebugInfoDWARF.a | |
[ 39%] Built target LLVMDebugInfoDWARF | |
Scanning dependencies of target LLVMDebugInfoMSF | |
[ 39%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/StreamReader.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/StreamWriter.cpp.o | |
[ 39%] Linking CXX static library ../../libLLVMDebugInfoMSF.a | |
[ 39%] Built target LLVMDebugInfoMSF | |
Scanning dependencies of target LLVMDebugInfoCodeView | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ModuleSubstream.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ModuleSubstreamVisitor.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumper.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecord.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeSerializer.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o | |
[ 39%] Linking CXX static library ../../libLLVMDebugInfoCodeView.a | |
[ 39%] Built target LLVMDebugInfoCodeView | |
Scanning dependencies of target LLVMDebugInfoPDB | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o | |
[ 39%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/DbiStream.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/DbiStreamBuilder.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/EnumTables.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/GlobalsStream.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/GSI.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/Hash.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/InfoStream.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/InfoStreamBuilder.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/ModInfo.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/ModStream.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/NameHashTable.cpp.o | |
[ 40%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/NameMap.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/NameMapBuilder.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/PDBFile.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/PDBFileBuilder.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/PublicsStream.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/RawError.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/RawSession.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/SymbolStream.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/TpiHashing.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/TpiStream.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Raw/TpiStreamBuilder.cpp.o | |
[ 42%] Linking CXX static library ../../libLLVMDebugInfoPDB.a | |
[ 42%] Built target LLVMDebugInfoPDB | |
Scanning dependencies of target LLVMSymbolize | |
[ 42%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o | |
[ 42%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o | |
[ 42%] Linking CXX static library ../../libLLVMSymbolize.a | |
[ 42%] Built target LLVMSymbolize | |
Scanning dependencies of target LLVMExecutionEngine | |
[ 42%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o | |
[ 42%] Linking CXX static library ../libLLVMExecutionEngine.a | |
[ 42%] Built target LLVMExecutionEngine | |
Scanning dependencies of target LLVMInterpreter | |
[ 42%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o | |
[ 42%] Linking CXX static library ../../libLLVMInterpreter.a | |
[ 42%] Built target LLVMInterpreter | |
Scanning dependencies of target LLVMMCJIT | |
[ 42%] Building CXX object lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o | |
[ 42%] Linking CXX static library ../../libLLVMMCJIT.a | |
[ 42%] Built target LLVMMCJIT | |
Scanning dependencies of target LLVMOrcJIT | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/NullResolver.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcCBindings.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcError.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o | |
[ 42%] Linking CXX static library ../../libLLVMOrcJIT.a | |
[ 42%] Built target LLVMOrcJIT | |
Scanning dependencies of target LLVMRuntimeDyld | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o | |
[ 42%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o | |
[ 42%] Linking CXX static library ../../libLLVMRuntimeDyld.a | |
[ 42%] Built target LLVMRuntimeDyld | |
Scanning dependencies of target LLVMTarget | |
[ 42%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o | |
[ 42%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o | |
[ 42%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o | |
[ 42%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o | |
[ 42%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o | |
[ 42%] Linking CXX static library ../libLLVMTarget.a | |
[ 42%] Built target LLVMTarget | |
Scanning dependencies of target X86CommonTableGen | |
[ 42%] Building X86GenRegisterInfo.inc... | |
[ 42%] Updating X86GenRegisterInfo.inc... | |
[ 42%] Building X86GenDisassemblerTables.inc... | |
[ 42%] Updating X86GenDisassemblerTables.inc... | |
[ 42%] Building X86GenInstrInfo.inc... | |
[ 42%] Updating X86GenInstrInfo.inc... | |
[ 42%] Building X86GenAsmWriter.inc... | |
[ 42%] Updating X86GenAsmWriter.inc... | |
[ 42%] Building X86GenAsmWriter1.inc... | |
[ 42%] Updating X86GenAsmWriter1.inc... | |
[ 42%] Building X86GenAsmMatcher.inc... | |
[ 42%] Updating X86GenAsmMatcher.inc... | |
[ 42%] Building X86GenDAGISel.inc... | |
[ 42%] Updating X86GenDAGISel.inc... | |
[ 42%] Building X86GenFastISel.inc... | |
[ 42%] Updating X86GenFastISel.inc... | |
[ 42%] Building X86GenCallingConv.inc... | |
[ 42%] Updating X86GenCallingConv.inc... | |
[ 42%] Building X86GenSubtargetInfo.inc... | |
[ 43%] Updating X86GenSubtargetInfo.inc... | |
[ 43%] Built target X86CommonTableGen | |
Scanning dependencies of target LLVMX86CodeGen | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o | |
[ 43%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o | |
[ 45%] Linking CXX static library ../../libLLVMX86CodeGen.a | |
[ 45%] Built target LLVMX86CodeGen | |
Scanning dependencies of target LLVMX86AsmParser | |
[ 45%] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmInstrumentation.cpp.o | |
[ 45%] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o | |
[ 45%] Linking CXX static library ../../../libLLVMX86AsmParser.a | |
[ 45%] Built target LLVMX86AsmParser | |
Scanning dependencies of target LLVMX86Disassembler | |
[ 46%] Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86DisassemblerDecoder.cpp.o | |
[ 46%] Linking CXX static library ../../../libLLVMX86Disassembler.a | |
[ 46%] Built target LLVMX86Disassembler | |
Scanning dependencies of target LLVMX86AsmPrinter | |
[ 46%] Building CXX object lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/X86ATTInstPrinter.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/X86IntelInstPrinter.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/X86InstComments.cpp.o | |
[ 46%] Linking CXX static library ../../../libLLVMX86AsmPrinter.a | |
[ 46%] Built target LLVMX86AsmPrinter | |
Scanning dependencies of target LLVMX86Desc | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o | |
[ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o | |
[ 46%] Linking CXX static library ../../../libLLVMX86Desc.a | |
[ 46%] Built target LLVMX86Desc | |
Scanning dependencies of target LLVMX86Info | |
[ 46%] Building CXX object lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o | |
[ 46%] Linking CXX static library ../../../libLLVMX86Info.a | |
[ 46%] Built target LLVMX86Info | |
Scanning dependencies of target LLVMX86Utils | |
[ 46%] Building CXX object lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/X86ShuffleDecode.cpp.o | |
[ 46%] Linking CXX static library ../../../libLLVMX86Utils.a | |
[ 46%] Built target LLVMX86Utils | |
Scanning dependencies of target LLVMAsmParser | |
[ 46%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o | |
[ 46%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o | |
[ 46%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o | |
[ 46%] Linking CXX static library ../libLLVMAsmParser.a | |
[ 46%] Built target LLVMAsmParser | |
Scanning dependencies of target LLVMLineEditor | |
[ 46%] Building CXX object lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o | |
[ 46%] Linking CXX static library ../libLLVMLineEditor.a | |
[ 46%] Built target LLVMLineEditor | |
Scanning dependencies of target LLVMProfileData | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o | |
[ 48%] Linking CXX static library ../libLLVMProfileData.a | |
[ 48%] Built target LLVMProfileData | |
Scanning dependencies of target LLVMCoverage | |
[ 48%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o | |
[ 48%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o | |
[ 50%] Linking CXX static library ../../libLLVMCoverage.a | |
[ 50%] Built target LLVMCoverage | |
Scanning dependencies of target LLVMPasses | |
[ 50%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o | |
[ 50%] Linking CXX static library ../libLLVMPasses.a | |
[ 50%] Built target LLVMPasses | |
Scanning dependencies of target LibOptionsTableGen | |
[ 50%] Building Options.inc... | |
[ 50%] Updating Options.inc... | |
[ 50%] Built target LibOptionsTableGen | |
Scanning dependencies of target LLVMLibDriver | |
[ 50%] Building CXX object lib/LibDriver/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o | |
[ 50%] Linking CXX static library ../libLLVMLibDriver.a | |
[ 50%] Built target LLVMLibDriver | |
Scanning dependencies of target FileCheck | |
[ 50%] Building CXX object utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o | |
[ 50%] Linking CXX executable ../../bin/FileCheck | |
[ 50%] Built target FileCheck | |
Scanning dependencies of target llvm-PerfectShuffle | |
[ 50%] Building CXX object utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o | |
[ 50%] Linking CXX executable ../../bin/llvm-PerfectShuffle | |
[ 50%] Built target llvm-PerfectShuffle | |
Scanning dependencies of target count | |
[ 50%] Building C object utils/count/CMakeFiles/count.dir/count.c.o | |
[ 50%] Linking C executable ../../bin/count | |
[ 50%] Built target count | |
Scanning dependencies of target not | |
[ 50%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o | |
[ 50%] Linking CXX executable ../../bin/not | |
[ 50%] Built target not | |
Scanning dependencies of target yaml-bench | |
[ 50%] Building CXX object utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o | |
[ 50%] Linking CXX executable ../../bin/yaml-bench | |
[ 50%] Built target yaml-bench | |
Scanning dependencies of target gtest | |
[ 50%] Building CXX object utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o | |
[ 50%] Linking CXX static library ../../lib/libgtest.a | |
[ 50%] Built target gtest | |
Scanning dependencies of target gtest_main | |
[ 50%] Building CXX object utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/TestMain.cpp.o | |
[ 50%] Linking CXX static library ../../../lib/libgtest_main.a | |
[ 50%] Built target gtest_main | |
Scanning dependencies of target cxx_objects | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/algorithm.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/any.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/bind.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/chrono.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/condition_variable.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/debug.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/exception.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/functional.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/future.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/hash.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/ios.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/iostream.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/locale.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/memory.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/mutex.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/new.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/optional.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/random.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/regex.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/shared_mutex.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/stdexcept.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/string.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/strstream.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/system_error.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/thread.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/typeinfo.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/utility.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/valarray.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/variant.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/vector.cpp.o | |
[ 51%] Built target cxx_objects | |
Scanning dependencies of target cxx_shared | |
[ 51%] Linking CXX shared library ../../../lib/libc++.dylib | |
[ 51%] Built target cxx_shared | |
Scanning dependencies of target cxx_experimental | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_experimental.dir/__/src/experimental/memory_resource.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_experimental.dir/__/src/experimental/filesystem/directory_iterator.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_experimental.dir/__/src/experimental/filesystem/operations.cpp.o | |
[ 51%] Building CXX object projects/libcxx/lib/CMakeFiles/cxx_experimental.dir/__/src/experimental/filesystem/path.cpp.o | |
[ 51%] Linking CXX static library ../../../lib/libc++experimental.a | |
[ 51%] Built target cxx_experimental | |
Scanning dependencies of target cxx_static | |
[ 51%] Linking CXX static library ../../../lib/libc++.a | |
[ 51%] Built target cxx_static | |
Scanning dependencies of target LTO_exports | |
[ 51%] Creating export file for LTO | |
[ 51%] Built target LTO_exports | |
Scanning dependencies of target LTO | |
[ 51%] Building CXX object tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o | |
[ 51%] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o | |
[ 51%] Linking CXX shared library ../../lib/libLTO.dylib | |
[ 51%] Built target LTO | |
Scanning dependencies of target llvm-ar | |
[ 51%] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o | |
[ 51%] Linking CXX executable ../../bin/llvm-ar | |
[ 51%] Built target llvm-ar | |
Scanning dependencies of target llvm-lib | |
[ 51%] Generating ../../bin/llvm-lib | |
[ 51%] Built target llvm-lib | |
Scanning dependencies of target llvm-ranlib | |
[ 51%] Generating ../../bin/llvm-ranlib | |
[ 51%] Built target llvm-ranlib | |
Scanning dependencies of target llvm-config | |
[ 51%] Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o | |
[ 51%] Linking CXX executable ../../bin/llvm-config | |
[ 51%] Built target llvm-config | |
Scanning dependencies of target llvm-lto | |
[ 51%] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o | |
[ 51%] Linking CXX executable ../../bin/llvm-lto | |
[ 51%] Built target llvm-lto | |
Scanning dependencies of target llvm-profdata | |
[ 53%] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o | |
[ 53%] Linking CXX executable ../../bin/llvm-profdata | |
[ 53%] Built target llvm-profdata | |
Scanning dependencies of target obj.clang-tblgen | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangASTNodesEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangAttrEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangSACheckersEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/NeonEmitter.cpp.o | |
[ 54%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/TableGen.cpp.o | |
[ 54%] Built target obj.clang-tblgen | |
Scanning dependencies of target clang-tblgen | |
[ 56%] Linking CXX executable ../../../../bin/clang-tblgen | |
[ 56%] Built target clang-tblgen | |
Scanning dependencies of target clang-headers | |
[ 56%] Copying clang's adxintrin.h... | |
[ 56%] Copying clang's altivec.h... | |
[ 56%] Copying clang's ammintrin.h... | |
[ 56%] Copying clang's arm_acle.h... | |
[ 57%] Copying clang's armintr.h... | |
[ 57%] Copying clang's avx2intrin.h... | |
[ 57%] Copying clang's avx512bwintrin.h... | |
[ 57%] Copying clang's avx512cdintrin.h... | |
[ 57%] Copying clang's avx512dqintrin.h... | |
[ 57%] Copying clang's avx512erintrin.h... | |
[ 57%] Copying clang's avx512fintrin.h... | |
[ 57%] Copying clang's avx512ifmaintrin.h... | |
[ 57%] Copying clang's avx512ifmavlintrin.h... | |
[ 57%] Copying clang's avx512pfintrin.h... | |
[ 57%] Copying clang's avx512vbmiintrin.h... | |
[ 57%] Copying clang's avx512vbmivlintrin.h... | |
[ 57%] Copying clang's avx512vlbwintrin.h... | |
[ 57%] Copying clang's avx512vlcdintrin.h... | |
[ 57%] Copying clang's avx512vldqintrin.h... | |
[ 57%] Copying clang's avx512vlintrin.h... | |
[ 57%] Copying clang's avxintrin.h... | |
[ 57%] Copying clang's bmi2intrin.h... | |
[ 57%] Copying clang's bmiintrin.h... | |
[ 57%] Copying clang's __clang_cuda_builtin_vars.h... | |
[ 57%] Copying clang's __clang_cuda_cmath.h... | |
[ 57%] Copying clang's __clang_cuda_complex_builtins.h... | |
[ 57%] Copying clang's __clang_cuda_intrinsics.h... | |
[ 57%] Copying clang's __clang_cuda_math_forward_declares.h... | |
[ 57%] Copying clang's __clang_cuda_runtime_wrapper.h... | |
[ 57%] Copying clang's cpuid.h... | |
[ 57%] Copying clang's clflushoptintrin.h... | |
[ 57%] Copying clang's emmintrin.h... | |
[ 57%] Copying clang's f16cintrin.h... | |
[ 57%] Copying clang's float.h... | |
[ 57%] Copying clang's fma4intrin.h... | |
[ 57%] Copying clang's fmaintrin.h... | |
[ 59%] Copying clang's fxsrintrin.h... | |
[ 59%] Copying clang's htmintrin.h... | |
[ 59%] Copying clang's htmxlintrin.h... | |
[ 59%] Copying clang's ia32intrin.h... | |
[ 59%] Copying clang's immintrin.h... | |
[ 59%] Copying clang's intrin.h... | |
[ 59%] Copying clang's inttypes.h... | |
[ 59%] Copying clang's iso646.h... | |
[ 59%] Copying clang's limits.h... | |
[ 59%] Copying clang's lzcntintrin.h... | |
[ 59%] Copying clang's mm3dnow.h... | |
[ 59%] Copying clang's mmintrin.h... | |
[ 59%] Copying clang's mm_malloc.h... | |
[ 59%] Copying clang's module.modulemap... | |
[ 59%] Copying clang's msa.h... | |
[ 59%] Copying clang's mwaitxintrin.h... | |
[ 59%] Copying clang's nmmintrin.h... | |
[ 59%] Copying clang's opencl-c.h... | |
[ 59%] Copying clang's pkuintrin.h... | |
[ 59%] Copying clang's pmmintrin.h... | |
[ 59%] Copying clang's popcntintrin.h... | |
[ 59%] Copying clang's prfchwintrin.h... | |
[ 59%] Copying clang's rdseedintrin.h... | |
[ 59%] Copying clang's rtmintrin.h... | |
[ 59%] Copying clang's s390intrin.h... | |
[ 59%] Copying clang's shaintrin.h... | |
[ 59%] Copying clang's smmintrin.h... | |
[ 59%] Copying clang's stdalign.h... | |
[ 59%] Copying clang's stdarg.h... | |
[ 59%] Copying clang's stdatomic.h... | |
[ 59%] Copying clang's stdbool.h... | |
[ 59%] Copying clang's stddef.h... | |
[ 59%] Copying clang's __stddef_max_align_t.h... | |
[ 60%] Copying clang's stdint.h... | |
[ 60%] Copying clang's stdnoreturn.h... | |
[ 60%] Copying clang's tbmintrin.h... | |
[ 60%] Copying clang's tgmath.h... | |
[ 60%] Copying clang's tmmintrin.h... | |
[ 60%] Copying clang's unwind.h... | |
[ 60%] Copying clang's vadefs.h... | |
[ 60%] Copying clang's varargs.h... | |
[ 60%] Copying clang's vecintrin.h... | |
[ 60%] Copying clang's wmmintrin.h... | |
[ 60%] Copying clang's __wmmintrin_aes.h... | |
[ 60%] Copying clang's __wmmintrin_pclmul.h... | |
[ 60%] Copying clang's x86intrin.h... | |
[ 60%] Copying clang's xmmintrin.h... | |
[ 60%] Copying clang's xopintrin.h... | |
[ 60%] Copying clang's xsavecintrin.h... | |
[ 60%] Copying clang's xsaveintrin.h... | |
[ 60%] Copying clang's xsaveoptintrin.h... | |
[ 60%] Copying clang's xsavesintrin.h... | |
[ 60%] Copying clang's xtestintrin.h... | |
[ 60%] Copying clang's cuda_wrappers/algorithm... | |
[ 60%] Copying clang's cuda_wrappers/complex... | |
[ 60%] Copying clang's cuda_wrappers/new... | |
[ 60%] Building arm_neon.h... | |
[ 60%] Updating arm_neon.h... | |
[ 60%] Copying clang's arm_neon.h... | |
[ 60%] Built target clang-headers | |
Scanning dependencies of target ClangSACheckers | |
[ 60%] Building Checkers.inc... | |
[ 60%] Updating Checkers.inc... | |
[ 60%] Built target ClangSACheckers | |
Scanning dependencies of target ClangCommentCommandList | |
[ 60%] Building CommentCommandList.inc... | |
[ 60%] Updating CommentCommandList.inc... | |
[ 60%] Built target ClangCommentCommandList | |
Scanning dependencies of target ClangCommentCommandInfo | |
[ 60%] Building CommentCommandInfo.inc... | |
[ 62%] Updating CommentCommandInfo.inc... | |
[ 62%] Built target ClangCommentCommandInfo | |
Scanning dependencies of target ClangCommentHTMLNamedCharacterReferences | |
[ 62%] Building CommentHTMLNamedCharacterReferences.inc... | |
[ 62%] Updating CommentHTMLNamedCharacterReferences.inc... | |
[ 62%] Built target ClangCommentHTMLNamedCharacterReferences | |
Scanning dependencies of target ClangCommentHTMLTagsProperties | |
[ 62%] Building CommentHTMLTagsProperties.inc... | |
[ 62%] Updating CommentHTMLTagsProperties.inc... | |
[ 62%] Built target ClangCommentHTMLTagsProperties | |
Scanning dependencies of target ClangCommentNodes | |
[ 62%] Building CommentNodes.inc... | |
[ 62%] Updating CommentNodes.inc... | |
[ 62%] Built target ClangCommentNodes | |
Scanning dependencies of target ClangAttrImpl | |
[ 62%] Building AttrImpl.inc... | |
[ 62%] Updating AttrImpl.inc... | |
[ 62%] Built target ClangAttrImpl | |
Scanning dependencies of target ClangStmtNodes | |
[ 62%] Building StmtNodes.inc... | |
[ 62%] Updating StmtNodes.inc... | |
[ 62%] Built target ClangStmtNodes | |
Scanning dependencies of target ClangAttrClasses | |
[ 62%] Building Attrs.inc... | |
[ 62%] Updating Attrs.inc... | |
[ 62%] Built target ClangAttrClasses | |
Scanning dependencies of target ClangAttrDump | |
[ 62%] Building AttrDump.inc... | |
[ 62%] Updating AttrDump.inc... | |
[ 62%] Built target ClangAttrDump | |
Scanning dependencies of target ClangCommentHTMLTags | |
[ 62%] Building CommentHTMLTags.inc... | |
[ 62%] Updating CommentHTMLTags.inc... | |
[ 62%] Built target ClangCommentHTMLTags | |
Scanning dependencies of target ClangDeclNodes | |
[ 62%] Building DeclNodes.inc... | |
[ 62%] Updating DeclNodes.inc... | |
[ 62%] Built target ClangDeclNodes | |
Scanning dependencies of target ClangAttrVisitor | |
[ 62%] Building AttrVisitor.inc... | |
[ 62%] Updating AttrVisitor.inc... | |
[ 62%] Built target ClangAttrVisitor | |
Scanning dependencies of target ClangARMNeon | |
[ 62%] Building arm_neon.inc... | |
[ 63%] Updating arm_neon.inc... | |
[ 63%] Built target ClangARMNeon | |
Scanning dependencies of target ClangDiagnosticIndexName | |
[ 63%] Building DiagnosticIndexName.inc... | |
[ 63%] Updating DiagnosticIndexName.inc... | |
[ 63%] Built target ClangDiagnosticIndexName | |
Scanning dependencies of target ClangDiagnosticParse | |
[ 65%] Building DiagnosticParseKinds.inc... | |
[ 65%] Updating DiagnosticParseKinds.inc... | |
[ 65%] Built target ClangDiagnosticParse | |
Scanning dependencies of target ClangDiagnosticFrontend | |
[ 65%] Building DiagnosticFrontendKinds.inc... | |
[ 65%] Updating DiagnosticFrontendKinds.inc... | |
[ 65%] Built target ClangDiagnosticFrontend | |
Scanning dependencies of target ClangDiagnosticSerialization | |
[ 65%] Building DiagnosticSerializationKinds.inc... | |
[ 65%] Updating DiagnosticSerializationKinds.inc... | |
[ 65%] Built target ClangDiagnosticSerialization | |
Scanning dependencies of target ClangDiagnosticLex | |
[ 65%] Building DiagnosticLexKinds.inc... | |
[ 65%] Updating DiagnosticLexKinds.inc... | |
[ 65%] Built target ClangDiagnosticLex | |
Scanning dependencies of target ClangDiagnosticCommon | |
[ 65%] Building DiagnosticCommonKinds.inc... | |
[ 65%] Updating DiagnosticCommonKinds.inc... | |
[ 65%] Built target ClangDiagnosticCommon | |
Scanning dependencies of target ClangDiagnosticSema | |
[ 65%] Building DiagnosticSemaKinds.inc... | |
[ 65%] Updating DiagnosticSemaKinds.inc... | |
[ 65%] Built target ClangDiagnosticSema | |
Scanning dependencies of target ClangAttrList | |
[ 65%] Building AttrList.inc... | |
[ 65%] Updating AttrList.inc... | |
[ 65%] Built target ClangAttrList | |
Scanning dependencies of target ClangDiagnosticComment | |
[ 65%] Building DiagnosticCommentKinds.inc... | |
[ 65%] Updating DiagnosticCommentKinds.inc... | |
[ 65%] Built target ClangDiagnosticComment | |
Scanning dependencies of target ClangAttrHasAttributeImpl | |
[ 65%] Building AttrHasAttributeImpl.inc... | |
[ 65%] Updating AttrHasAttributeImpl.inc... | |
[ 65%] Built target ClangAttrHasAttributeImpl | |
Scanning dependencies of target ClangDiagnosticAST | |
[ 65%] Building DiagnosticASTKinds.inc... | |
[ 65%] Updating DiagnosticASTKinds.inc... | |
[ 65%] Built target ClangDiagnosticAST | |
Scanning dependencies of target ClangDiagnosticDriver | |
[ 65%] Building DiagnosticDriverKinds.inc... | |
[ 65%] Updating DiagnosticDriverKinds.inc... | |
[ 65%] Built target ClangDiagnosticDriver | |
Scanning dependencies of target ClangDiagnosticGroups | |
[ 65%] Building DiagnosticGroups.inc... | |
[ 65%] Updating DiagnosticGroups.inc... | |
[ 65%] Built target ClangDiagnosticGroups | |
Scanning dependencies of target ClangDiagnosticAnalysis | |
[ 65%] Building DiagnosticAnalysisKinds.inc... | |
[ 65%] Updating DiagnosticAnalysisKinds.inc... | |
[ 65%] Built target ClangDiagnosticAnalysis | |
Scanning dependencies of target ClangAttrParserStringSwitches | |
[ 65%] Building AttrParserStringSwitches.inc... | |
[ 65%] Updating AttrParserStringSwitches.inc... | |
[ 65%] Built target ClangAttrParserStringSwitches | |
Scanning dependencies of target ClangAttrParsedAttrList | |
[ 65%] Building AttrParsedAttrList.inc... | |
[ 65%] Updating AttrParsedAttrList.inc... | |
[ 65%] Built target ClangAttrParsedAttrList | |
Scanning dependencies of target ClangAttrTemplateInstantiate | |
[ 65%] Building AttrTemplateInstantiate.inc... | |
[ 65%] Updating AttrTemplateInstantiate.inc... | |
[ 65%] Built target ClangAttrTemplateInstantiate | |
Scanning dependencies of target ClangAttrSpellingListIndex | |
[ 65%] Building AttrSpellingListIndex.inc... | |
[ 65%] Updating AttrSpellingListIndex.inc... | |
[ 65%] Built target ClangAttrSpellingListIndex | |
Scanning dependencies of target ClangAttrParsedAttrImpl | |
[ 65%] Building AttrParsedAttrImpl.inc... | |
[ 65%] Updating AttrParsedAttrImpl.inc... | |
[ 65%] Built target ClangAttrParsedAttrImpl | |
Scanning dependencies of target ClangAttrParsedAttrKinds | |
[ 65%] Building AttrParsedAttrKinds.inc... | |
[ 65%] Updating AttrParsedAttrKinds.inc... | |
[ 65%] Built target ClangAttrParsedAttrKinds | |
Scanning dependencies of target ClangAttrPCHWrite | |
[ 65%] Building AttrPCHWrite.inc... | |
[ 65%] Updating AttrPCHWrite.inc... | |
[ 65%] Built target ClangAttrPCHWrite | |
Scanning dependencies of target ClangAttrPCHRead | |
[ 65%] Building AttrPCHRead.inc... | |
[ 65%] Updating AttrPCHRead.inc... | |
[ 65%] Built target ClangAttrPCHRead | |
[ 65%] Generating SVNVersion.inc | |
Scanning dependencies of target clangBasic | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Attributes.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Builtins.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/CharInfo.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Cuda.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Diagnostic.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DiagnosticIDs.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DiagnosticOptions.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/FileManager.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/FileSystemStatCache.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/IdentifierTable.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/LangOptions.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Module.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/ObjCRuntime.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/OpenMPKinds.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/OperatorPrecedence.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/SanitizerBlacklist.cpp.o | |
[ 65%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Sanitizers.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/SourceLocation.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/SourceManager.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/TargetInfo.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Targets.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/TokenKinds.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Version.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/VersionTuple.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/VirtualFileSystem.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Warnings.cpp.o | |
[ 66%] Linking CXX static library ../../../../lib/libclangBasic.a | |
[ 66%] Built target clangBasic | |
Scanning dependencies of target clangLex | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/HeaderMap.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/HeaderSearch.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/Lexer.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/LiteralSupport.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/MacroArgs.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/MacroInfo.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/ModuleMap.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPCaching.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPCallbacks.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPConditionalDirectiveRecord.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPDirectives.cpp.o | |
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPExpressions.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPLexerChange.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPMacroExpansion.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PTHLexer.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/Pragma.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PreprocessingRecord.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/Preprocessor.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PreprocessorLexer.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/ScratchBuffer.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/TokenConcatenation.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/TokenLexer.cpp.o | |
[ 68%] Linking CXX static library ../../../../lib/libclangLex.a | |
[ 68%] Built target clangLex | |
Scanning dependencies of target clangParse | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseAST.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseCXXInlineMethods.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseDecl.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseDeclCXX.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseExpr.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseExprCXX.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseInit.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseObjc.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseOpenMP.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParsePragma.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseStmt.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseStmtAsm.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseTemplate.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseTentative.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/Parser.cpp.o | |
[ 68%] Linking CXX static library ../../../../lib/libclangParse.a | |
[ 68%] Built target clangParse | |
Scanning dependencies of target clangAST | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/APValue.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTConsumer.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTContext.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTDiagnostic.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTDumper.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTImporter.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTTypeTraits.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/AttrImpl.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CXXInheritance.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Comment.cpp.o | |
[ 68%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentBriefParser.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentCommandTraits.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentLexer.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentParser.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentSema.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Decl.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclarationName.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclBase.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclCXX.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclFriend.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclGroup.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclObjC.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclOpenMP.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclPrinter.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclTemplate.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Expr.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprClassification.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprConstant.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprCXX.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprObjC.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExternalASTSource.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/InheritViz.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ItaniumCXXABI.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ItaniumMangle.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Mangle.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftCXXABI.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/NestedNameSpecifier.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/NSAPI.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/OpenMPClause.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ParentMap.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/RawCommentList.cpp.o | |
[ 69%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/RecordLayout.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/RecordLayoutBuilder.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/SelectorLocationsKind.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Stmt.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtCXX.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtIterator.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtObjC.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtOpenMP.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtPrinter.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtProfile.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtViz.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TemplateBase.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TemplateName.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Type.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TypeLoc.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TypePrinter.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/VTableBuilder.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/VTTBuilder.cpp.o | |
[ 71%] Linking CXX static library ../../../../lib/libclangAST.a | |
[ 71%] Built target clangAST | |
Scanning dependencies of target clangASTMatchers | |
[ 71%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/ASTMatchFinder.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/ASTMatchersInternal.cpp.o | |
[ 71%] Linking CXX static library ../../../../lib/libclangASTMatchers.a | |
[ 71%] Built target clangASTMatchers | |
Scanning dependencies of target clangDynamicASTMatchers | |
[ 71%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Diagnostics.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/VariantValue.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Parser.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o | |
[ 71%] Linking CXX static library ../../../../../lib/libclangDynamicASTMatchers.a | |
[ 71%] Built target clangDynamicASTMatchers | |
Scanning dependencies of target clangSema | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/AnalysisBasedWarnings.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/AttributeList.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/CodeCompleteConsumer.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/DeclSpec.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/DelayedDiagnostic.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/IdentifierResolver.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/JumpDiagnostics.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/MultiplexExternalSemaSource.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/Scope.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/ScopeInfo.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/Sema.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaAccess.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaAttr.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCXXScopeSpec.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCast.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaChecking.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCodeComplete.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaConsumer.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCoroutine.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCUDA.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDecl.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDeclAttr.cpp.o | |
[ 71%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDeclCXX.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDeclObjC.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExceptionSpec.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExpr.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprMember.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaFixItUtils.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaInit.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaLambda.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaLookup.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaObjCProperty.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaOpenMP.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaOverload.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaPseudoObject.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaStmt.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaStmtAsm.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaStmtAttr.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplate.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateDeduction.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateInstantiate.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateInstantiateDecl.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateVariadic.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaType.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/TypeLocBuilder.cpp.o | |
[ 72%] Linking CXX static library ../../../../lib/libclangSema.a | |
[ 72%] Built target clangSema | |
Scanning dependencies of target clangCodeGen | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/BackendUtil.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGAtomic.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBlocks.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCUDABuiltin.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCUDANV.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCUDARuntime.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCXX.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCXXABI.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCall.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGClass.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCleanup.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCoroutine.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGDebugInfo.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGDecl.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGDeclCXX.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGException.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExpr.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprAgg.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprCXX.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprComplex.cpp.o | |
[ 72%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprConstant.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGLoopInfo.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjC.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjCGNU.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjCMac.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjCRuntime.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGOpenCLRuntime.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGOpenMPRuntime.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGStmt.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGStmtOpenMP.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGVTT.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGVTables.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenABITypes.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenAction.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenFunction.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenModule.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenPGO.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenTBAA.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenTypes.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CoverageMappingGen.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ItaniumCXXABI.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/MicrosoftCXXABI.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ModuleBuilder.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/SanitizerMetadata.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/SwiftCallingConv.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/TargetInfo.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/VarBypassDetector.cpp.o | |
[ 74%] Linking CXX static library ../../../../lib/libclangCodeGen.a | |
[ 74%] Built target clangCodeGen | |
Scanning dependencies of target clangAnalysis | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/AnalysisDeclContext.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/BodyFarm.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFG.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFGStmtMap.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CallGraph.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CloneDetection.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CocoaConventions.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/Consumed.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CodeInjector.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/Dominators.cpp.o | |
[ 74%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/FormatString.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/LiveVariables.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/OSLog.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ObjCNoReturn.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/PostOrderCFGView.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/PrintfFormatString.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ProgramPoint.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/PseudoConstantAnalysis.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ReachableCode.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ScanfFormatString.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafety.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafetyCommon.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafetyLogical.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafetyTIL.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/UninitializedValues.cpp.o | |
[ 75%] Linking CXX static library ../../../../lib/libclangAnalysis.a | |
[ 75%] Built target clangAnalysis | |
Scanning dependencies of target clangEdit | |
[ 75%] Building CXX object tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/Commit.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/EditedSource.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/RewriteObjCFoundationAPI.cpp.o | |
[ 75%] Linking CXX static library ../../../../lib/libclangEdit.a | |
[ 75%] Built target clangEdit | |
Scanning dependencies of target clangRewrite | |
[ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/DeltaTree.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/HTMLRewrite.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/RewriteRope.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/Rewriter.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/TokenRewriter.cpp.o | |
[ 75%] Linking CXX static library ../../../../lib/libclangRewrite.a | |
[ 75%] Built target clangRewrite | |
Scanning dependencies of target clangARCMigrate | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/ARCMT.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/ARCMTActions.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/FileRemapper.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/ObjCMT.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/PlistReporter.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransAPIUses.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransARCAssign.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransAutoreleasePool.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransBlockObjCVariable.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransGCAttrs.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransGCCalls.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransProperties.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransProtectedScope.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransUnbridgedCasts.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransformActions.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/Transforms.cpp.o | |
[ 75%] Linking CXX static library ../../../../lib/libclangARCMigrate.a | |
[ 75%] Built target clangARCMigrate | |
Scanning dependencies of target ClangDriverOptions | |
[ 75%] Building Options.inc... | |
[ 75%] Updating Options.inc... | |
[ 75%] Built target ClangDriverOptions | |
Scanning dependencies of target clangDriver | |
[ 75%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Action.cpp.o | |
[ 75%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Compilation.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/CrossWindowsToolChain.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Distro.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Driver.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/DriverOptions.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Job.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/MinGWToolChain.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Multilib.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/MSVCToolChain.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Phases.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/SanitizerArgs.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Tool.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChain.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Tools.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Types.cpp.o | |
[ 77%] Linking CXX static library ../../../../lib/libclangDriver.a | |
[ 77%] Built target clangDriver | |
Scanning dependencies of target clangSerialization | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTCommon.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTReader.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTReaderDecl.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTReaderStmt.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTWriter.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTWriterDecl.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTWriterStmt.cpp.o | |
[ 77%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/GeneratePCH.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/GlobalModuleIndex.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/Module.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ModuleFileExtension.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ModuleManager.cpp.o | |
[ 78%] Linking CXX static library ../../../../lib/libclangSerialization.a | |
[ 78%] Built target clangSerialization | |
Scanning dependencies of target clangFrontend | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ASTConsumers.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ASTMerge.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ASTUnit.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CacheTokens.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ChainedIncludesSource.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CodeGenOptions.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInstance.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DependencyFile.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DependencyGraph.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DiagnosticRenderer.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/FrontendAction.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/FrontendActions.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/FrontendOptions.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/HeaderIncludeGen.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/InitHeaderSearch.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/InitPreprocessor.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/LangStandards.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/LayoutOverrideSource.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/LogDiagnosticPrinter.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ModuleDependencyCollector.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/MultiplexConsumer.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/PCHContainerOperations.cpp.o | |
[ 78%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/PrintPreprocessedOutput.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/SerializedDiagnosticReader.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TestModuleFileExtension.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TextDiagnostic.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TextDiagnosticBuffer.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TextDiagnosticPrinter.cpp.o | |
[ 80%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o | |
[ 80%] Linking CXX static library ../../../../lib/libclangFrontend.a | |
[ 80%] Built target clangFrontend | |
Scanning dependencies of target clangRewriteFrontend | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/FixItRewriter.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/FrontendActions.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/HTMLPrint.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/InclusionRewriter.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteMacros.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteModernObjC.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteObjC.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteTest.cpp.o | |
[ 81%] Linking CXX static library ../../../../../lib/libclangRewriteFrontend.a | |
[ 81%] Built target clangRewriteFrontend | |
Scanning dependencies of target clangFrontendTool | |
[ 81%] Building CXX object tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o | |
[ 81%] Linking CXX static library ../../../../lib/libclangFrontendTool.a | |
[ 81%] Built target clangFrontendTool | |
Scanning dependencies of target clangTooling | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/ArgumentsAdjusters.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/CommonOptionsParser.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/CompilationDatabase.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/FileMatchTrie.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/FixIt.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/JSONCompilationDatabase.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/Refactoring.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/RefactoringCallbacks.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/Tooling.cpp.o | |
[ 81%] Linking CXX static library ../../../../lib/libclangTooling.a | |
[ 81%] Built target clangTooling | |
Scanning dependencies of target clangToolingCore | |
[ 81%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/Lookup.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/Replacement.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/QualTypeNames.cpp.o | |
[ 81%] Linking CXX static library ../../../../../lib/libclangToolingCore.a | |
[ 81%] Built target clangToolingCore | |
Scanning dependencies of target clangIndex | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/CodegenNameGenerator.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/CommentToXML.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexBody.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexDecl.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexingAction.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexingContext.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexSymbol.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexTypeSourceInfo.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/USRGeneration.cpp.o | |
[ 81%] Linking CXX static library ../../../../lib/libclangIndex.a | |
[ 81%] Built target clangIndex | |
Scanning dependencies of target clangStaticAnalyzerCore | |
[ 81%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/APSIntType.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o | |
[ 81%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BlockCounter.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/IssueHash.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BugReporter.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CallEvent.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Checker.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerContext.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerManager.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerRegistry.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CoreEngine.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/DynamicTypeMap.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Environment.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngine.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/LoopWidening.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/MemRegion.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/PathDiagnostic.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ProgramState.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/RegionStore.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SValBuilder.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SVals.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o | |
[ 83%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Store.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SubEngine.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SymbolManager.cpp.o | |
[ 84%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerCore.a | |
[ 84%] Built target clangStaticAnalyzerCore | |
Scanning dependencies of target clangStaticAnalyzerCheckers | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/AllocationDiagnostics.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ClangCheckers.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o | |
[ 84%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o | |
[ 86%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/RetainCountChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o | |
[ 87%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerCheckers.a | |
[ 87%] Built target clangStaticAnalyzerCheckers | |
Scanning dependencies of target clangStaticAnalyzerFrontend | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/CheckerRegistration.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o | |
[ 87%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerFrontend.a | |
[ 87%] Built target clangStaticAnalyzerFrontend | |
Scanning dependencies of target clangFormat | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/AffectedRangeManager.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/BreakableToken.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/Comments.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/Format.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/FormatToken.cpp.o | |
[ 87%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/FormatTokenLexer.cpp.o | |
[ 89%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/SortJavaScriptImports.cpp.o | |
[ 89%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/TokenAnalyzer.cpp.o | |
[ 89%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/TokenAnnotator.cpp.o | |
[ 89%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/UnwrappedLineFormatter.cpp.o | |
[ 89%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/UnwrappedLineParser.cpp.o | |
[ 89%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/WhitespaceManager.cpp.o | |
[ 89%] Linking CXX static library ../../../../lib/libclangFormat.a | |
[ 89%] Built target clangFormat | |
Scanning dependencies of target diagtool | |
[ 89%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o | |
[ 90%] Linking CXX executable ../../../../bin/diagtool | |
[ 90%] Built target diagtool | |
Scanning dependencies of target clang-offload-bundler | |
[ 90%] Building CXX object tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o | |
[ 90%] Linking CXX executable ../../../../bin/clang-offload-bundler | |
[ 90%] Built target clang-offload-bundler | |
Scanning dependencies of target clang | |
[ 90%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o | |
[ 90%] Linking CXX executable ../../../../bin/clang | |
[ 90%] Built target clang | |
Scanning dependencies of target clang-format | |
[ 90%] Building CXX object tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o | |
[ 90%] Linking CXX executable ../../../../bin/clang-format | |
[ 90%] Built target clang-format | |
Scanning dependencies of target clang-import-test | |
[ 90%] Building CXX object tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o | |
[ 90%] Linking CXX executable ../../../../bin/clang-import-test | |
[ 90%] Built target clang-import-test | |
Scanning dependencies of target libclang_exports | |
[ 90%] Creating export file for libclang | |
[ 90%] Built target libclang_exports | |
Scanning dependencies of target libclang | |
[ 90%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o | |
[ 90%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o | |
[ 92%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o | |
[ 92%] Linking CXX shared library ../../../../lib/libclang.dylib | |
[ 92%] Built target libclang | |
Scanning dependencies of target c-index-test | |
[ 92%] Building C object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o | |
[ 92%] Building CXX object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o | |
[ 92%] Linking CXX executable ../../../../bin/c-index-test | |
[ 92%] Built target c-index-test | |
Scanning dependencies of target arcmt-test | |
[ 92%] Building CXX object tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o | |
[ 92%] Linking CXX executable ../../../../bin/arcmt-test | |
[ 92%] Built target arcmt-test | |
Scanning dependencies of target c-arcmt-test | |
[ 92%] Building C object tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o | |
[ 92%] Linking CXX executable ../../../../bin/c-arcmt-test | |
[ 92%] Built target c-arcmt-test | |
Scanning dependencies of target clang-check | |
[ 92%] Building CXX object tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o | |
[ 92%] Linking CXX executable ../../../../bin/clang-check | |
[ 92%] Built target clang-check | |
Scanning dependencies of target scan-build | |
[ 92%] Generating ../../../../bin/scan-build | |
[ 93%] Generating ../../../../bin/set-xcode-analyzer | |
[ 93%] Generating ../../../../libexec/ccc-analyzer | |
[ 93%] Generating ../../../../libexec/c++-analyzer | |
[ 93%] Generating ../../../../share/man/man1/scan-build.1 | |
[ 93%] Generating ../../../../share/scan-build/scanview.css | |
[ 93%] Generating ../../../../share/scan-build/sorttable.js | |
[ 93%] Built target scan-build | |
Scanning dependencies of target scan-view | |
[ 93%] Generating ../../../../bin/scan-view | |
[ 93%] Generating ../../../../share/scan-view/ScanView.py | |
[ 93%] Generating ../../../../share/scan-view/Reporter.py | |
[ 93%] Generating ../../../../share/scan-view/startfile.py | |
[ 93%] Generating ../../../../share/scan-view/FileRadar.scpt | |
[ 93%] Generating ../../../../share/scan-view/GetRadarVersion.scpt | |
[ 93%] Generating ../../../../share/scan-view/bugcatcher.ico | |
[ 93%] Built target scan-view | |
Scanning dependencies of target bugpoint | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o | |
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o | |
[ 93%] Linking CXX executable ../../bin/bugpoint | |
[ 93%] Built target bugpoint | |
Scanning dependencies of target BugpointPasses_exports | |
[ 93%] Creating export file for BugpointPasses | |
[ 93%] Built target BugpointPasses_exports | |
Scanning dependencies of target BugpointPasses | |
[ 93%] Building CXX object tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/TestPasses.cpp.o | |
[ 93%] Linking CXX shared module ../../lib/BugpointPasses.dylib | |
[ 93%] Built target BugpointPasses | |
Scanning dependencies of target llvm-dsymutil | |
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/dsymutil.cpp.o | |
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/BinaryHolder.cpp.o | |
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DebugMap.cpp.o | |
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DwarfLinker.cpp.o | |
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/MachODebugMapParser.cpp.o | |
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/MachOUtils.cpp.o | |
[ 93%] Linking CXX executable ../../bin/llvm-dsymutil | |
[ 93%] Built target llvm-dsymutil | |
Scanning dependencies of target llc | |
[ 93%] Building CXX object tools/llc/CMakeFiles/llc.dir/llc.cpp.o | |
[ 93%] Linking CXX executable ../../bin/llc | |
[ 93%] Built target llc | |
Scanning dependencies of target lli | |
[ 93%] Building CXX object tools/lli/CMakeFiles/lli.dir/lli.cpp.o | |
[ 93%] Building CXX object tools/lli/CMakeFiles/lli.dir/OrcLazyJIT.cpp.o | |
[ 93%] Linking CXX executable ../../bin/lli | |
[ 93%] Built target lli | |
Scanning dependencies of target lli-child-target | |
[ 93%] Building CXX object tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o | |
[ 93%] Linking CXX executable ../../../bin/lli-child-target | |
[ 93%] Built target lli-child-target | |
Scanning dependencies of target llvm-as | |
[ 93%] Building CXX object tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o | |
[ 93%] Linking CXX executable ../../bin/llvm-as | |
[ 93%] Built target llvm-as | |
Scanning dependencies of target llvm-bcanalyzer | |
[ 93%] Building CXX object tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o | |
[ 93%] Linking CXX executable ../../bin/llvm-bcanalyzer | |
[ 93%] Built target llvm-bcanalyzer | |
Scanning dependencies of target llvm-c-test | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o | |
[ 95%] Building CXX object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o | |
[ 95%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o | |
[ 95%] Linking CXX executable ../../bin/llvm-c-test | |
[ 95%] Built target llvm-c-test | |
Scanning dependencies of target llvm-cat | |
[ 95%] Building CXX object tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o | |
[ 95%] Linking CXX executable ../../bin/llvm-cat | |
[ 95%] Built target llvm-cat | |
Scanning dependencies of target llvm-cov | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o | |
[ 95%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o | |
[ 95%] Linking CXX executable ../../bin/llvm-cov | |
[ 95%] Built target llvm-cov | |
Scanning dependencies of target llvm-cxxdump | |
[ 95%] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o | |
[ 95%] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o | |
[ 95%] Linking CXX executable ../../bin/llvm-cxxdump | |
[ 95%] Built target llvm-cxxdump | |
Scanning dependencies of target llvm-cxxfilt | |
[ 96%] Building CXX object tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-cxxfilt | |
[ 96%] Built target llvm-cxxfilt | |
Scanning dependencies of target llvm-diff | |
[ 96%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o | |
[ 96%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o | |
[ 96%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffLog.cpp.o | |
[ 96%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-diff | |
[ 96%] Built target llvm-diff | |
Scanning dependencies of target llvm-dis | |
[ 96%] Building CXX object tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-dis | |
[ 96%] Built target llvm-dis | |
Scanning dependencies of target llvm-dwarfdump | |
[ 96%] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-dwarfdump | |
[ 96%] Built target llvm-dwarfdump | |
Scanning dependencies of target llvm-dwp | |
[ 96%] Building CXX object tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o | |
[ 96%] Building CXX object tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/DWPError.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-dwp | |
[ 96%] Built target llvm-dwp | |
Scanning dependencies of target llvm-extract | |
[ 96%] Building CXX object tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-extract | |
[ 96%] Built target llvm-extract | |
Scanning dependencies of target llvm-go | |
[ 96%] Building Go executable llvm-go | |
[ 96%] Built target llvm-go | |
Scanning dependencies of target llvm-link | |
[ 96%] Building CXX object tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-link | |
[ 96%] Built target llvm-link | |
Scanning dependencies of target llvm-lto2 | |
[ 96%] Building CXX object tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o | |
[ 96%] Linking CXX executable ../../bin/llvm-lto2 | |
[ 96%] Built target llvm-lto2 | |
Scanning dependencies of target llvm-mc | |
[ 96%] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o | |
[ 96%] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-mc | |
[ 98%] Built target llvm-mc | |
Scanning dependencies of target llvm-mcmarkup | |
[ 98%] Building CXX object tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/llvm-mcmarkup.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-mcmarkup | |
[ 98%] Built target llvm-mcmarkup | |
Scanning dependencies of target llvm-modextract | |
[ 98%] Building CXX object tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-modextract | |
[ 98%] Built target llvm-modextract | |
Scanning dependencies of target llvm-nm | |
[ 98%] Building CXX object tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-nm | |
[ 98%] Built target llvm-nm | |
Scanning dependencies of target llvm-objdump | |
[ 98%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o | |
[ 98%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o | |
[ 98%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o | |
[ 98%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o | |
[ 98%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-objdump | |
[ 98%] Built target llvm-objdump | |
Scanning dependencies of target llvm-opt-report | |
[ 98%] Building CXX object tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-opt-report | |
[ 98%] Built target llvm-opt-report | |
Scanning dependencies of target llvm-pdbdump | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/llvm-pdbdump.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/BuiltinDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/ClassDefinitionDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/YamlSymbolDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/YamlTypeDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/CompilandDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/EnumDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/ExternalSymbolDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/FunctionDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/LinePrinter.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/LLVMOutputStyle.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/PdbYaml.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/TypeDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/TypedefDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/VariableDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/YAMLOutputStyle.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-pdbdump | |
[ 98%] Built target llvm-pdbdump | |
Scanning dependencies of target llvm-readobj | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMAttributeParser.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Error.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o | |
[ 98%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-readobj | |
[ 98%] Built target llvm-readobj | |
Scanning dependencies of target llvm-rtdyld | |
[ 98%] Building CXX object tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-rtdyld | |
[ 98%] Built target llvm-rtdyld | |
Scanning dependencies of target llvm-size | |
[ 98%] Building CXX object tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-size | |
[ 98%] Built target llvm-size | |
Scanning dependencies of target llvm-split | |
[ 98%] Building CXX object tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-split | |
[ 98%] Built target llvm-split | |
Scanning dependencies of target llvm-stress | |
[ 98%] Building CXX object tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-stress | |
[ 98%] Built target llvm-stress | |
Scanning dependencies of target llvm-strings | |
[ 98%] Building CXX object tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-strings | |
[ 98%] Built target llvm-strings | |
Scanning dependencies of target llvm-symbolizer | |
[ 98%] Building CXX object tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o | |
[ 98%] Linking CXX executable ../../bin/llvm-symbolizer | |
[ 98%] Built target llvm-symbolizer | |
Scanning dependencies of target llvm-xray | |
[ 98%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cc.o | |
[ 98%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cc.o | |
[ 98%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cc.o | |
[ 98%] Linking CXX executable ../../bin/llvm-xray | |
[ 98%] Built target llvm-xray | |
Scanning dependencies of target obj2yaml | |
[ 98%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o | |
[ 98%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o | |
[ 98%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o | |
[ 98%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o | |
[ 98%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o | |
[ 98%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/Error.cpp.o | |
[ 98%] Linking CXX executable ../../bin/obj2yaml | |
[ 98%] Built target obj2yaml | |
Scanning dependencies of target opt | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/GraphPrinters.cpp.o | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/PassPrinters.cpp.o | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/PrintSCC.cpp.o | |
[ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/opt.cpp.o | |
[ 98%] Linking CXX executable ../../bin/opt | |
[ 98%] Built target opt | |
Scanning dependencies of target sancov | |
[ 98%] Building CXX object tools/sancov/CMakeFiles/sancov.dir/sancov.cc.o | |
[ 98%] Linking CXX executable ../../bin/sancov | |
[ 98%] Built target sancov | |
Scanning dependencies of target sanstats | |
[ 98%] Building CXX object tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o | |
[ 98%] Linking CXX executable ../../bin/sanstats | |
[ 98%] Built target sanstats | |
Scanning dependencies of target verify-uselistorder | |
[ 98%] Building CXX object tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o | |
[ 98%] Linking CXX executable ../../bin/verify-uselistorder | |
[ 98%] Built target verify-uselistorder | |
Scanning dependencies of target yaml2obj | |
[ 98%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o | |
[ 98%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2coff.cpp.o | |
[ 98%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2dwarf.cpp.o | |
[ 98%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2elf.cpp.o | |
[ 98%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2macho.cpp.o | |
[100%] Linking CXX executable ../../bin/yaml2obj | |
[100%] Built target yaml2obj | |
[ 0%] Built target LLVMDemangle | |
[ 0%] Built target LLVMTableGen | |
[ 0%] Built target LLVMHello_exports | |
[ 1%] Built target obj.llvm-tblgen | |
[ 1%] Built target LLVMMCDisassembler | |
[ 6%] Built target LLVMSupport | |
[ 7%] Built target LLVMMCParser | |
[ 9%] Built target LLVMMC | |
[ 9%] Built target LLVMObjectYAML | |
[ 9%] Built target LLVMOption | |
[ 10%] Built target LLVMDebugInfoDWARF | |
[ 10%] Built target LLVMDebugInfoMSF | |
[ 10%] Built target LLVMDebugInfoCodeView | |
[ 10%] Built target LLVMSymbolize | |
[ 10%] Built target LLVMLineEditor | |
[ 10%] Built target FileCheck | |
[ 10%] Built target llvm-PerfectShuffle | |
[ 10%] Built target count | |
[ 13%] Built target LLVMDebugInfoPDB | |
[ 13%] Built target not | |
[ 13%] Built target yaml-bench | |
[ 13%] Built target gtest | |
[ 13%] Built target gtest_main | |
[ 13%] Built target LTO_exports | |
[ 13%] Built target llvm-config | |
[ 16%] Built target obj.clang-tblgen | |
[ 16%] Built target cxx_objects | |
[ 16%] Built target libclang_exports | |
[ 18%] Built target scan-build | |
[ 18%] Built target scan-view | |
[ 18%] Built target BugpointPasses_exports | |
[ 19%] Built target llvm-cxxfilt | |
[ 19%] Built target llvm-go | |
[ 19%] Built target llvm-mcmarkup | |
[ 19%] Built target llvm-tblgen | |
[ 19%] Built target cxx_shared | |
[ 19%] Built target cxx_static | |
[ 21%] Built target clang-tblgen | |
[ 21%] Built target intrinsics_gen | |
[ 21%] Built target AttributeCompatFuncTableGen | |
[ 21%] Built target LibOptionsTableGen | |
[ 21%] Built target cxx_experimental | |
[ 21%] Built target ClangSACheckers | |
[ 25%] Built target clang-headers | |
[ 25%] Built target ClangCommentCommandList | |
[ 27%] Built target ClangCommentCommandInfo | |
[ 27%] Built target ClangCommentHTMLNamedCharacterReferences | |
[ 27%] Built target ClangCommentHTMLTagsProperties | |
[ 27%] Built target ClangCommentNodes | |
[ 27%] Built target ClangAttrImpl | |
[ 27%] Built target ClangStmtNodes | |
[ 27%] Built target ClangAttrDump | |
[ 27%] Built target ClangAttrClasses | |
[ 27%] Built target ClangCommentHTMLTags | |
[ 27%] Built target ClangDeclNodes | |
[ 28%] Built target ClangARMNeon | |
[ 27%] Built target ClangAttrVisitor | |
[ 28%] Built target ClangDiagnosticIndexName | |
[ 28%] Built target ClangDiagnosticFrontend | |
[ 30%] Built target ClangDiagnosticParse | |
[ 30%] Built target ClangDiagnosticSerialization | |
[ 30%] Built target ClangDiagnosticLex | |
[ 30%] Built target ClangDiagnosticSema | |
[ 30%] Built target ClangDiagnosticCommon | |
[ 30%] Built target ClangAttrList | |
[ 30%] Built target ClangDiagnosticComment | |
[ 30%] Built target ClangDiagnosticAST | |
[ 30%] Built target ClangDiagnosticDriver | |
[ 30%] Built target ClangAttrHasAttributeImpl | |
[ 30%] Built target ClangDiagnosticGroups | |
[ 30%] Built target ClangAttrParserStringSwitches | |
[ 30%] Built target ClangDiagnosticAnalysis | |
[ 30%] Built target ClangAttrParsedAttrList | |
[ 30%] Built target ClangAttrTemplateInstantiate | |
[ 30%] Built target ClangAttrParsedAttrImpl | |
[ 30%] Built target ClangAttrSpellingListIndex | |
[ 30%] Built target ClangAttrParsedAttrKinds | |
[ 30%] Built target ClangAttrPCHWrite | |
[ 30%] Built target ClangAttrPCHRead | |
[ 30%] Built target ClangDriverOptions | |
[ 30%] Built target LLVMIRReader | |
[ 31%] Built target LLVMCore | |
[ 33%] Built target LLVMSelectionDAG | |
[ 34%] Built target LLVMAsmPrinter | |
[ 34%] Built target LLVMMIRParser | |
[ 34%] Built target LLVMGlobalISel | |
[ 34%] Built target LLVMBitReader | |
[ 34%] Built target LLVMBitWriter | |
[ 34%] Built target LLVMInstrumentation | |
[ 36%] Built target LLVMInstCombine | |
[ 39%] Built target LLVMTransformUtils | |
[ 39%] Built target LLVMVectorize | |
[ 40%] Built target LLVMipo | |
[ 40%] Built target LLVMHello | |
[ 40%] Built target LLVMObjCARCOpts | |
[ 43%] Built target LLVMScalarOpts | |
[ 43%] Built target LLVMCoroutines | |
[ 43%] Built target LLVMLinker | |
[ 45%] Built target LLVMLTO | |
[ 46%] Built target LLVMObject | |
[ 46%] Built target LLVMExecutionEngine | |
[ 54%] Built target LLVMCodeGen | |
[ 54%] Built target LLVMInterpreter | |
[ 54%] Built target LLVMMCJIT | |
[ 54%] Built target LLVMOrcJIT | |
[ 54%] Built target LLVMRuntimeDyld | |
[ 54%] Built target LLVMTarget | |
[ 56%] Built target X86CommonTableGen | |
[ 56%] Built target LLVMAsmParser | |
[ 60%] Built target LLVMAnalysis | |
[ 62%] Built target LLVMProfileData | |
[ 62%] Built target LLVMLibDriver | |
[ 63%] Built target LLVMCoverage | |
[ 63%] Built target LLVMPasses | |
[ 65%] Built target clangBasic | |
[ 66%] Built target clangLex | |
[ 66%] Built target clangParse | |
[ 66%] Built target clangASTMatchers | |
[ 66%] Built target clangDynamicASTMatchers | |
[ 69%] Built target clangAST | |
[ 71%] Built target clangAnalysis | |
[ 71%] Built target clangEdit | |
[ 71%] Built target clangRewrite | |
[ 72%] Built target clangSema | |
[ 74%] Built target clangDriver | |
[ 74%] Built target clangARCMigrate | |
[ 75%] Built target clangSerialization | |
[ 77%] Built target clangRewriteFrontend | |
[ 78%] Built target clangCodeGen | |
[ 78%] Built target clangFrontendTool | |
[ 80%] Built target clangFrontend | |
[ 80%] Built target clangTooling | |
[ 80%] Built target clangToolingCore | |
[ 80%] Built target clangIndex | |
[ 80%] Built target clangStaticAnalyzerFrontend | |
[ 81%] Built target clangFormat | |
[ 83%] Built target diagtool | |
[ 83%] Built target clang-offload-bundler | |
[ 83%] Built target clang-format | |
[ 86%] Built target clangStaticAnalyzerCore | |
[ 86%] Built target clang-import-test | |
[ 86%] Built target lli-child-target | |
[ 86%] Built target bugpoint | |
[ 86%] Built target llvm-as | |
[ 86%] Built target llvm-bcanalyzer | |
[ 86%] Built target llvm-cat | |
[ 86%] Built target llvm-cov | |
[ 86%] Built target llvm-dis | |
[ 86%] Built target llvm-diff | |
[ 86%] Built target llvm-dwarfdump | |
[ 86%] Built target llvm-extract | |
[ 86%] Built target llvm-link | |
[ 86%] Built target llvm-modextract | |
[ 86%] Built target llvm-opt-report | |
[ 86%] Built target llvm-readobj | |
[ 87%] Built target llvm-pdbdump | |
[ 89%] Built target clangStaticAnalyzerCheckers | |
[ 89%] Built target llvm-size | |
[ 89%] Built target llvm-split | |
[ 89%] Built target llvm-strings | |
[ 89%] Built target llvm-stress | |
[ 89%] Built target llvm-symbolizer | |
[ 89%] Built target obj2yaml | |
[ 89%] Built target verify-uselistorder | |
[ 89%] Built target sanstats | |
[ 90%] Built target yaml2obj | |
[ 90%] Built target LLVMX86AsmParser | |
[ 92%] Built target LLVMX86Disassembler | |
[ 92%] Built target LLVMX86AsmPrinter | |
[ 92%] Built target LLVMX86Utils | |
[ 92%] Built target LLVMX86Info | |
[ 92%] Built target LLVMX86Desc | |
[ 93%] Built target llvm-profdata | |
[ 93%] Built target arcmt-test | |
[ 93%] Built target BugpointPasses | |
[ 95%] Built target llvm-mc | |
[ 96%] Built target llvm-nm | |
[ 96%] Built target LLVMX86CodeGen | |
[ 96%] Built target llvm-objdump | |
[ 96%] Built target sancov | |
[ 96%] Built target llvm-ar | |
[ 96%] Built target LTO | |
[ 96%] Built target llvm-lto | |
[ 96%] Built target clang-check | |
[ 96%] Built target clang | |
[ 96%] Built target llvm-dsymutil | |
[ 96%] Built target llc | |
[ 98%] Built target libclang | |
[ 98%] Built target lli | |
[100%] Built target llvm-c-test | |
[100%] Built target llvm-cxxdump | |
[100%] Built target llvm-dwp | |
[100%] Built target llvm-lto2 | |
[100%] Built target llvm-rtdyld | |
[100%] Built target llvm-xray | |
[100%] Built target llvm-lib | |
[100%] Built target llvm-ranlib | |
[100%] Built target opt | |
[100%] Built target c-index-test | |
[100%] Built target c-arcmt-test | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/AllocatorList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/APFloat.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/APInt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/APSInt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ArrayRef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/BitmaskEnum.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/BitVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/CachedHashString.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/DAGDeltaAlgorithm.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/DeltaAlgorithm.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/DenseMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/DenseMapInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/DenseSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/DepthFirstIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/edit_distance.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/EpochTracker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/EquivalenceClasses.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/FoldingSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/GraphTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/Hashing.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ilist.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ilist_base.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ilist_iterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ilist_node.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ilist_node_base.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ilist_node_options.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ImmutableList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ImmutableMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ImmutableSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/IndexedMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/IntEqClasses.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/IntervalMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/IntrusiveRefCntPtr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/iterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/iterator_range.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/MapVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/None.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/Optional.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PackedVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PointerEmbeddedInt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PointerIntPair.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PointerSumType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PointerUnion.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PostOrderIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PriorityQueue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/PriorityWorklist.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SCCIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ScopedHashTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/ScopeExit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/Sequence.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SetOperations.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SetVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/simple_ilist.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SmallBitVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SmallPtrSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SmallSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SmallString.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SmallVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SparseBitVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SparseMultiSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/SparseSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/Statistic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/STLExtras.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/StringExtras.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/StringMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/StringRef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/StringSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/StringSwitch.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/TinyPtrVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/Triple.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/Twine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/UniqueVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ADT/VariadicFunction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/AliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/AliasAnalysisEvaluator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/AliasSetTracker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/AssumptionCache.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/BasicAliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/BlockFrequencyInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/BlockFrequencyInfoImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/BranchProbabilityInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CallGraph.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CallGraphSCCPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CallPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CaptureTracking.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CFG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CFGPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CFLAndersAliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CFLSteensAliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CGSCCPassManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/CodeMetrics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ConstantFolding.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DemandedBits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DependenceAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DivergenceAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DominanceFrontier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DominanceFrontierImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DomPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/DOTGraphTraitsPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/EHPersonalities.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/GlobalsModRef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/IndirectCallPromotionAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/IndirectCallSiteVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/InlineCost.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/InstructionSimplify.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/Interval.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/IntervalIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/IntervalPartition.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/IteratedDominanceFrontier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/IVUsers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LazyBlockFrequencyInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LazyBranchProbabilityInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LazyCallGraph.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LazyValueInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/Lint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/Loads.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopAccessAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopInfoImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopPassManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/LoopUnrollAnalyzer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/MemoryBuiltins.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/MemoryDependenceAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/MemoryLocation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ModuleSummaryAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ObjCARCAliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ObjCARCAnalysisUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ObjCARCInstKind.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/OptimizationDiagnosticInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/OrderedBasicBlock.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/Passes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/PHITransAddr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/PostDominators.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ProfileSummaryInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/PtrUseVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/RegionInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/RegionInfoImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/RegionIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/RegionPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/RegionPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ScalarEvolution.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ScalarEvolutionExpander.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ScalarEvolutionExpressions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ScalarEvolutionNormalization.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ScopedNoAliasAA.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/SparsePropagation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TargetFolder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TargetLibraryInfo.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TargetLibraryInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TargetTransformInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TargetTransformInfoImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/Trace.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TypeBasedAliasAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/TypeMetadataUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/ValueTracking.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Analysis/VectorUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/AsmParser | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/AsmParser/Parser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/AsmParser/SlotMapping.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/BitcodeReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/BitCodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/BitcodeWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/BitcodeWriterPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/BitstreamReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/BitstreamWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Bitcode/LLVMBitCodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/Analysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/AsmPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/AtomicExpandUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/BasicTTIImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/CalcSpillWeights.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/CallingConvLower.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/CommandFlags.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/DAGCombine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/DFAPacketizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/DIE.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/DIEValue.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/DwarfStringPoolEntry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/EdgeBundles.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/FastISel.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/FaultMaps.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/FunctionLoweringInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GCMetadata.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GCMetadataPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GCs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GCStrategy.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/CallLowering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/GISelAccessor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/InstructionSelect.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/InstructionSelector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/IRTranslator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/Legalizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/RegBankSelect.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/RegisterBank.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/Types.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/GlobalISel/Utils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/IntrinsicLowering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ISDOpcodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LatencyPriorityQueue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LexicalScopes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LinkAllAsmWriterComponents.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LinkAllCodegenComponents.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveInterval.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveIntervalAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveIntervalUnion.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LivePhysRegs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveRangeEdit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveRegMatrix.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveStackAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LiveVariables.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/LowLevelType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineBasicBlock.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineBlockFrequencyInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineBranchProbabilityInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineCombinerPattern.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineConstantPool.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineDominanceFrontier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineDominators.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineFrameInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineFunction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineFunctionInitializer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineFunctionPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineInstr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineInstrBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineInstrBundle.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineInstrBundleIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineJumpTableInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineLoopInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineMemOperand.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineModuleInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineModuleInfoImpls.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineOperand.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachinePassRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachinePostDominators.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineRegionInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineRegisterInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineScheduler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineSSAUpdater.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineTraceMetrics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachineValueType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MachORelocation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MIRParser | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MIRParser/MIRParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/MIRYamlMapping.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ParallelCG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/Passes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQP | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQP/CostAllocator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQP/Graph.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQP/Math.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQP/ReductionRules.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQP/Solution.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PBQPRAConstraint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PreISelIntrinsicLowering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/PseudoSourceValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RegAllocPBQP.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RegAllocRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RegisterClassInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RegisterPressure.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RegisterScavenging.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RegisterUsageInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ResourcePriorityQueue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/RuntimeLibcalls.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ScheduleDAG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ScheduleDAGInstrs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ScheduleDAGMutation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ScheduleDFS.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ScheduleHazardRecognizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/SchedulerRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ScoreboardHazardRecognizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/SelectionDAG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/SelectionDAGISel.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/SelectionDAGNodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/SelectionDAGTargetInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/SlotIndexes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/StackMaps.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/StackProtector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/TailDuplicator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/TargetPassConfig.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/TargetSchedule.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/UnreachableBlockElim.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ValueTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/ValueTypes.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/VirtRegMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/CodeGen/WinEHFuncInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CodeView.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CodeViewError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CVDebugRecord.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CVRecord.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CVSymbolTypes.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/EnumTables.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/FunctionId.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/Line.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/ModuleSubstream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/RecordSerialization.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolDumper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolRecord.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolSerializer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeDeserializer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeDumper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeIndex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeRecord.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeRecords.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeSerializer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DIContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFDie.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFFormValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFSection.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFUnit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/ByteStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/IMSFFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/MappedBlockStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/MSFBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/MSFCommon.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/MSFError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/MSFStreamLayout.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/SequencedItemStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/StreamArray.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/StreamInterface.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/StreamReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/StreamRef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/MSF/StreamWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIAError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIASession.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/DIA/DIASupport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/GenericError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/IPDBDataStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/IPDBLineNumber.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/IPDBSession.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/IPDBSourceFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDB.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBExtras.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolData.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolExe.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBSymDumper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/PDBTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/DbiStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/EnumTables.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/Hash.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/InfoStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/ModInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/ModStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/NameHashTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/NameMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/PDBFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/RawConstants.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/RawError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/RawSession.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/RawTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/TpiHashing.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/TpiStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/Symbolize | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/Symbolize/DIPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/DebugInfo/Symbolize/Symbolize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Demangle | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Demangle/Demangle.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/ExecutionEngine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/GenericValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Interpreter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/JITEventListener.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/JITSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/MCJIT.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/ObjectCache.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/OProfileWrapper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/CompileUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/LambdaResolver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/NullResolver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/OrcABISupport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/OrcError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/RawByteChannel.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/RPCSerialization.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/Orc/RPCUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/OrcMCJITReplacement.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/RTDyldMemoryManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/RuntimeDyld.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/RuntimeDyldChecker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ExecutionEngine/SectionMemoryManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/InitializePasses.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Argument.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/AssemblyAnnotationWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Attributes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Attributes.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/AutoUpgrade.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/BasicBlock.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/CallingConv.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/CallSite.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/CFG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Comdat.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Constant.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ConstantFolder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ConstantRange.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Constants.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DataLayout.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DebugInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DebugInfoFlags.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DebugInfoMetadata.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DebugLoc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DerivedTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DiagnosticInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DiagnosticPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/DIBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Dominators.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Function.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GetElementPtrTypeIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GlobalAlias.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GlobalIFunc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GlobalIndirectSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GlobalObject.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GlobalValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GlobalVariable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/GVMaterializer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/InlineAsm.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/InstIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/InstrTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Instruction.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Instruction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Instructions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/InstVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicInst.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Intrinsics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Intrinsics.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsAArch64.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsAMDGPU.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsARM.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsBPF.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsHexagon.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsMips.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsNVVM.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsPowerPC.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsSystemZ.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsWebAssembly.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsX86.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IntrinsicsXCore.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IRBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/IRPrintingPasses.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/LegacyPassManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/LegacyPassManagers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/LegacyPassNameParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/LLVMContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Mangler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/MDBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Metadata.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Metadata.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Module.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ModuleSlotTracker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ModuleSummaryIndex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/NoFolder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/OperandTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Operator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/OptBisect.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/PassManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/PassManagerInternal.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/PatternMatch.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/PredIteratorCache.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ProfileSummary.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Statepoint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/SymbolTableListTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/TrackingMDRef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Type.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/TypeBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/TypeFinder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Use.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/UseListOrder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/User.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Value.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Value.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ValueHandle.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ValueMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/ValueSymbolTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Verifier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IRReader | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IRReader/IRReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LibDriver | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LibDriver/LibDriver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LineEditor | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LineEditor/LineEditor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LinkAllIR.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LinkAllPasses.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Linker | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Linker/IRMover.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Linker/Linker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/Caching.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/Config.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/legacy | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/legacy/LTOCodeGenerator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/legacy/LTOModule.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/legacy/UpdateCompilerUsed.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/LTO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/LTO/LTOBackend.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/ConstantPools.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/LaneBitmask.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MachineLocation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAsmBackend.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAsmInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAsmInfoCOFF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAsmInfoDarwin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAsmInfoELF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAsmLayout.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCAssembler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCCodeEmitter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCCodeView.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDirectives.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDisassembler | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDisassembler/MCDisassembler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDisassembler/MCRelocationInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDisassembler/MCSymbolizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCDwarf.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCELFObjectWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCELFStreamer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCExpr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCFixedLenDisassembler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCFixup.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCFixupKindInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCFragment.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInst.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInstBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInstPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInstrAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInstrDesc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInstrInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCInstrItineraries.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCLabel.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCLinkerOptimizationHint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCMachObjectWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCObjectFileInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCObjectStreamer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCObjectWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/AsmCond.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/AsmLexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/MCAsmLexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/MCAsmParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/MCAsmParserExtension.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/MCAsmParserUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/MCParsedAsmOperand.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCParser/MCTargetAsmParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCRegisterInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSchedule.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSection.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSectionCOFF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSectionELF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSectionMachO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCStreamer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSubtargetInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSymbolCOFF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSymbolELF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCSymbolMachO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCTargetOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCTargetOptionsCommandFlags.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCWin64EH.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCWinCOFFObjectWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCWinCOFFStreamer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/MCWinEH.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/SectionKind.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/StringTableBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/MC/SubtargetFeature.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/Archive.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ArchiveWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/Binary.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/COFF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/COFFImportFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ELF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ELFObjectFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ELFTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/Error.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/IRObjectFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/MachO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/MachOUniversal.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ModuleSummaryIndexObjectFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ModuleSymbolTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/ObjectFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/RelocVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/StackMapParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/SymbolicFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/SymbolSize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Object/Wasm.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML/COFFYAML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML/DWARFYAML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML/ELFYAML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML/MachOYAML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML/ObjectYAML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ObjectYAML/YAML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option/Arg.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option/ArgList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option/Option.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option/OptParser.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option/OptSpecifier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Option/OptTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Pass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/PassAnalysisSupport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Passes | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Passes/PassBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/PassInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/PassRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/PassSupport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/Coverage | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/Coverage/CoverageMapping.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/Coverage/CoverageMappingReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/InstrProf.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/InstrProfData.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/InstrProfReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/InstrProfWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/ProfileCommon.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/SampleProf.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/SampleProfReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/ProfileData/SampleProfWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/AArch64TargetParser.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/AlignOf.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Allocator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ARMBuildAttributes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ARMEHABI.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ARMTargetParser.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ARMWinEH.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ArrayRecycler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Atomic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/AtomicOrdering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/BlockFrequency.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/BranchProbability.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/CachePruning.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Capacity.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Casting.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/CBindingWrapping.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Chrono.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/circular_raw_ostream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/CodeGen.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/CodeGenCWrappers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/COFF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/COM.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/CommandLine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Compiler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Compression.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ConvertUTF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/CrashRecoveryContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/DataExtractor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Debug.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/DOTGraphTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Dwarf.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Dwarf.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/DynamicLibrary.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELF.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/AArch64.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/AMDGPU.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/ARM.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/AVR.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/BPF.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/Hexagon.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/i386.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/Lanai.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/Mips.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/PowerPC.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/PowerPC64.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/RISCV.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/Sparc.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/SystemZ.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/WebAssembly.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ELFRelocs/x86_64.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Endian.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/EndianStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Errc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Errno.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Error.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ErrorHandling.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ErrorOr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FileOutputBuffer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FileSystem.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FileUtilities.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Format.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FormatAdapters.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FormatCommon.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FormatProviders.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FormattedStream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FormatVariadic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/FormatVariadicDetails.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/GCOV.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/GenericDomTree.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/GenericDomTreeConstruction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/GlobPattern.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/GraphWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Host.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/JamCRC.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/LEB128.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/LICENSE.TXT | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/LineIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Locale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/LockFileManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MachO.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MachO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ManagedStatic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MathExtras.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MD5.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Memory.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MemoryBuffer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MipsABIFlags.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Mutex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/MutexGuard.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/NativeFormatting.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/OnDiskHashTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Options.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Path.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/PluginLoader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/PointerLikeTypeTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/PrettyStackTrace.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Printable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Process.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Program.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/RandomNumberGenerator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/raw_os_ostream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/raw_ostream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/raw_sha1_ostream.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Recycler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/RecyclingAllocator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Regex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Registry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/RWMutex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SaveAndRestore.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ScaledNumber.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ScopedPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SHA1.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Signals.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SMLoc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Solaris.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SourceMgr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SpecialCaseList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/StringPool.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/StringSaver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SwapByteOrder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/SystemUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/TargetParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/TargetRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/TargetSelect.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/thread.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Threading.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ThreadLocal.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ThreadPool.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Timer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/ToolOutputFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/TrailingObjects.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/TrigramIndex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/type_traits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/TypeName.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Unicode.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/UnicodeCharRanges.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/UniqueLock.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Valgrind.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Wasm.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Watchdog.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/Win64EH.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/WindowsError.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/xxhash.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/YAMLParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/YAMLTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/Error.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/Main.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/Record.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/SearchableTable.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/SetTheory.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/StringMatcher.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/StringToOffsetTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/TableGen/TableGenBackend.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/CostTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/GenericOpcodes.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/Target.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetCallingConv.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetCallingConv.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetFrameLowering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetGlobalISel.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetInstrInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetIntrinsicInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetItinerary.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetLowering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetLoweringObjectFile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetMachine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetOpcodes.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetOpcodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetRegisterInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetSchedule.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetSelectionDAG.td | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Target/TargetSubtargetInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Coroutines.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/GCOVProfiler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/InstCombine | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/InstCombine/InstCombine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/InstCombine/InstCombineWorklist.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/InstrProfiling.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Instrumentation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/AlwaysInliner.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/ConstantMerge.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/CrossDSOCFI.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/DeadArgumentElimination.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/ElimAvailExtern.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/ForceFunctionAttrs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/FunctionAttrs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/FunctionImport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/GlobalDCE.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/GlobalOpt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/GlobalSplit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/InferFunctionAttrs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/Inliner.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/Internalize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/LowerTypeTests.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/PartialInlining.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/PassManagerBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/SCCP.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/StripDeadPrototypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO/WholeProgramDevirt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/IPO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/ObjCARC.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/PGOInstrumentation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/SampleProfile.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/ADCE.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/BDCE.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/ConstantHoisting.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/DCE.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/DeadStoreElimination.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/EarlyCSE.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/Float2Int.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/GuardWidening.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/GVN.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/GVNExpression.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/IndVarSimplify.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/JumpThreading.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LICM.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopDataPrefetch.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopDeletion.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopDistribute.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopInstSimplify.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopRotation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopStrengthReduce.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LoopUnrollPass.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LowerAtomic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/MemCpyOptimizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/NaryReassociate.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/NewGVN.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/Reassociate.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/SCCP.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/SimplifyCFG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/Sink.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/SpeculativeExecution.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/SROA.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar/TailRecursionElimination.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Scalar.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/AddDiscriminators.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/ASanStackFrameLayout.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/BasicBlockUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/BreakCriticalEdges.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/BuildLibCalls.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/BypassSlowDivision.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/Cloning.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/CmpInstAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/CodeExtractor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/CtorUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/EscapeEnumerator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/Evaluator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/FunctionComparator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/FunctionImportUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/GlobalStatus.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/IntegerDivision.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/LCSSA.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/Local.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/LoopSimplify.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/LoopUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/LoopVersioning.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/LowerInvoke.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/Mem2Reg.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/MemorySSA.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/ModuleUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/NameAnonGlobals.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/PromoteMemToReg.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SanitizerStats.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SimplifyIndVar.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SimplifyInstructions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SimplifyLibCalls.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SplitModule.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SSAUpdater.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SSAUpdaterImpl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/SymbolRewriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/UnrollLoop.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Utils/ValueMapper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Vectorize | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Vectorize/LoopVectorize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Vectorize/SLPVectorizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Transforms/Vectorize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Analysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/BitReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/BitWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Core.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Disassembler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/ErrorHandling.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/ExecutionEngine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Initialization.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/IRReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Linker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/LinkTimeOptimizer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/lto.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Object.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/OrcBindings.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Support.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Target.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/TargetMachine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Transforms | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Transforms/IPO.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Transforms/PassManagerBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Transforms/Scalar.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Transforms/Vectorize.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/Types.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config/abi-breaking.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config/AsmParsers.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config/AsmPrinters.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config/Disassemblers.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config/llvm-config.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Config/Targets.def | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Attributes.gen | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/IR/Intrinsics.gen | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm/Support/DataTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMDemangle.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMSupport.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMTableGen.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-tblgen | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMCore.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMIRReader.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMCodeGen.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMSelectionDAG.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMAsmPrinter.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMMIRParser.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMGlobalISel.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMBitReader.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMBitWriter.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMTransformUtils.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMInstrumentation.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMInstCombine.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMScalarOpts.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMipo.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMVectorize.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/LLVMHello.dylib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMObjCARCOpts.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMCoroutines.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMLinker.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMAnalysis.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMLTO.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMMC.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMMCParser.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMMCDisassembler.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMObject.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMObjectYAML.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMOption.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMDebugInfoDWARF.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMDebugInfoMSF.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMDebugInfoCodeView.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMDebugInfoPDB.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMSymbolize.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMExecutionEngine.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMInterpreter.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMMCJIT.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMOrcJIT.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMRuntimeDyld.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMTarget.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86CodeGen.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86AsmParser.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86Disassembler.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86AsmPrinter.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86Desc.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86Info.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMX86Utils.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMAsmParser.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMLineEditor.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMProfileData.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMCoverage.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMPasses.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLLVMLibDriver.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/. | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__bit_reference | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__bsd_locale_defaults.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__bsd_locale_fallbacks.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__debug | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__functional_03 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__functional_base | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__functional_base_03 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__hash_table | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__libcpp_version | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__locale | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__mutex_base | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__nullptr | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__refstring | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__split_buffer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__sso_allocator | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__std_stream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__string | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__threading_support | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__tree | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__tuple | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./__undef_macros | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./algorithm | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./any | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./array | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./atomic | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./bitset | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cassert | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ccomplex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cctype | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cerrno | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cfenv | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cfloat | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./chrono | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cinttypes | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ciso646 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./climits | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./clocale | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cmath | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./codecvt | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./complex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./complex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./condition_variable | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./csetjmp | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./csignal | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstdarg | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstdbool | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstddef | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstdint | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstdio | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstdlib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cstring | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ctgmath | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ctime | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ctype.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cwchar | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./cwctype | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./deque | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./errno.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./exception | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/__config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/__memory | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/algorithm | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/any | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/chrono | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/coroutine | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/deque | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/dynarray | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/filesystem | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/forward_list | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/functional | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/iterator | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/list | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/map | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/memory_resource | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/numeric | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/optional | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/propagate_const | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/ratio | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/regex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/set | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/string | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/string_view | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/system_error | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/tuple | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/type_traits | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/unordered_map | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/unordered_set | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/utility | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./experimental/vector | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ext | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ext/__hash | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ext/hash_map | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ext/hash_set | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./float.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./forward_list | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./fstream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./functional | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./future | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./initializer_list | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./inttypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./iomanip | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ios | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./iosfwd | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./iostream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./istream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./iterator | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./limits | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./limits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./list | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./locale | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./locale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./map | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./math.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./memory | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./module.modulemap | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./mutex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./new | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./numeric | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./optional | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ostream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./queue | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./random | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./ratio | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./regex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./scoped_allocator | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./set | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./setjmp.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./shared_mutex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./sstream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stack | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stdbool.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stddef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stdexcept | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stdint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stdio.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./stdlib.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./streambuf | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./string | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./string.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./string_view | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./strstream | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/android | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/android/locale_bionic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/fuchsia | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/fuchsia/xlocale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/ibm | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/ibm/limits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/ibm/locale_mgmt_aix.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/ibm/support.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/ibm/xlocale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/musl | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/musl/xlocale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/newlib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/newlib/xlocale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/solaris | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/solaris/floatingpoint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/solaris/wchar.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/solaris/xlocale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/win32 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/win32/limits_msvc_win32.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/win32/locale_win32.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/xlocale | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/xlocale/__nop_locale_mgmt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/xlocale/__posix_l_fallback.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/xlocale/__strtonum_fallback.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./support/xlocale/xlocale.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./system_error | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./tgmath.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./thread | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./tuple | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./type_traits | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./typeindex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./typeinfo | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./unordered_map | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./unordered_set | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./utility | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./valarray | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./variant | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./vector | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./wchar.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/c++/v1/./wctype.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++.1.0.dylib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++.1.dylib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++.dylib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++.a(functional.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++.a(typeinfo.cpp.o) has no symbols | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libc++experimental.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/llvm-c/lto.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-ar | |
Creating llvm-ranlib | |
Creating llvm-lib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-lto | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-profdata | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/Consumed.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/Dominators.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/FormatString.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/LiveVariables.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/OSLog.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/PostOrderCFGView.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ReachableCode.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafety.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafetyCommon.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafetyLogical.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafetyOps.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/ThreadSafetyUtil.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Analyses/UninitializedValues.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/AnalysisContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/AnalysisDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/CallGraph.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/CFG.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/CFGStmtMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/CloneDetection.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/CodeInjector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/DomainSpecific | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/DomainSpecific/CocoaConventions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/FlowSensitive | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/FlowSensitive/DataflowValues.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/ProgramPoint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Support | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Analysis/Support/BumpVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ARCMigrate | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ARCMigrate/ARCMT.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ARCMigrate/ARCMTActions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ARCMigrate/FileRemapper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/APValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/AST.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTFwd.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTImporter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTLambda.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTMutationListener.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTTypeTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTUnresolvedSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ASTVector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Attr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/AttrIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Availability.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/BaseSubobject.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/BuiltinTypes.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CanonicalType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CharUnits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Comment.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentBriefParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentCommandTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentLexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentSema.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CXXInheritance.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Decl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclAccessPair.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclarationName.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclBase.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclContextInternals.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclCXX.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclFriend.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclGroup.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclLookups.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclObjC.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclOpenMP.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclTemplate.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DependentDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/EvaluatedExprVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Expr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ExprCXX.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ExprObjC.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ExprOpenMP.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ExternalASTSource.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/GlobalDecl.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/LambdaCapture.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/LocInfoType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Mangle.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/MangleNumberingContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/NestedNameSpecifier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/NSAPI.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/OpenMPClause.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/OperationKinds.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/OperationKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/ParentMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/PrettyPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/RawCommentList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/RecordLayout.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/RecursiveASTVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Redeclarable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/SelectorLocationsKind.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Stmt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtCXX.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtGraphTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtIterator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtObjC.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtOpenMP.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TemplateBase.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TemplateName.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Type.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TypeLoc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TypeLocNodes.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TypeLocVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TypeNodes.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TypeOrdering.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/TypeVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/UnresolvedSet.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/VTableBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/VTTBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/ASTMatchers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/ASTMatchersInternal.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/ASTMatchersMacros.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/ASTMatchFinder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/Dynamic | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/Dynamic/Diagnostics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/Dynamic/Parser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/Dynamic/Registry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/ASTMatchers/Dynamic/VariantValue.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/ABI.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/AddressSpaces.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/AllDiagnostics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Attributes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/AttrKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Builtins.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Builtins.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsAArch64.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsAMDGPU.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsARM.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsHexagon.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsLe64.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsMips.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsNEON.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsNVPTX.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsPPC.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsSystemZ.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsWebAssembly.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsX86.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsX86_64.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/BuiltinsXCore.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/CapturedStmt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/CharInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/CommentOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Cuda.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DebugInfoOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Diagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticCategories.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticIDs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticOptions.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/ExceptionSpecificationType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/ExpressionTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/FileManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/FileSystemOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/FileSystemStatCache.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/IdentifierTable.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Lambda.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/LangOptions.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/LangOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Linkage.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/LLVM.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/MacroBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Module.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/ObjCRuntime.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OpenCLExtensions.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OpenCLImageTypes.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OpenCLOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OpenMPKinds.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OpenMPKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OperatorKinds.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OperatorKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/OperatorPrecedence.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/PartialDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/PlistSupport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/PragmaKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/PrettyStackTrace.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/SanitizerBlacklist.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Sanitizers.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Sanitizers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/SourceLocation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/SourceManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/SourceManagerInternals.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Specifiers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TargetBuiltins.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TargetCXXABI.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TargetInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TargetOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TemplateKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TokenKinds.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TokenKinds.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/TypeTraits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Version.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/VersionTuple.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/VirtualFileSystem.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Visibility.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/BackendUtil.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/CGFunctionInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/CodeGenABITypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/CodeGenAction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/ModuleBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/ObjectFilePCHContainerOperations.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/CodeGen/SwiftCallingConv.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Action.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Compilation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Distro.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Driver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/DriverDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Job.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Multilib.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Options.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Phases.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/SanitizerArgs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Tool.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/ToolChain.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Types.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Types.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Util.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Edit | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Edit/Commit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Edit/EditedSource.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Edit/EditsReceiver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Edit/FileOffset.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Edit/Rewriters.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Format | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Format/Format.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/ASTConsumers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/ASTUnit.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/ChainedDiagnosticConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/CodeGenOptions.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/CodeGenOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/CommandLineSourceLoc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/CompilerInstance.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/CompilerInvocation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/DependencyOutputOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/DiagnosticRenderer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/FrontendAction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/FrontendActions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/FrontendDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/FrontendOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/FrontendPluginRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/LangStandard.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/LangStandards.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/LayoutOverrideSource.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/LogDiagnosticPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/MigratorOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/MultiplexConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/PCHContainerOperations.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/PreprocessorOutputOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/SerializedDiagnosticPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/SerializedDiagnosticReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/SerializedDiagnostics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/TextDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/TextDiagnosticBuffer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/TextDiagnosticPrinter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/Utils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Frontend/VerifyDiagnosticConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/FrontendTool | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/FrontendTool/Utils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index/CodegenNameGenerator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index/CommentToXML.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index/IndexDataConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index/IndexingAction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index/IndexSymbol.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Index/USRGeneration.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/CodeCompletionHandler.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/DirectoryLookup.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/ExternalPreprocessorSource.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/HeaderMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/HeaderMapTypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/HeaderSearch.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/HeaderSearchOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/LexDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/Lexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/LiteralSupport.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/MacroArgs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/MacroInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/ModuleLoader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/ModuleMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/MultipleIncludeOpt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PPCallbacks.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PPConditionalDirectiveRecord.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/Pragma.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PreprocessingRecord.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/Preprocessor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PreprocessorLexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PreprocessorOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PTHLexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/PTHManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/ScratchBuffer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/Token.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/TokenConcatenation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Lex/TokenLexer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Parse | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Parse/ParseAST.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Parse/ParseDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Parse/Parser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core/DeltaTree.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core/HTMLRewrite.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core/RewriteBuffer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core/Rewriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core/RewriteRope.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Core/TokenRewriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Frontend | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Frontend/ASTConsumers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Frontend/FixItRewriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Frontend/FrontendActions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Rewrite/Frontend/Rewriters.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AnalysisBasedWarnings.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AttributeList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/CleanupInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/CodeCompleteConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/CodeCompleteOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/CXXFieldCollector.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/DeclSpec.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/DelayedDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Designator.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/ExternalSemaSource.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/IdentifierResolver.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Initialization.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Lookup.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/LoopHint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/MultiplexExternalSemaSource.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/ObjCMethodList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Overload.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Ownership.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/ParsedTemplate.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/PrettyDeclStackTrace.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Scope.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/ScopeInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Sema.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/SemaConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/SemaDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/SemaFixItUtils.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/SemaInternal.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/SemaLambda.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Template.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/TemplateDeduction.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/TypoCorrection.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/Weak.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ASTBitCodes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ASTDeserializationListener.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ASTReader.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ASTWriter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ContinuousRangeMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/GlobalModuleIndex.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/Module.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ModuleFileExtension.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/ModuleManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/SerializationDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers/SValExplainer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/Analyses.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/BugReporter | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/Checker.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/CheckerManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/CheckerRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/IssueHash.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Frontend | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Frontend/FrontendActions.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/ArgumentsAdjusters.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/CommonOptionsParser.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/CompilationDatabase.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/CompilationDatabasePluginRegistry.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/Core | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/Core/Lookup.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/Core/QualTypeNames.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/Core/Replacement.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/FileMatchTrie.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/FixIt.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/JSONCompilationDatabase.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/Refactoring.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/RefactoringCallbacks.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/ReplacementsYaml.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Tooling/Tooling.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/BuildSystem.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/CXCompilationDatabase.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/CXErrorCode.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/CXString.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/Documentation.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/Index.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/Platform.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/AttrDump.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/AttrImpl.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/Attrs.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/AttrVisitor.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentCommandInfo.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentCommandList.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentHTMLNamedCharacterReferences.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentHTMLTags.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentHTMLTagsProperties.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/CommentNodes.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/DeclNodes.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/AST/StmtNodes.inc | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/arm_neon.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/AttrHasAttributeImpl.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/AttrList.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticAnalysisKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticASTKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticCommentKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticCommonKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticDriverKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticFrontendKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticGroups.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticIndexName.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticLexKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticParseKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticSemaKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/DiagnosticSerializationKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Basic/Version.inc | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Config | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Config/config.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Driver/Options.inc | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Parse | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Parse/AttrParserStringSwitches.inc | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AttrParsedAttrImpl.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AttrParsedAttrKinds.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AttrParsedAttrList.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AttrSpellingListIndex.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Sema/AttrTemplateInstantiate.inc | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/AttrPCHRead.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/Serialization/AttrPCHWrite.inc | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang/StaticAnalyzer/Checkers/Checkers.inc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/adxintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/altivec.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/ammintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/arm_acle.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/armintr.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx2intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512bwintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512cdintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512dqintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512erintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512fintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512ifmaintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512ifmavlintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512pfintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512vbmiintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512vbmivlintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512vlbwintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512vlcdintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512vldqintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avx512vlintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/avxintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/bmi2intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/bmiintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__clang_cuda_builtin_vars.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__clang_cuda_cmath.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__clang_cuda_complex_builtins.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__clang_cuda_intrinsics.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__clang_cuda_math_forward_declares.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__clang_cuda_runtime_wrapper.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/cpuid.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/clflushoptintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/emmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/f16cintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/float.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/fma4intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/fmaintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/fxsrintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/htmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/htmxlintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/ia32intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/immintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/inttypes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/iso646.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/limits.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/lzcntintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/mm3dnow.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/mmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/mm_malloc.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/module.modulemap | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/msa.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/mwaitxintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/nmmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/opencl-c.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/pkuintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/pmmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/popcntintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/prfchwintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/rdseedintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/rtmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/s390intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/shaintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/smmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stdalign.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stdarg.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stdatomic.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stdbool.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stddef.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__stddef_max_align_t.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stdint.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/stdnoreturn.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/tbmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/tgmath.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/tmmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/unwind.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/vadefs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/varargs.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/vecintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/wmmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__wmmintrin_aes.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/__wmmintrin_pclmul.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/x86intrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xmmintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xopintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xsavecintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xsaveintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xsaveoptintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xsavesintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/xtestintrin.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/arm_neon.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/cuda_wrappers/algorithm | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/cuda_wrappers/complex | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/clang/4.0.0/include/cuda_wrappers/new | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangBasic.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangLex.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangParse.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangAST.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangASTMatchers.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangDynamicASTMatchers.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangSema.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangCodeGen.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangAnalysis.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangEdit.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangRewrite.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangARCMigrate.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangDriver.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangSerialization.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangFrontend.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangRewriteFrontend.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangFrontendTool.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangTooling.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangToolingCore.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangIndex.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangStaticAnalyzerCore.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangStaticAnalyzerCheckers.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangStaticAnalyzerFrontend.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclangFormat.a | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/clang-4.0 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/clang | |
Creating clang++ | |
Creating clang-cl | |
Creating clang-cpp | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/clang-format | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/clang/clang-format-bbedit.applescript | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/clang/clang-format-diff.py | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/clang/clang-format-sublime.py | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/clang/clang-format.el | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/clang/clang-format.py | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/git-clang-format | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/clang-import-test | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/clang-offload-bundler | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/c-index-test | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/clang-check | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/scan-build | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/set-xcode-analyzer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/libexec/ccc-analyzer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/libexec/c++-analyzer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/man/man1/scan-build.1 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-build/scanview.css | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-build/sorttable.js | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/scan-view | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-view/ScanView.py | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-view/Reporter.py | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-view/startfile.py | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-view/FileRadar.scpt | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-view/GetRadarVersion.scpt | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/share/scan-view/bugcatcher.ico | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libclang.dylib | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/BuildSystem.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/CXCompilationDatabase.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/CXErrorCode.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/CXString.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/Documentation.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/Index.h | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include/clang-c/Platform.h | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/clang/ClangTargets.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/clang/ClangTargets-release.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/clang/ClangConfig.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/bugpoint | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/BugpointPasses.dylib | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-dsymutil | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/lli | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-as | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-bcanalyzer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-c-test | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-cat | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-cov | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-cxxdump | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-cxxfilt | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-diff | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-dis | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-dwarfdump | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-dwp | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-extract | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-link | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-lto2 | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-mc | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-mcmarkup | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-modextract | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-nm | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-objdump | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-opt-report | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-pdbdump | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-readobj | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-rtdyld | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-size | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-split | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-stress | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-strings | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-symbolizer | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-xray | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/obj2yaml | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/opt | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/sancov | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/sanstats | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/verify-uselistorder | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/yaml2obj | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/LLVMExports.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/LLVMExports-release.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/LLVMConfig.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/LLVMConfigVersion.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/LLVM-Config.cmake | |
-- Up-to-date: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/. | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./AddLLVM.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./AddLLVMDefinitions.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./AddOCaml.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./AddSphinxTarget.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./CheckAtomic.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./CheckCompilerVersion.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./ChooseMSVCCRT.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./CrossCompile.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./DetermineGCCCompatible.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./FindOCaml.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./FindSphinx.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./GenerateVersionFromCVS.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./GetSVN.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./HandleLLVMOptions.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./HandleLLVMStdlib.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./LLVMExternalProjectUtils.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./LLVMInstallSymlink.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./LLVMProcessSources.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./TableGen.cmake | |
-- Installing: /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/cmake/llvm/./VersionFromVCS.cmake | |
make subBundle | |
IF YOU GOT HERE EVERYTHING IS GOING TO BE JUST FINE!!! | |
PROCEED WITH CONFIDENCE TO BUILD CLASP!!! |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-06-26 14:35:47 -0700 | |
./waf | |
configure | |
update_submodules | |
build_cboehm | |
Setting top to : /private/tmp/clasp-cl-20170626-27086-2l4llv | |
Setting out to : /private/tmp/clasp-cl-20170626-27086-2l4llv/build | |
Checking for waf version in 1.7.5-2.0.0 : ok | |
externals = |/private/tmp/clasp-cl-20170626-27086-2l4llv/externals| | |
PATH has been prefixed with '/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/' | |
Hello there - check externals-clasp from here | |
externals = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals | |
LLVM_CONFIG_DEBUG_PATH is not defined | |
LLVM_CONFIG_BINARY = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
Checking for program 'git' : /usr/local/Homebrew/Library/Homebrew/shims/super/git | |
cfg.env['LTO_OPTION'] = [] | |
default cfg.env.LTO_OPTION = [] | |
default cfg.env.LTO_FLAG = -flto=thin | |
LLVM_CONFIG_BINARY = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
Checking for program 'sbcl' : /usr/local/opt/sbcl/bin/sbcl | |
Checking for 'clang++' (C++ compiler) : clang++ | |
Checking for 'clang' (C compiler) : clang | |
Checking for library ['gmpxx', 'gmp'] : yes | |
Checking for static library gc : yes | |
Checking for library z : yes | |
Checking for library ncurses : yes | |
Checking for library m : yes | |
Checking for static library ['boost_filesystem', 'boost_date_time', 'boost_program_options', 'boost_system', 'boost_iostreams'] : yes | |
subdirectories dir = ['wscript'] | |
extensions subdirs = [] | |
cfg.extensions_names = [] | |
About to recurse into | |
After recurse cfg.extensions_names = [] | |
cfg.extensions_names before sort = [] | |
cfg.extensions_names after sort = [] | |
clasp_gc_filename = clasp_gc.cc | |
LLVM_CONFIG_BINARY = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
run_llvm_config_for_libs LLVM_CONFIG_BINARY_FOR_LIBS = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
llvm_lib_dir = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib | |
run_llvm_config_for_libs LLVM_CONFIG_BINARY_FOR_LIBS = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
Checking for library ['LLVMLTO', 'LLVMPasses', 'LLVMObjCARCOpts', 'LLVMSymbolize', 'LLVMDebugInfoPDB', 'LLVMDebugInfoDWARF', 'LLVMCoverage', 'LLVMTableGen', 'LLVMLineEditor', 'LLVMOrcJIT', 'LLVMMIRParser', 'LLVMObjectYAML', 'LLVMLibDriver', 'LLVMOption', 'LLVMX86Disassembler', 'LLVMX86AsmParser', 'LLVMX86CodeGen', 'LLVMGlobalISel', 'LLVMSelectionDAG', 'LLVMAsmPrinter', 'LLVMDebugInfoCodeView', 'LLVMDebugInfoMSF', 'LLVMX86Desc', 'LLVMMCDisassembler', 'LLVMX86Info', 'LLVMX86AsmPrinter', 'LLVMX86Utils', 'LLVMMCJIT', 'LLVMInterpreter', 'LLVMExecutionEngine', 'LLVMRuntimeDyld', 'LLVMCodeGen', 'LLVMTarget', 'LLVMCoroutines', 'LLVMipo', 'LLVMInstrumentation', 'LLVMVectorize', 'LLVMScalarOpts', 'LLVMLinker', 'LLVMIRReader', 'LLVMAsmParser', 'LLVMInstCombine', 'LLVMTransformUtils', 'LLVMBitWriter', 'LLVMAnalysis', 'LLVMObject', 'LLVMMCParser', 'LLVMMC', 'LLVMBitReader', 'LLVMProfileData', 'LLVMCore', 'LLVMSupport', 'LLVMDemangle'] : yes | |
Checking for library ['clangASTMatchers', 'clangDynamicASTMatchers', 'clangIndex', 'clangTooling', 'clangFormat', 'clangToolingCore', 'clangBasic', 'clangCodeGen', 'clangDriver', 'clangFrontend', 'clangFrontendTool', 'clangCodeGen', 'clangRewriteFrontend', 'clangARCMigrate', 'clangStaticAnalyzerFrontend', 'clangFrontend', 'clangDriver', 'clangParse', 'clangSerialization', 'clangSema', 'clangEdit', 'clangStaticAnalyzerCheckers', 'clangStaticAnalyzerCore', 'clangAnalysis', 'clangAST', 'clangRewrite', 'clangLex', 'clangBasic'] : yes | |
run_llvm_config_for_libs LLVM_CONFIG_BINARY_FOR_LIBS = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
llvm_include_dir = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/include | |
cfg.env['DEST_OS'] == darwin | |
LLVM_CONFIG_BINARY = /private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/bin/llvm-config | |
cfg.env.STLIB = ['boost_filesystem', 'boost_date_time', 'boost_program_options', 'boost_system', 'boost_iostreams'] | |
cfg.env.LIB = ['clangASTMatchers', 'clangDynamicASTMatchers', 'clangIndex', 'clangTooling', 'clangFormat', 'clangToolingCore', 'clangBasic', 'clangCodeGen', 'clangDriver', 'clangFrontend', 'clangFrontendTool', 'clangCodeGen', 'clangRewriteFrontend', 'clangARCMigrate', 'clangStaticAnalyzerFrontend', 'clangFrontend', 'clangDriver', 'clangParse', 'clangSerialization', 'clangSema', 'clangEdit', 'clangStaticAnalyzerCheckers', 'clangStaticAnalyzerCore', 'clangAnalysis', 'clangAST', 'clangRewrite', 'clangLex', 'clangBasic', 'LLVMLTO', 'LLVMPasses', 'LLVMObjCARCOpts', 'LLVMSymbolize', 'LLVMDebugInfoPDB', 'LLVMDebugInfoDWARF', 'LLVMCoverage', 'LLVMTableGen', 'LLVMLineEditor', 'LLVMOrcJIT', 'LLVMMIRParser', 'LLVMObjectYAML', 'LLVMLibDriver', 'LLVMOption', 'LLVMX86Disassembler', 'LLVMX86AsmParser', 'LLVMX86CodeGen', 'LLVMGlobalISel', 'LLVMSelectionDAG', 'LLVMAsmPrinter', 'LLVMDebugInfoCodeView', 'LLVMDebugInfoMSF', 'LLVMX86Desc', 'LLVMMCDisassembler', 'LLVMX86Info', 'LLVMX86AsmPrinter', 'LLVMX86Utils', 'LLVMMCJIT', 'LLVMInterpreter', 'LLVMExecutionEngine', 'LLVMRuntimeDyld', 'LLVMCodeGen', 'LLVMTarget', 'LLVMCoroutines', 'LLVMipo', 'LLVMInstrumentation', 'LLVMVectorize', 'LLVMScalarOpts', 'LLVMLinker', 'LLVMIRReader', 'LLVMAsmParser', 'LLVMInstCombine', 'LLVMTransformUtils', 'LLVMBitWriter', 'LLVMAnalysis', 'LLVMObject', 'LLVMMCParser', 'LLVMMC', 'LLVMBitReader', 'LLVMProfileData', 'LLVMCore', 'LLVMSupport', 'LLVMDemangle', 'ncurses', 'm', 'gmpxx', 'gmp', 'z'] | |
Setting up variant: boehm | |
boehm_base cfg.env.LTO_FLAG=-flto=thin | |
Setting up boehm library cfg.env.STLIB_BOEHM = ['gc'] | |
Setting up boehm library cfg.env.LIB_BOEHM = [] | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-boehm.lto.o'] | |
Setting up variant: boehm_d | |
boehm_base cfg.env.LTO_FLAG=-flto=thin | |
Setting up boehm library cfg.env.STLIB_BOEHM = ['gc'] | |
Setting up boehm library cfg.env.LIB_BOEHM = [] | |
cfg.env.LTO_FLAG = -flto=thin | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-boehm-d.lto.o', '-Wl', '-mllvm', '-O0', '-g'] | |
Setting up variant: boehmdc | |
boehm_base cfg.env.LTO_FLAG=-flto=thin | |
Setting up boehm library cfg.env.STLIB_BOEHM = ['gc'] | |
Setting up boehm library cfg.env.LIB_BOEHM = [] | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-boehmdc.lto.o'] | |
Setting up variant: boehmdc_d | |
boehm_base cfg.env.LTO_FLAG=-flto=thin | |
Setting up boehm library cfg.env.STLIB_BOEHM = ['gc'] | |
Setting up boehm library cfg.env.LIB_BOEHM = [] | |
cfg.env.LTO_FLAG = -flto=thin | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-boehmdc-d.lto.o', '-Wl', '-mllvm', '-O0', '-g'] | |
Setting up variant: mpsprep | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-mpsprep.lto.o'] | |
Setting up variant: mpsprep_d | |
cfg.env.LTO_FLAG = -flto=thin | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-mpsprep-d.lto.o', '-Wl', '-mllvm', '-O0', '-g'] | |
Setting up variant: mps | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-mps.lto.o'] | |
Setting up variant: mps_d | |
cfg.env.LTO_FLAG = -flto=thin | |
cfg.env.LINKFLAGS=['-L/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib', '-v', '-flto=thin', '-Wl,-export_dynamic', '-Wl,-stack_size,0x1000000', '-Wl,-lto_library,/private/tmp/clasp-cl-20170626-27086-2l4llv/externals/build/release/lib/libLTO.dylib', '-lc++', '-stdlib=libc++', '-fvisibility=default', '-rdynamic'] | |
cfg.env.LDFLAGS=['-Wl,-object_path_lto,iclasp-mps-d.lto.o', '-Wl', '-mllvm', '-O0', '-g'] | |
'configure' finished successfully (2.006s) | |
This is where I get submodules | |
mkdir -p build | |
rm -f build/asdf.lisp | |
cat header.lisp uiop/package.lisp uiop/common-lisp.lisp uiop/utility.lisp uiop/version.lisp uiop/os.lisp uiop/pathname.lisp uiop/filesystem.lisp uiop/stream.lisp uiop/image.lisp uiop/lisp-build.lisp uiop/launch-program.lisp uiop/run-program.lisp uiop/configuration.lisp uiop/backward-driver.lisp uiop/driver.lisp upgrade.lisp cache.lisp component.lisp system.lisp find-system.lisp find-component.lisp operation.lisp action.lisp lisp-action.lisp plan.lisp operate.lisp parse-defsystem.lisp bundle.lisp concatenate-source.lisp output-translations.lisp source-registry.lisp package-inferred-system.lisp backward-interface.lisp backward-internals.lisp interface.lisp user.lisp footer.lisp > build/asdf.lisp | |
'update_submodules' finished successfully (0.904s) | |
Waf: Entering directory `/private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm' | |
Building stage --> c | |
subdirectories dir = ['wscript'] | |
extensions subdirs = [] | |
bld.path = /private/tmp/clasp-cl-20170626-27086-2l4llv | |
include_dirs = ['.', '/private/tmp/clasp-cl-20170626-27086-2l4llv/src/main/', '/private/tmp/clasp-cl-20170626-27086-2l4llv/include/', '/private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/'] | |
Building with variant = <wscript.boehm object at 0x101ecc890> | |
extension_headers_node = /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/extension_headers.h | |
About to add compile_aclasp | |
find_or_declare aclasp_common_lisp_bitcode = /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/fasl/aclasp-boehm-common-lisp.bc | |
About to add compile_bclasp | |
About to add compile_cclasp | |
build_node = /private/tmp/clasp-cl-20170626-27086-2l4llv/build | |
clasp_symlink_node = /private/tmp/clasp-cl-20170626-27086-2l4llv/build/clasp | |
cclasp_dsym_files = [/private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/cclasp-boehm.dSYM/Contents/Info.plist, /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/cclasp-boehm.dSYM/Contents/Resources/DWARF/cclasp-boehm] | |
intrinsics_cc = /private/tmp/clasp-cl-20170626-27086-2l4llv/src/llvmo/intrinsics.cc | |
intrinsics_o.name = intrinsics.cc.3.o | |
intrinsics_bitcode_alone_node = /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/fasl/boehm-intrinsics-cxx.bc | |
[ 1/352] Compiling wscript | |
[ 2/352] Compiling src/gctools/globals.cc | |
[ 3/352] Compiling src/gctools/gcStack.cc | |
[ 4/352] Compiling src/gctools/gcalloc.cc | |
[ 5/352] Compiling src/gctools/mygc.c | |
[ 6/352] Compiling src/core/dummy.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 7/352] Compiling src/core/metaobject.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 8/352] Compiling src/clbind/link_compatibility.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 9/352] Scraping with preproc.scan src/gctools/gc_interface.cc | |
[ 10/352] Scraping with preproc.scan src/gctools/boehmGarbageCollection.cc | |
[ 11/352] Scraping with preproc.scan src/gctools/mpsGarbageCollection.cc | |
[ 12/352] Scraping with preproc.scan src/gctools/source_info.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 13/352] Scraping with preproc.scan src/gctools/threadlocal.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 14/352] Scraping with preproc.scan src/gctools/gc_boot.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 15/352] Scraping with preproc.scan src/gctools/interrupt.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 16/352] Scraping with preproc.scan src/gctools/gcFunctions.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 17/352] Scraping with preproc.scan src/gctools/gctoolsPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 18/352] Scraping with preproc.scan src/gctools/globals.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 19/352] Scraping with preproc.scan src/gctools/gcStack.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 20/352] Scraping with preproc.scan src/gctools/gcalloc.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 21/352] Scraping with preproc.scan src/gctools/gcweak.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 22/352] Scraping with preproc.scan src/gctools/memoryManagement.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 23/352] Scraping with preproc.scan src/core/dummy.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 24/352] Scraping with preproc.scan src/core/clcenv.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 25/352] Scraping with preproc.scan src/core/mpPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 26/352] Scraping with preproc.scan src/core/nativeVector.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 27/352] Scraping with preproc.scan src/core/environment.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 28/352] Scraping with preproc.scan src/core/activationFrame.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 29/352] Scraping with preproc.scan src/core/evaluator.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 30/352] Scraping with preproc.scan src/core/functor.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 31/352] Scraping with preproc.scan src/core/creator.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 32/352] Scraping with preproc.scan src/core/sharpEqualWrapper.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 33/352] Scraping with preproc.scan src/core/stacks.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 34/352] Scraping with preproc.scan src/core/weakKeyMapping.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 35/352] Scraping with preproc.scan src/core/weakHashTable.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 36/352] Scraping with preproc.scan src/core/weakPointer.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 37/352] Scraping with preproc.scan src/core/compiler.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 38/352] Scraping with preproc.scan src/core/genericFunction.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 39/352] Scraping with preproc.scan src/core/accessor.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 40/352] Scraping with preproc.scan src/core/instance.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 41/352] Scraping with preproc.scan src/core/cache.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 42/352] Scraping with preproc.scan src/core/float_to_string.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 43/352] Scraping with preproc.scan src/core/primitives.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 44/352] Scraping with preproc.scan src/core/random.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 45/352] Scraping with preproc.scan src/core/cxxObject.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 46/352] Scraping with preproc.scan src/core/record.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 47/352] Scraping with preproc.scan src/core/debugger.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 48/352] Scraping with preproc.scan src/core/smallMap.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 49/352] Scraping with preproc.scan src/core/smallMultimap.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 50/352] Scraping with preproc.scan src/core/hashTable.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 51/352] Scraping with preproc.scan src/core/hashTableEq.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 52/352] Scraping with preproc.scan src/core/hashTableEql.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 53/352] Scraping with preproc.scan src/core/hashTableEqual.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 54/352] Scraping with preproc.scan src/core/hashTableEqualp.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 55/352] Scraping with preproc.scan src/core/numbers.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 56/352] Scraping with preproc.scan src/core/numerics.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 57/352] Scraping with preproc.scan src/core/num_arith.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 58/352] Scraping with preproc.scan src/core/numberToString.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 59/352] Scraping with preproc.scan src/core/num_co.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 60/352] Scraping with preproc.scan src/core/load.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 61/352] Scraping with preproc.scan src/core/bignum.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 62/352] Scraping with preproc.scan src/core/write_object.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 63/352] Scraping with preproc.scan src/core/write_array.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 64/352] Scraping with preproc.scan src/core/print.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 65/352] Scraping with preproc.scan src/core/sourceFileInfo.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 66/352] Scraping with preproc.scan src/core/symbolToEnumConverter.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 67/352] Scraping with preproc.scan src/core/core_globals.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 68/352] Scraping with preproc.scan src/core/externalObject.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 69/352] Scraping with preproc.scan src/core/myReadLine.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 70/352] Scraping with preproc.scan src/core/specialForm.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 71/352] Scraping with preproc.scan src/core/unixfsys.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 72/352] Scraping with preproc.scan src/core/lispList.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 73/352] Scraping with preproc.scan src/core/multiStringBuffer.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 74/352] Scraping with preproc.scan src/core/candoOpenMp.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 75/352] Scraping with preproc.scan src/core/foundation.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 76/352] Scraping with preproc.scan src/core/lambdaListHandler.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 77/352] Scraping with preproc.scan src/core/lispStream.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 78/352] Scraping with preproc.scan src/core/bits.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 79/352] Scraping with preproc.scan src/core/write_symbol.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 80/352] Scraping with preproc.scan src/core/corePackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 81/352] Scraping with preproc.scan src/core/lisp.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 82/352] Scraping with preproc.scan src/core/profiler.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 83/352] Scraping with preproc.scan src/core/lispDefinitions.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 84/352] Scraping with preproc.scan src/core/bundle.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 85/352] Scraping with preproc.scan src/core/profile.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 86/352] Scraping with preproc.scan src/core/write_ugly.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 87/352] Scraping with preproc.scan src/core/userData.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 88/352] Scraping with preproc.scan src/core/wrappedPointer.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 89/352] Scraping with preproc.scan src/core/serialize.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 90/352] Scraping with preproc.scan src/core/sexpLoadArchive.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 91/352] Scraping with preproc.scan src/core/sexpSaveArchive.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 92/352] Scraping with preproc.scan src/core/readtable.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 93/352] Scraping with preproc.scan src/core/float_to_digits.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 94/352] Scraping with preproc.scan src/core/pathname.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 95/352] Scraping with preproc.scan src/core/commandLineOptions.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 96/352] Scraping with preproc.scan src/core/exceptions.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 97/352] Scraping with preproc.scan src/core/commonLispUserPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 98/352] Scraping with preproc.scan src/core/metaClass.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 99/352] Scraping with preproc.scan src/core/multipleValues.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[100/352] Scraping with preproc.scan src/core/testing.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[101/352] Scraping with preproc.scan src/core/predicates.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[102/352] Scraping with preproc.scan src/core/write_list.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[103/352] Scraping with preproc.scan src/core/package.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[104/352] Scraping with preproc.scan src/core/commonLispPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[105/352] Scraping with preproc.scan src/core/allClSymbols.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[106/352] Scraping with preproc.scan src/core/keywordPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[107/352] Scraping with preproc.scan src/core/extensionPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[108/352] Scraping with preproc.scan src/core/array.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[109/352] Scraping with preproc.scan src/core/lispMath.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[110/352] Scraping with preproc.scan src/core/grayPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[111/352] Scraping with preproc.scan src/core/closPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[112/352] Scraping with preproc.scan src/core/cleavirPrimopsPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[113/352] Scraping with preproc.scan src/core/cleavirEnvPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[114/352] Scraping with preproc.scan src/core/compPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[115/352] Scraping with preproc.scan src/core/bootStrapCoreSymbolMap.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[116/352] Scraping with preproc.scan src/core/cons.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[117/352] Scraping with preproc.scan src/core/symbol.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[118/352] Scraping with preproc.scan src/core/conditions.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[119/352] Scraping with preproc.scan src/core/object.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[120/352] Scraping with preproc.scan src/core/metaobject.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[121/352] Scraping with preproc.scan src/core/arguments.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[122/352] Scraping with preproc.scan src/core/pointer.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[123/352] Scraping with preproc.scan src/core/standardObject.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[124/352] Scraping with preproc.scan src/core/iterator.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[125/352] Scraping with preproc.scan src/core/sysprop.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[126/352] Scraping with preproc.scan src/core/bformat.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[127/352] Scraping with preproc.scan src/core/backquote.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[128/352] Scraping with preproc.scan src/core/documentation.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[129/352] Scraping with preproc.scan src/core/lispReader.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[130/352] Scraping with preproc.scan src/core/singleDispatchGenericFunction.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[131/352] Scraping with preproc.scan src/core/singleDispatchMethod.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[132/352] Scraping with preproc.scan src/core/structureObject.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[133/352] Scraping with preproc.scan src/core/null.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[134/352] Scraping with preproc.scan src/core/character.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[135/352] Scraping with preproc.scan src/core/designators.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[136/352] Scraping with preproc.scan src/core/sequence.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[137/352] Scraping with preproc.scan src/core/loadTimeValues.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[138/352] Scraping with preproc.scan src/core/reader.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[139/352] Scraping with preproc.scan src/core/lightProfiler.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[140/352] Scraping with preproc.scan src/core/fileSystem.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[141/352] Scraping with preproc.scan src/core/intArray.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[142/352] Scraping with preproc.scan src/core/posixTime.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[143/352] Scraping with preproc.scan src/core/clasp_ffi_package.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[144/352] Scraping with preproc.scan src/core/fli.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[145/352] Scraping with preproc.scan src/clbind/adapter.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[146/352] Scraping with preproc.scan src/clbind/class_rep.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[147/352] Scraping with preproc.scan src/clbind/open.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[148/352] Scraping with preproc.scan src/clbind/class_registry.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[149/352] Scraping with preproc.scan src/clbind/link_compatibility.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[150/352] Scraping with preproc.scan src/clbind/scope.cc | |
[151/352] Scraping with preproc.scan src/clbind/inheritance.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[152/352] Scraping with preproc.scan src/clbind/clbind.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[153/352] Scraping with preproc.scan src/clbind/clbindPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[154/352] Scraping with preproc.scan src/clbind/class.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[155/352] Scraping with preproc.scan src/clbind/derivable_class.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[156/352] Scraping with preproc.scan src/serveEvent/serveEvent.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[157/352] Scraping with preproc.scan src/serveEvent/serveEventPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[158/352] Scraping with preproc.scan src/sockets/sockets.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[159/352] Scraping with preproc.scan src/sockets/socketsPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[160/352] Scraping with preproc.scan src/llvmo/debugInfoExpose.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[161/352] Scraping with preproc.scan src/llvmo/debugLoc.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[162/352] Scraping with preproc.scan src/llvmo/llvmoDwarf.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[163/352] Scraping with preproc.scan src/llvmo/link_intrinsics.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[164/352] Scraping with preproc.scan src/llvmo/intrinsics.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[165/352] Scraping with preproc.scan src/llvmo/insertPoint.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[166/352] Scraping with preproc.scan src/llvmo/irtests.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[167/352] Scraping with preproc.scan src/llvmo/llvmoExpose.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[168/352] Scraping with preproc.scan src/llvmo/llvmoPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[169/352] Scraping with preproc.scan src/llvmo/clbindLlvmExpose.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[170/352] Scraping with preproc.scan src/asttooling/astVisitor.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[171/352] Scraping with preproc.scan src/asttooling/astExpose.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[172/352] Scraping with preproc.scan src/asttooling/clangTooling.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[173/352] Scraping with preproc.scan src/asttooling/asttoolingPackage.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[174/352] Scraping with preproc.scan src/asttooling/clangCompiler.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[175/352] Scraping with preproc.scan src/main/main.cc | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
Error >>>>>>>> warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[176/352] Processing generating headers from all sif files. | |
clasp-home-path -> /private/tmp/clasp-cl-20170626-27086-2l4llv/ | |
build-path -> /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/ | |
*default-pathname-defaults* -> /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/ | |
app-config-path -> /private/tmp/clasp-cl-20170626-27086-2l4llv/include/clasp/main/application.config | |
Interpreting tags | |
Generating code | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/initFunctions_inc.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/initClassesAndMethods_inc.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/sourceInfo_inc.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/symbols_scraped_inc.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/enum_inc.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/initializers_inc.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/c-wrappers.h. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/cl-wrappers.lisp. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/c-wrappers.txt. | |
| UPDATING | There are changes to /private/tmp/clasp-cl-20170626-27086-2l4llv/build/boehm/generated/cl-wrappers.txt. | |
Done scraping code | |
WARNING: | |
redefining PRINT-OBJECT (#<STANDARD-CLASS COMMON-LISP:STANDARD-OBJECT> | |
#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD | |
[177/352] Compiling src/core/weakHashTable.cc | |
[178/352] Compiling src/core/instance.cc | |
[179/352] Compiling src/core/sharpEqualWrapper.cc | |
[180/352] Compiling src/gctools/source_info.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[181/352] Compiling src/llvmo/insertPoint.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[182/352] Compiling src/core/singleDispatchMethod.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[183/352] Compiling src/core/hashTableEqual.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[184/352] Compiling src/gctools/gctoolsPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[185/352] Compiling src/llvmo/llvmoPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[186/352] Compiling src/clbind/adapter.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[187/352] Compiling src/sockets/socketsPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[188/352] Compiling src/core/foundation.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[189/352] Compiling src/gctools/boehmGarbageCollection.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[190/352] Compiling src/core/testing.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[191/352] Compiling src/core/conditions.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[192/352] Compiling src/core/character.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[193/352] Compiling src/asttooling/astExpose.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
In file included from ../../src/core/conditions.cc:34: | |
/usr/include/stdio.h:89:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
unsigned char *_base; | |
^ | |
/usr/include/stdio.h:89:16: note: insert '_Nullable' if the pointer may be null | |
unsigned char *_base; | |
^ | |
_Nullable | |
/usr/include/stdio.h:89:16: note: insert '_Nonnull' if the pointer should never be null | |
unsigned char *_base; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:134:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
/usr/include/stdio.h:134:32: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:134:32: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:134:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
/usr/include/stdio.h:134:40: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:134:40: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:135:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
/usr/include/stdio.h:135:35: note: insert '_Nullable' if the pointer may be null | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:135:35: note: insert '_Nonnull' if the pointer should never be null | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:136:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
/usr/include/stdio.h:136:32: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:136:32: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:136:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
/usr/include/stdio.h:136:46: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:136:46: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:140:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
/usr/include/stdio.h:140:18: note: insert '_Nullable' if the pointer may be null | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
_Nullable | |
/usr/include/stdio.h:140:18: note: insert '_Nonnull' if the pointer should never be null | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
_Nonnull | |
/usr/include/stdio.h:156:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stdinp; | |
^ | |
/usr/include/stdio.h:156:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stdinp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:156:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stdinp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:157:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stdoutp; | |
^ | |
/usr/include/stdio.h:157:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stdoutp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:157:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stdoutp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:158:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stderrp; | |
^ | |
/usr/include/stdio.h:158:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stderrp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:158:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stderrp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:231:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void clearerr(FILE *); | |
^ | |
/usr/include/stdio.h:231:21: note: insert '_Nullable' if the pointer may be null | |
void clearerr(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:231:21: note: insert '_Nonnull' if the pointer should never be null | |
void clearerr(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:232:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fclose(FILE *); | |
^ | |
/usr/include/stdio.h:232:18: note: insert '_Nullable' if the pointer may be null | |
int fclose(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:232:18: note: insert '_Nonnull' if the pointer should never be null | |
int fclose(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:233:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int feof(FILE *); | |
^ | |
/usr/include/stdio.h:233:16: note: insert '_Nullable' if the pointer may be null | |
int feof(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:233:16: note: insert '_Nonnull' if the pointer should never be null | |
int feof(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:234:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ferror(FILE *); | |
^ | |
/usr/include/stdio.h:234:18: note: insert '_Nullable' if the pointer may be null | |
int ferror(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:234:18: note: insert '_Nonnull' if the pointer should never be null | |
int ferror(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:235:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fflush(FILE *); | |
^ | |
/usr/include/stdio.h:235:18: note: insert '_Nullable' if the pointer may be null | |
int fflush(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:235:18: note: insert '_Nonnull' if the pointer should never be null | |
int fflush(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:236:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetc(FILE *); | |
^ | |
/usr/include/stdio.h:236:17: note: insert '_Nullable' if the pointer may be null | |
int fgetc(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:236:17: note: insert '_Nonnull' if the pointer should never be null | |
int fgetc(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:237:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
/usr/include/stdio.h:237:19: note: insert '_Nullable' if the pointer may be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:237:19: note: insert '_Nonnull' if the pointer should never be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:237:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
/usr/include/stdio.h:237:40: note: insert '_Nullable' if the pointer may be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:237:40: note: insert '_Nonnull' if the pointer should never be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:18: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:18: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:42: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:42: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:6: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:6: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:24: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:60: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:60: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:6: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:244:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:244:19: note: insert '_Nullable' if the pointer may be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:244:19: note: insert '_Nonnull' if the pointer should never be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:244:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:244:44: note: insert '_Nullable' if the pointer may be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:244:44: note: insert '_Nonnull' if the pointer should never be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:245:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputc(int, FILE *); | |
^ | |
/usr/include/stdio.h:245:22: note: insert '_Nullable' if the pointer may be null | |
int fputc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:245:22: note: insert '_Nonnull' if the pointer should never be null | |
int fputc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:246:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
/usr/include/stdio.h:246:23: note: insert '_Nullable' if the pointer may be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nullable | |
/usr/include/stdio.h:246:23: note: insert '_Nonnull' if the pointer should never be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:246:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
/usr/include/stdio.h:246:42: note: insert '_Nullable' if the pointer may be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nullable | |
/usr/include/stdio.h:246:42: note: insert '_Nonnull' if the pointer should never be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:247:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
/usr/include/stdio.h:247:20: note: insert '_Nullable' if the pointer may be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:247:20: note: insert '_Nonnull' if the pointer should never be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:247:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
/usr/include/stdio.h:247:77: note: insert '_Nullable' if the pointer may be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:247:77: note: insert '_Nonnull' if the pointer should never be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:26: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:51: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:51: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
/usr/include/stdio.h:249:23: note: insert '_Nullable' if the pointer may be null | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
_Nullable | |
/usr/include/stdio.h:249:23: note: insert '_Nonnull' if the pointer should never be null | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:6: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:250:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:250:18: note: insert '_Nullable' if the pointer may be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:250:18: note: insert '_Nonnull' if the pointer should never be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:250:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:250:43: note: insert '_Nullable' if the pointer may be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:250:43: note: insert '_Nonnull' if the pointer should never be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:251:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fseek(FILE *, long, int); | |
^ | |
/usr/include/stdio.h:251:17: note: insert '_Nullable' if the pointer may be null | |
int fseek(FILE *, long, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:251:17: note: insert '_Nonnull' if the pointer should never be null | |
int fseek(FILE *, long, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:252:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
/usr/include/stdio.h:252:19: note: insert '_Nullable' if the pointer may be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:252:19: note: insert '_Nonnull' if the pointer should never be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:252:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
/usr/include/stdio.h:252:35: note: insert '_Nullable' if the pointer may be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:252:35: note: insert '_Nonnull' if the pointer should never be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:253:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
long ftell(FILE *); | |
^ | |
/usr/include/stdio.h:253:18: note: insert '_Nullable' if the pointer may be null | |
long ftell(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:253:18: note: insert '_Nonnull' if the pointer should never be null | |
long ftell(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:254:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
/usr/include/stdio.h:254:27: note: insert '_Nullable' if the pointer may be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nullable | |
/usr/include/stdio.h:254:27: note: insert '_Nonnull' if the pointer should never be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:254:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
/usr/include/stdio.h:254:84: note: insert '_Nullable' if the pointer may be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nullable | |
/usr/include/stdio.h:254:84: note: insert '_Nonnull' if the pointer should never be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:255:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getc(FILE *); | |
^ | |
/usr/include/stdio.h:255:16: note: insert '_Nullable' if the pointer may be null | |
int getc(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:255:16: note: insert '_Nonnull' if the pointer should never be null | |
int getc(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:257:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *gets(char *); | |
^ | |
/usr/include/stdio.h:257:17: note: insert '_Nullable' if the pointer may be null | |
char *gets(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:257:17: note: insert '_Nonnull' if the pointer should never be null | |
char *gets(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:257:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *gets(char *); | |
^ | |
/usr/include/stdio.h:257:6: note: insert '_Nullable' if the pointer may be null | |
char *gets(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:257:6: note: insert '_Nonnull' if the pointer should never be null | |
char *gets(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:258:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void perror(const char *); | |
^ | |
/usr/include/stdio.h:258:25: note: insert '_Nullable' if the pointer may be null | |
void perror(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:258:25: note: insert '_Nonnull' if the pointer should never be null | |
void perror(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:259:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
/usr/include/stdio.h:259:24: note: insert '_Nullable' if the pointer may be null | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
_Nullable | |
/usr/include/stdio.h:259:24: note: insert '_Nonnull' if the pointer should never be null | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:260:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putc(int, FILE *); | |
^ | |
/usr/include/stdio.h:260:21: note: insert '_Nullable' if the pointer may be null | |
int putc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:260:21: note: insert '_Nonnull' if the pointer should never be null | |
int putc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:262:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int puts(const char *); | |
^ | |
/usr/include/stdio.h:262:22: note: insert '_Nullable' if the pointer may be null | |
int puts(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:262:22: note: insert '_Nonnull' if the pointer should never be null | |
int puts(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:263:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int remove(const char *); | |
^ | |
/usr/include/stdio.h:263:24: note: insert '_Nullable' if the pointer may be null | |
int remove(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:263:24: note: insert '_Nonnull' if the pointer should never be null | |
int remove(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:264:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int rename (const char *__old, const char *__new); | |
^ | |
/usr/include/stdio.h:264:25: note: insert '_Nullable' if the pointer may be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nullable | |
/usr/include/stdio.h:264:25: note: insert '_Nonnull' if the pointer should never be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:264:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int rename (const char *__old, const char *__new); | |
^ | |
/usr/include/stdio.h:264:44: note: insert '_Nullable' if the pointer may be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nullable | |
/usr/include/stdio.h:264:44: note: insert '_Nonnull' if the pointer should never be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:265:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void rewind(FILE *); | |
^ | |
/usr/include/stdio.h:265:19: note: insert '_Nullable' if the pointer may be null | |
void rewind(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:265:19: note: insert '_Nonnull' if the pointer should never be null | |
void rewind(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:266:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
/usr/include/stdio.h:266:23: note: insert '_Nullable' if the pointer may be null | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
_Nullable | |
/usr/include/stdio.h:266:23: note: insert '_Nonnull' if the pointer should never be null | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:267:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
/usr/include/stdio.h:267:19: note: insert '_Nullable' if the pointer may be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nullable | |
/usr/include/stdio.h:267:19: note: insert '_Nonnull' if the pointer should never be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:267:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
/usr/include/stdio.h:267:38: note: insert '_Nullable' if the pointer may be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nullable | |
/usr/include/stdio.h:267:38: note: insert '_Nonnull' if the pointer should never be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:268:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
/usr/include/stdio.h:268:19: note: insert '_Nullable' if the pointer may be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nullable | |
/usr/include/stdio.h:268:19: note: insert '_Nonnull' if the pointer should never be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:268:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
/usr/include/stdio.h:268:38: note: insert '_Nullable' if the pointer may be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nullable | |
/usr/include/stdio.h:268:38: note: insert '_Nonnull' if the pointer should never be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:269:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
/usr/include/stdio.h:269:19: note: insert '_Nullable' if the pointer may be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:269:19: note: insert '_Nonnull' if the pointer should never be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:269:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
/usr/include/stdio.h:269:44: note: insert '_Nullable' if the pointer may be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:269:44: note: insert '_Nonnull' if the pointer should never be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:270:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:270:24: note: insert '_Nullable' if the pointer may be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:270:24: note: insert '_Nonnull' if the pointer should never be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:270:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:270:49: note: insert '_Nullable' if the pointer may be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:270:49: note: insert '_Nonnull' if the pointer should never be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:271:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *tmpfile(void); | |
^ | |
/usr/include/stdio.h:271:6: note: insert '_Nullable' if the pointer may be null | |
FILE *tmpfile(void); | |
^ | |
_Nullable | |
/usr/include/stdio.h:271:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *tmpfile(void); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:277:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tmpnam(char *); | |
^ | |
/usr/include/stdio.h:277:19: note: insert '_Nullable' if the pointer may be null | |
char *tmpnam(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:277:19: note: insert '_Nonnull' if the pointer should never be null | |
char *tmpnam(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:277:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tmpnam(char *); | |
^ | |
/usr/include/stdio.h:277:6: note: insert '_Nullable' if the pointer may be null | |
char *tmpnam(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:277:6: note: insert '_Nonnull' if the pointer should never be null | |
char *tmpnam(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:278:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ungetc(int, FILE *); | |
^ | |
/usr/include/stdio.h:278:23: note: insert '_Nullable' if the pointer may be null | |
int ungetc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:278:23: note: insert '_Nonnull' if the pointer should never be null | |
int ungetc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:279:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:279:20: note: insert '_Nullable' if the pointer may be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:279:20: note: insert '_Nonnull' if the pointer should never be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:279:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:279:45: note: insert '_Nullable' if the pointer may be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:279:45: note: insert '_Nonnull' if the pointer should never be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:280:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
/usr/include/stdio.h:280:25: note: insert '_Nullable' if the pointer may be null | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:280:25: note: insert '_Nonnull' if the pointer should never be null | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
/usr/include/stdio.h:281:20: note: insert '_Nullable' if the pointer may be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:281:20: note: insert '_Nonnull' if the pointer should never be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:281:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
/usr/include/stdio.h:281:45: note: insert '_Nullable' if the pointer may be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:281:45: note: insert '_Nonnull' if the pointer should never be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:297:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid(char *); | |
^ | |
/usr/include/stdio.h:297:20: note: insert '_Nullable' if the pointer may be null | |
char *ctermid(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:297:20: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:297:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid(char *); | |
^ | |
/usr/include/stdio.h:297:6: note: insert '_Nullable' if the pointer may be null | |
char *ctermid(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:297:6: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:303:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
/usr/include/stdio.h:303:30: note: insert '_Nullable' if the pointer may be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:303:30: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:303:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
/usr/include/stdio.h:303:6: note: insert '_Nullable' if the pointer may be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:303:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:305:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fileno(FILE *); | |
^ | |
/usr/include/stdio.h:305:18: note: insert '_Nullable' if the pointer may be null | |
int fileno(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:305:18: note: insert '_Nonnull' if the pointer should never be null | |
int fileno(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:321:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:321:18: note: insert '_Nullable' if the pointer may be null | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:321:18: note: insert '_Nonnull' if the pointer should never be null | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:24: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:38: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:38: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:6: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:342:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __srget(FILE *); | |
^ | |
/usr/include/stdio.h:342:18: note: insert '_Nullable' if the pointer may be null | |
int __srget(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:342:18: note: insert '_Nonnull' if the pointer should never be null | |
int __srget(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:343:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:343:21: note: insert '_Nullable' if the pointer may be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:343:21: note: insert '_Nonnull' if the pointer should never be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:343:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:343:35: note: insert '_Nullable' if the pointer may be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:343:35: note: insert '_Nonnull' if the pointer should never be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:344:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __swbuf(int, FILE *); | |
^ | |
/usr/include/stdio.h:344:23: note: insert '_Nullable' if the pointer may be null | |
int __swbuf(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:344:23: note: insert '_Nonnull' if the pointer should never be null | |
int __swbuf(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:353:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
/usr/include/stdio.h:353:49: note: insert '_Nullable' if the pointer may be null | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
_Nullable | |
/usr/include/stdio.h:353:49: note: insert '_Nonnull' if the pointer should never be null | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
_Nonnull | |
/usr/include/stdio.h:379:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void flockfile(FILE *); | |
^ | |
/usr/include/stdio.h:379:22: note: insert '_Nullable' if the pointer may be null | |
void flockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:379:22: note: insert '_Nonnull' if the pointer should never be null | |
void flockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:380:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ftrylockfile(FILE *); | |
^ | |
/usr/include/stdio.h:380:24: note: insert '_Nullable' if the pointer may be null | |
int ftrylockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:380:24: note: insert '_Nonnull' if the pointer should never be null | |
int ftrylockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:381:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void funlockfile(FILE *); | |
^ | |
/usr/include/stdio.h:381:24: note: insert '_Nullable' if the pointer may be null | |
void funlockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:381:24: note: insert '_Nonnull' if the pointer should never be null | |
void funlockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:382:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getc_unlocked(FILE *); | |
^ | |
/usr/include/stdio.h:382:25: note: insert '_Nullable' if the pointer may be null | |
int getc_unlocked(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:382:25: note: insert '_Nonnull' if the pointer should never be null | |
int getc_unlocked(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:384:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putc_unlocked(int, FILE *); | |
^ | |
/usr/include/stdio.h:384:30: note: insert '_Nullable' if the pointer may be null | |
int putc_unlocked(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:384:30: note: insert '_Nonnull' if the pointer should never be null | |
int putc_unlocked(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:389:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getw(FILE *); | |
^ | |
/usr/include/stdio.h:389:16: note: insert '_Nullable' if the pointer may be null | |
int getw(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:389:16: note: insert '_Nonnull' if the pointer should never be null | |
int getw(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:390:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putw(int, FILE *); | |
^ | |
/usr/include/stdio.h:390:21: note: insert '_Nullable' if the pointer may be null | |
int putw(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:390:21: note: insert '_Nonnull' if the pointer should never be null | |
int putw(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:26: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:26: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:45: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:45: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:6: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:6: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:420:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
/usr/include/stdio.h:420:18: note: insert '_Nullable' if the pointer may be null | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
_Nullable | |
/usr/include/stdio.h:420:18: note: insert '_Nonnull' if the pointer should never be null | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:421:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
off_t ftello(FILE * __stream); | |
^ | |
/usr/include/stdio.h:421:20: note: insert '_Nullable' if the pointer may be null | |
off_t ftello(FILE * __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:421:20: note: insert '_Nonnull' if the pointer should never be null | |
off_t ftello(FILE * __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:427:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
/usr/include/stdio.h:427:20: note: insert '_Nullable' if the pointer may be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nullable | |
/usr/include/stdio.h:427:20: note: insert '_Nonnull' if the pointer should never be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:427:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
/usr/include/stdio.h:427:66: note: insert '_Nullable' if the pointer may be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nullable | |
/usr/include/stdio.h:427:66: note: insert '_Nonnull' if the pointer should never be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:428:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:428:19: note: insert '_Nullable' if the pointer may be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:428:19: note: insert '_Nonnull' if the pointer should never be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:428:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:428:53: note: insert '_Nullable' if the pointer may be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:428:53: note: insert '_Nonnull' if the pointer should never be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:429:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
/usr/include/stdio.h:429:24: note: insert '_Nullable' if the pointer may be null | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:429:24: note: insert '_Nonnull' if the pointer should never be null | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:430:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
/usr/include/stdio.h:430:21: note: insert '_Nullable' if the pointer may be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:430:21: note: insert '_Nonnull' if the pointer should never be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:430:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
/usr/include/stdio.h:430:67: note: insert '_Nullable' if the pointer may be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:430:67: note: insert '_Nonnull' if the pointer should never be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:431:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:431:25: note: insert '_Nullable' if the pointer may be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:431:25: note: insert '_Nonnull' if the pointer should never be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:431:56: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:431:56: note: insert '_Nullable' if the pointer may be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:431:56: note: insert '_Nonnull' if the pointer should never be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:445:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:445:29: note: insert '_Nullable' if the pointer may be null | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:445:29: note: insert '_Nonnull' if the pointer should never be null | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:446:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:446:30: note: insert '_Nullable' if the pointer may be null | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:446:30: note: insert '_Nonnull' if the pointer should never be null | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:23: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:23: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:24: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:24: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:53: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:53: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:100: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:100: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:100: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:22: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:22: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:23: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:23: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:52: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:52: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:82: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:82: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:82: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:459:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern __const char *__const sys_errlist[]; | |
^ | |
/usr/include/stdio.h:459:21: note: insert '_Nullable' if the pointer may be null | |
extern __const char *__const sys_errlist[]; | |
^ | |
_Nullable | |
/usr/include/stdio.h:459:21: note: insert '_Nonnull' if the pointer should never be null | |
extern __const char *__const sys_errlist[]; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:20: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:20: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:21: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:21: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:46: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:46: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:462:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid_r(char *); | |
^ | |
/usr/include/stdio.h:462:22: note: insert '_Nullable' if the pointer may be null | |
char *ctermid_r(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:462:22: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid_r(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:462:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid_r(char *); | |
^ | |
/usr/include/stdio.h:462:6: note: insert '_Nullable' if the pointer may be null | |
char *ctermid_r(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:462:6: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid_r(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:19: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:19: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:29: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:29: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:6: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:6: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:35: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:35: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:49: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:49: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:14: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:14: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:465:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fpurge(FILE *); | |
^ | |
/usr/include/stdio.h:465:18: note: insert '_Nullable' if the pointer may be null | |
int fpurge(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:465:18: note: insert '_Nonnull' if the pointer should never be null | |
int fpurge(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:466:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuffer(FILE *, char *, int); | |
^ | |
/usr/include/stdio.h:466:22: note: insert '_Nullable' if the pointer may be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:466:22: note: insert '_Nonnull' if the pointer should never be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:466:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuffer(FILE *, char *, int); | |
^ | |
/usr/include/stdio.h:466:30: note: insert '_Nullable' if the pointer may be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:466:30: note: insert '_Nonnull' if the pointer should never be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:467:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setlinebuf(FILE *); | |
^ | |
/usr/include/stdio.h:467:22: note: insert '_Nullable' if the pointer may be null | |
int setlinebuf(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:467:22: note: insert '_Nonnull' if the pointer should never be null | |
int setlinebuf(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:21: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:21: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:22: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:22: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:47: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:47: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:24: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:38: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:38: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:6: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:475:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *funopen(const void *, | |
^ | |
/usr/include/stdio.h:475:26: note: insert '_Nullable' if the pointer may be null | |
FILE *funopen(const void *, | |
^ | |
_Nullable | |
/usr/include/stdio.h:475:26: note: insert '_Nonnull' if the pointer should never be null | |
FILE *funopen(const void *, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:476:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, char *, int), | |
^ | |
/usr/include/stdio.h:476:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:476:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:476:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, char *, int), | |
^ | |
/usr/include/stdio.h:476:49: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:476:49: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:477:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
/usr/include/stdio.h:477:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:477:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:477:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
/usr/include/stdio.h:477:55: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:477:55: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:478:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
/usr/include/stdio.h:478:44: note: insert '_Nullable' if the pointer may be null | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:478:44: note: insert '_Nonnull' if the pointer should never be null | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:479:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *)); | |
^ | |
/usr/include/stdio.h:479:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:479:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:475:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *funopen(const void *, | |
^ | |
/usr/include/stdio.h:475:6: note: insert '_Nullable' if the pointer may be null | |
FILE *funopen(const void *, | |
^ | |
_Nullable | |
/usr/include/stdio.h:475:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *funopen(const void *, | |
^ | |
_Nonnull | |
148 warnings generated. | |
[194/352] Compiling src/core/singleDispatchGenericFunction.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[195/352] Compiling src/core/primitives.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[196/352] Compiling src/core/evaluator.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[197/352] Compiling src/core/allClSymbols.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
In file included from ../../src/core/primitives.cc:35: | |
/usr/include/signal.h:69:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern __const char *__const sys_signame[NSIG]; | |
^ | |
/usr/include/signal.h:69:21: note: insert '_Nullable' if the pointer may be null | |
extern __const char *__const sys_signame[NSIG]; | |
^ | |
_Nullable | |
/usr/include/signal.h:69:21: note: insert '_Nonnull' if the pointer should never be null | |
extern __const char *__const sys_signame[NSIG]; | |
^ | |
_Nonnull | |
/usr/include/signal.h:82:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pthread_kill(pthread_t, int); | |
^ | |
/usr/include/signal.h:82:18: note: insert '_Nullable' if the pointer may be null | |
int pthread_kill(pthread_t, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:82:18: note: insert '_Nonnull' if the pointer should never be null | |
int pthread_kill(pthread_t, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:83:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
/usr/include/signal.h:83:41: note: insert '_Nullable' if the pointer may be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nullable | |
/usr/include/signal.h:83:41: note: insert '_Nonnull' if the pointer should never be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nonnull | |
/usr/include/signal.h:83:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
/usr/include/signal.h:83:53: note: insert '_Nullable' if the pointer may be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nullable | |
/usr/include/signal.h:83:53: note: insert '_Nonnull' if the pointer should never be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nonnull | |
/usr/include/signal.h:84:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaction(int, const struct sigaction * __restrict, | |
^ | |
/usr/include/signal.h:84:43: note: insert '_Nullable' if the pointer may be null | |
int sigaction(int, const struct sigaction * __restrict, | |
^ | |
_Nullable | |
/usr/include/signal.h:84:43: note: insert '_Nonnull' if the pointer should never be null | |
int sigaction(int, const struct sigaction * __restrict, | |
^ | |
_Nonnull | |
/usr/include/signal.h:85:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
struct sigaction * __restrict); | |
^ | |
/usr/include/signal.h:85:23: note: insert '_Nullable' if the pointer may be null | |
struct sigaction * __restrict); | |
^ | |
_Nullable | |
/usr/include/signal.h:85:23: note: insert '_Nonnull' if the pointer should never be null | |
struct sigaction * __restrict); | |
^ | |
_Nonnull | |
/usr/include/signal.h:86:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaddset(sigset_t *, int); | |
^ | |
/usr/include/signal.h:86:24: note: insert '_Nullable' if the pointer may be null | |
int sigaddset(sigset_t *, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:86:24: note: insert '_Nonnull' if the pointer should never be null | |
int sigaddset(sigset_t *, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:87:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
/usr/include/signal.h:87:31: note: insert '_Nullable' if the pointer may be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nullable | |
/usr/include/signal.h:87:31: note: insert '_Nonnull' if the pointer should never be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nonnull | |
/usr/include/signal.h:87:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
/usr/include/signal.h:87:53: note: insert '_Nullable' if the pointer may be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nullable | |
/usr/include/signal.h:87:53: note: insert '_Nonnull' if the pointer should never be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nonnull | |
/usr/include/signal.h:88:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigdelset(sigset_t *, int); | |
^ | |
/usr/include/signal.h:88:24: note: insert '_Nullable' if the pointer may be null | |
int sigdelset(sigset_t *, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:88:24: note: insert '_Nonnull' if the pointer should never be null | |
int sigdelset(sigset_t *, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:89:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigemptyset(sigset_t *); | |
^ | |
/usr/include/signal.h:89:26: note: insert '_Nullable' if the pointer may be null | |
int sigemptyset(sigset_t *); | |
^ | |
_Nullable | |
/usr/include/signal.h:89:26: note: insert '_Nonnull' if the pointer should never be null | |
int sigemptyset(sigset_t *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:90:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigfillset(sigset_t *); | |
^ | |
/usr/include/signal.h:90:25: note: insert '_Nullable' if the pointer may be null | |
int sigfillset(sigset_t *); | |
^ | |
_Nullable | |
/usr/include/signal.h:90:25: note: insert '_Nonnull' if the pointer should never be null | |
int sigfillset(sigset_t *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:94:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigismember(const sigset_t *, int); | |
^ | |
/usr/include/signal.h:94:32: note: insert '_Nullable' if the pointer may be null | |
int sigismember(const sigset_t *, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:94:32: note: insert '_Nonnull' if the pointer should never be null | |
int sigismember(const sigset_t *, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:96:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigpending(sigset_t *); | |
^ | |
/usr/include/signal.h:96:25: note: insert '_Nullable' if the pointer may be null | |
int sigpending(sigset_t *); | |
^ | |
_Nullable | |
/usr/include/signal.h:96:25: note: insert '_Nonnull' if the pointer should never be null | |
int sigpending(sigset_t *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:97:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
/usr/include/signal.h:97:37: note: insert '_Nullable' if the pointer may be null | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
_Nullable | |
/usr/include/signal.h:97:37: note: insert '_Nonnull' if the pointer should never be null | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
_Nonnull | |
/usr/include/signal.h:97:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
/usr/include/signal.h:97:60: note: insert '_Nullable' if the pointer may be null | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
_Nullable | |
/usr/include/signal.h:97:60: note: insert '_Nonnull' if the pointer should never be null | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
_Nonnull | |
/usr/include/signal.h:100:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigsuspend(const sigset_t *) __DARWIN_ALIAS_C(sigsuspend); | |
^ | |
/usr/include/signal.h:100:31: note: insert '_Nullable' if the pointer may be null | |
int sigsuspend(const sigset_t *) __DARWIN_ALIAS_C(sigsuspend); | |
^ | |
_Nullable | |
/usr/include/signal.h:100:31: note: insert '_Nonnull' if the pointer should never be null | |
int sigsuspend(const sigset_t *) __DARWIN_ALIAS_C(sigsuspend); | |
^ | |
_Nonnull | |
/usr/include/signal.h:101:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigwait(const sigset_t * __restrict, int * __restrict) __DARWIN_ALIAS_C(sigwait); | |
^ | |
/usr/include/signal.h:101:28: note: insert '_Nullable' if the pointer may be null | |
int sigwait(const sigset_t * __restrict, int * __restrict) __DARWIN_ALIAS_C(sigwait); | |
^ | |
_Nullable | |
/usr/include/signal.h:101:28: note: insert '_Nonnull' if the pointer should never be null | |
int sigwait(const sigset_t * __restrict, int * __restrict) __DARWIN_ALIAS_C(sigwait); | |
^ | |
_Nonnull | |
/usr/include/signal.h:101:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigwait(const sigset_t * __restrict, int * __restrict) __DARWIN_ALIAS_C(sigwait); | |
^ | |
/usr/include/signal.h:101:46: note: insert '_Nullable' if the pointer may be null | |
int sigwait(const sigset_t * __restrict, int * __restrict) __DARWIN_ALIAS_C(sigwait); | |
^ | |
_Nullable | |
/usr/include/signal.h:101:46: note: insert '_Nonnull' if the pointer should never be null | |
int sigwait(const sigset_t * __restrict, int * __restrict) __DARWIN_ALIAS_C(sigwait); | |
^ | |
_Nonnull | |
/usr/include/signal.h:103:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void psignal(unsigned int, const char *); | |
^ | |
/usr/include/signal.h:103:39: note: insert '_Nullable' if the pointer may be null | |
void psignal(unsigned int, const char *); | |
^ | |
_Nullable | |
/usr/include/signal.h:103:39: note: insert '_Nonnull' if the pointer should never be null | |
void psignal(unsigned int, const char *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:106:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigvec(int, struct sigvec *, struct sigvec *); | |
^ | |
/usr/include/signal.h:106:31: note: insert '_Nullable' if the pointer may be null | |
int sigvec(int, struct sigvec *, struct sigvec *); | |
^ | |
_Nullable | |
/usr/include/signal.h:106:31: note: insert '_Nonnull' if the pointer should never be null | |
int sigvec(int, struct sigvec *, struct sigvec *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:106:48: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigvec(int, struct sigvec *, struct sigvec *); | |
^ | |
/usr/include/signal.h:106:48: note: insert '_Nullable' if the pointer may be null | |
int sigvec(int, struct sigvec *, struct sigvec *); | |
^ | |
_Nullable | |
/usr/include/signal.h:106:48: note: insert '_Nonnull' if the pointer should never be null | |
int sigvec(int, struct sigvec *, struct sigvec *); | |
^ | |
_Nonnull | |
23 warnings generated. | |
[198/352] Compiling src/core/profiler.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[199/352] Compiling src/clbind/class_rep.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[200/352] Compiling src/core/functor.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[201/352] Compiling src/core/metaClass.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[202/352] Compiling src/core/lispDefinitions.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
In file included from ../../src/core/lispDefinitions.cc:27: | |
In file included from ../../include/clasp/core/lisp.h:30: | |
/usr/include/stdio.h:89:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
unsigned char *_base; | |
^ | |
/usr/include/stdio.h:89:16: note: insert '_Nullable' if the pointer may be null | |
unsigned char *_base; | |
^ | |
_Nullable | |
/usr/include/stdio.h:89:16: note: insert '_Nonnull' if the pointer should never be null | |
unsigned char *_base; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:134:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
/usr/include/stdio.h:134:32: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:134:32: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:134:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
/usr/include/stdio.h:134:40: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:134:40: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:135:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
/usr/include/stdio.h:135:35: note: insert '_Nullable' if the pointer may be null | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:135:35: note: insert '_Nonnull' if the pointer should never be null | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:136:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
/usr/include/stdio.h:136:32: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:136:32: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:136:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
/usr/include/stdio.h:136:46: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:136:46: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:140:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
/usr/include/stdio.h:140:18: note: insert '_Nullable' if the pointer may be null | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
_Nullable | |
/usr/include/stdio.h:140:18: note: insert '_Nonnull' if the pointer should never be null | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
_Nonnull | |
/usr/include/stdio.h:156:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stdinp; | |
^ | |
/usr/include/stdio.h:156:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stdinp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:156:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stdinp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:157:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stdoutp; | |
^ | |
/usr/include/stdio.h:157:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stdoutp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:157:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stdoutp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:158:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stderrp; | |
^ | |
/usr/include/stdio.h:158:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stderrp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:158:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stderrp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:231:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void clearerr(FILE *); | |
^ | |
/usr/include/stdio.h:231:21: note: insert '_Nullable' if the pointer may be null | |
void clearerr(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:231:21: note: insert '_Nonnull' if the pointer should never be null | |
void clearerr(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:232:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fclose(FILE *); | |
^ | |
/usr/include/stdio.h:232:18: note: insert '_Nullable' if the pointer may be null | |
int fclose(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:232:18: note: insert '_Nonnull' if the pointer should never be null | |
int fclose(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:233:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int feof(FILE *); | |
^ | |
/usr/include/stdio.h:233:16: note: insert '_Nullable' if the pointer may be null | |
int feof(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:233:16: note: insert '_Nonnull' if the pointer should never be null | |
int feof(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:234:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ferror(FILE *); | |
^ | |
/usr/include/stdio.h:234:18: note: insert '_Nullable' if the pointer may be null | |
int ferror(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:234:18: note: insert '_Nonnull' if the pointer should never be null | |
int ferror(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:235:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fflush(FILE *); | |
^ | |
/usr/include/stdio.h:235:18: note: insert '_Nullable' if the pointer may be null | |
int fflush(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:235:18: note: insert '_Nonnull' if the pointer should never be null | |
int fflush(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:236:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetc(FILE *); | |
^ | |
/usr/include/stdio.h:236:17: note: insert '_Nullable' if the pointer may be null | |
int fgetc(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:236:17: note: insert '_Nonnull' if the pointer should never be null | |
int fgetc(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:237:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
/usr/include/stdio.h:237:19: note: insert '_Nullable' if the pointer may be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:237:19: note: insert '_Nonnull' if the pointer should never be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:237:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
/usr/include/stdio.h:237:40: note: insert '_Nullable' if the pointer may be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:237:40: note: insert '_Nonnull' if the pointer should never be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:18: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:18: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:42: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:42: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:6: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:6: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:24: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:60: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:60: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:6: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:244:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:244:19: note: insert '_Nullable' if the pointer may be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:244:19: note: insert '_Nonnull' if the pointer should never be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:244:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:244:44: note: insert '_Nullable' if the pointer may be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:244:44: note: insert '_Nonnull' if the pointer should never be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:245:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputc(int, FILE *); | |
^ | |
/usr/include/stdio.h:245:22: note: insert '_Nullable' if the pointer may be null | |
int fputc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:245:22: note: insert '_Nonnull' if the pointer should never be null | |
int fputc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:246:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
/usr/include/stdio.h:246:23: note: insert '_Nullable' if the pointer may be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nullable | |
/usr/include/stdio.h:246:23: note: insert '_Nonnull' if the pointer should never be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:246:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
/usr/include/stdio.h:246:42: note: insert '_Nullable' if the pointer may be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nullable | |
/usr/include/stdio.h:246:42: note: insert '_Nonnull' if the pointer should never be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:247:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
/usr/include/stdio.h:247:20: note: insert '_Nullable' if the pointer may be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:247:20: note: insert '_Nonnull' if the pointer should never be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:247:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
/usr/include/stdio.h:247:77: note: insert '_Nullable' if the pointer may be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:247:77: note: insert '_Nonnull' if the pointer should never be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:26: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:51: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:51: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
/usr/include/stdio.h:249:23: note: insert '_Nullable' if the pointer may be null | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
_Nullable | |
/usr/include/stdio.h:249:23: note: insert '_Nonnull' if the pointer should never be null | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:6: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:250:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:250:18: note: insert '_Nullable' if the pointer may be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:250:18: note: insert '_Nonnull' if the pointer should never be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:250:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:250:43: note: insert '_Nullable' if the pointer may be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:250:43: note: insert '_Nonnull' if the pointer should never be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:251:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fseek(FILE *, long, int); | |
^ | |
/usr/include/stdio.h:251:17: note: insert '_Nullable' if the pointer may be null | |
int fseek(FILE *, long, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:251:17: note: insert '_Nonnull' if the pointer should never be null | |
int fseek(FILE *, long, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:252:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
/usr/include/stdio.h:252:19: note: insert '_Nullable' if the pointer may be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:252:19: note: insert '_Nonnull' if the pointer should never be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:252:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
/usr/include/stdio.h:252:35: note: insert '_Nullable' if the pointer may be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:252:35: note: insert '_Nonnull' if the pointer should never be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:253:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
long ftell(FILE *); | |
^ | |
/usr/include/stdio.h:253:18: note: insert '_Nullable' if the pointer may be null | |
long ftell(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:253:18: note: insert '_Nonnull' if the pointer should never be null | |
long ftell(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:254:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
/usr/include/stdio.h:254:27: note: insert '_Nullable' if the pointer may be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nullable | |
/usr/include/stdio.h:254:27: note: insert '_Nonnull' if the pointer should never be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:254:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
/usr/include/stdio.h:254:84: note: insert '_Nullable' if the pointer may be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nullable | |
/usr/include/stdio.h:254:84: note: insert '_Nonnull' if the pointer should never be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:255:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getc(FILE *); | |
^ | |
/usr/include/stdio.h:255:16: note: insert '_Nullable' if the pointer may be null | |
int getc(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:255:16: note: insert '_Nonnull' if the pointer should never be null | |
int getc(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:257:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *gets(char *); | |
^ | |
/usr/include/stdio.h:257:17: note: insert '_Nullable' if the pointer may be null | |
char *gets(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:257:17: note: insert '_Nonnull' if the pointer should never be null | |
char *gets(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:257:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *gets(char *); | |
^ | |
/usr/include/stdio.h:257:6: note: insert '_Nullable' if the pointer may be null | |
char *gets(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:257:6: note: insert '_Nonnull' if the pointer should never be null | |
char *gets(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:258:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void perror(const char *); | |
^ | |
/usr/include/stdio.h:258:25: note: insert '_Nullable' if the pointer may be null | |
void perror(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:258:25: note: insert '_Nonnull' if the pointer should never be null | |
void perror(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:259:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
/usr/include/stdio.h:259:24: note: insert '_Nullable' if the pointer may be null | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
_Nullable | |
/usr/include/stdio.h:259:24: note: insert '_Nonnull' if the pointer should never be null | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:260:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putc(int, FILE *); | |
^ | |
/usr/include/stdio.h:260:21: note: insert '_Nullable' if the pointer may be null | |
int putc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:260:21: note: insert '_Nonnull' if the pointer should never be null | |
int putc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:262:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int puts(const char *); | |
^ | |
/usr/include/stdio.h:262:22: note: insert '_Nullable' if the pointer may be null | |
int puts(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:262:22: note: insert '_Nonnull' if the pointer should never be null | |
int puts(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:263:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int remove(const char *); | |
^ | |
/usr/include/stdio.h:263:24: note: insert '_Nullable' if the pointer may be null | |
int remove(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:263:24: note: insert '_Nonnull' if the pointer should never be null | |
int remove(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:264:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int rename (const char *__old, const char *__new); | |
^ | |
/usr/include/stdio.h:264:25: note: insert '_Nullable' if the pointer may be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nullable | |
/usr/include/stdio.h:264:25: note: insert '_Nonnull' if the pointer should never be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:264:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int rename (const char *__old, const char *__new); | |
^ | |
/usr/include/stdio.h:264:44: note: insert '_Nullable' if the pointer may be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nullable | |
/usr/include/stdio.h:264:44: note: insert '_Nonnull' if the pointer should never be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:265:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void rewind(FILE *); | |
^ | |
/usr/include/stdio.h:265:19: note: insert '_Nullable' if the pointer may be null | |
void rewind(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:265:19: note: insert '_Nonnull' if the pointer should never be null | |
void rewind(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:266:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
/usr/include/stdio.h:266:23: note: insert '_Nullable' if the pointer may be null | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
_Nullable | |
/usr/include/stdio.h:266:23: note: insert '_Nonnull' if the pointer should never be null | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:267:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
/usr/include/stdio.h:267:19: note: insert '_Nullable' if the pointer may be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nullable | |
/usr/include/stdio.h:267:19: note: insert '_Nonnull' if the pointer should never be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:267:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
/usr/include/stdio.h:267:38: note: insert '_Nullable' if the pointer may be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nullable | |
/usr/include/stdio.h:267:38: note: insert '_Nonnull' if the pointer should never be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:268:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
/usr/include/stdio.h:268:19: note: insert '_Nullable' if the pointer may be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nullable | |
/usr/include/stdio.h:268:19: note: insert '_Nonnull' if the pointer should never be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:268:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
/usr/include/stdio.h:268:38: note: insert '_Nullable' if the pointer may be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nullable | |
/usr/include/stdio.h:268:38: note: insert '_Nonnull' if the pointer should never be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:269:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
/usr/include/stdio.h:269:19: note: insert '_Nullable' if the pointer may be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:269:19: note: insert '_Nonnull' if the pointer should never be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:269:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
/usr/include/stdio.h:269:44: note: insert '_Nullable' if the pointer may be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:269:44: note: insert '_Nonnull' if the pointer should never be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:270:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:270:24: note: insert '_Nullable' if the pointer may be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:270:24: note: insert '_Nonnull' if the pointer should never be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:270:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:270:49: note: insert '_Nullable' if the pointer may be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:270:49: note: insert '_Nonnull' if the pointer should never be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:271:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *tmpfile(void); | |
^ | |
/usr/include/stdio.h:271:6: note: insert '_Nullable' if the pointer may be null | |
FILE *tmpfile(void); | |
^ | |
_Nullable | |
/usr/include/stdio.h:271:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *tmpfile(void); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:277:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tmpnam(char *); | |
^ | |
/usr/include/stdio.h:277:19: note: insert '_Nullable' if the pointer may be null | |
char *tmpnam(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:277:19: note: insert '_Nonnull' if the pointer should never be null | |
char *tmpnam(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:277:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tmpnam(char *); | |
^ | |
/usr/include/stdio.h:277:6: note: insert '_Nullable' if the pointer may be null | |
char *tmpnam(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:277:6: note: insert '_Nonnull' if the pointer should never be null | |
char *tmpnam(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:278:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ungetc(int, FILE *); | |
^ | |
/usr/include/stdio.h:278:23: note: insert '_Nullable' if the pointer may be null | |
int ungetc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:278:23: note: insert '_Nonnull' if the pointer should never be null | |
int ungetc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:279:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:279:20: note: insert '_Nullable' if the pointer may be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:279:20: note: insert '_Nonnull' if the pointer should never be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:279:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:279:45: note: insert '_Nullable' if the pointer may be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:279:45: note: insert '_Nonnull' if the pointer should never be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:280:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
/usr/include/stdio.h:280:25: note: insert '_Nullable' if the pointer may be null | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:280:25: note: insert '_Nonnull' if the pointer should never be null | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
/usr/include/stdio.h:281:20: note: insert '_Nullable' if the pointer may be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:281:20: note: insert '_Nonnull' if the pointer should never be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:281:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
/usr/include/stdio.h:281:45: note: insert '_Nullable' if the pointer may be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:281:45: note: insert '_Nonnull' if the pointer should never be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:297:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid(char *); | |
^ | |
/usr/include/stdio.h:297:20: note: insert '_Nullable' if the pointer may be null | |
char *ctermid(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:297:20: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:297:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid(char *); | |
^ | |
/usr/include/stdio.h:297:6: note: insert '_Nullable' if the pointer may be null | |
char *ctermid(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:297:6: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:303:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
/usr/include/stdio.h:303:30: note: insert '_Nullable' if the pointer may be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:303:30: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:303:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
/usr/include/stdio.h:303:6: note: insert '_Nullable' if the pointer may be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:303:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:305:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fileno(FILE *); | |
^ | |
/usr/include/stdio.h:305:18: note: insert '_Nullable' if the pointer may be null | |
int fileno(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:305:18: note: insert '_Nonnull' if the pointer should never be null | |
int fileno(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:321:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:321:18: note: insert '_Nullable' if the pointer may be null | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:321:18: note: insert '_Nonnull' if the pointer should never be null | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:24: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:38: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:38: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:6: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:342:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __srget(FILE *); | |
^ | |
/usr/include/stdio.h:342:18: note: insert '_Nullable' if the pointer may be null | |
int __srget(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:342:18: note: insert '_Nonnull' if the pointer should never be null | |
int __srget(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:343:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:343:21: note: insert '_Nullable' if the pointer may be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:343:21: note: insert '_Nonnull' if the pointer should never be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:343:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:343:35: note: insert '_Nullable' if the pointer may be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:343:35: note: insert '_Nonnull' if the pointer should never be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:344:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __swbuf(int, FILE *); | |
^ | |
/usr/include/stdio.h:344:23: note: insert '_Nullable' if the pointer may be null | |
int __swbuf(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:344:23: note: insert '_Nonnull' if the pointer should never be null | |
int __swbuf(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:353:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
/usr/include/stdio.h:353:49: note: insert '_Nullable' if the pointer may be null | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
_Nullable | |
/usr/include/stdio.h:353:49: note: insert '_Nonnull' if the pointer should never be null | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
_Nonnull | |
/usr/include/stdio.h:379:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void flockfile(FILE *); | |
^ | |
/usr/include/stdio.h:379:22: note: insert '_Nullable' if the pointer may be null | |
void flockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:379:22: note: insert '_Nonnull' if the pointer should never be null | |
void flockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:380:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ftrylockfile(FILE *); | |
^ | |
/usr/include/stdio.h:380:24: note: insert '_Nullable' if the pointer may be null | |
int ftrylockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:380:24: note: insert '_Nonnull' if the pointer should never be null | |
int ftrylockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:381:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void funlockfile(FILE *); | |
^ | |
/usr/include/stdio.h:381:24: note: insert '_Nullable' if the pointer may be null | |
void funlockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:381:24: note: insert '_Nonnull' if the pointer should never be null | |
void funlockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:382:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getc_unlocked(FILE *); | |
^ | |
/usr/include/stdio.h:382:25: note: insert '_Nullable' if the pointer may be null | |
int getc_unlocked(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:382:25: note: insert '_Nonnull' if the pointer should never be null | |
int getc_unlocked(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:384:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putc_unlocked(int, FILE *); | |
^ | |
/usr/include/stdio.h:384:30: note: insert '_Nullable' if the pointer may be null | |
int putc_unlocked(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:384:30: note: insert '_Nonnull' if the pointer should never be null | |
int putc_unlocked(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:389:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getw(FILE *); | |
^ | |
/usr/include/stdio.h:389:16: note: insert '_Nullable' if the pointer may be null | |
int getw(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:389:16: note: insert '_Nonnull' if the pointer should never be null | |
int getw(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:390:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putw(int, FILE *); | |
^ | |
/usr/include/stdio.h:390:21: note: insert '_Nullable' if the pointer may be null | |
int putw(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:390:21: note: insert '_Nonnull' if the pointer should never be null | |
int putw(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:26: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:26: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:45: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:45: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:6: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:6: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:420:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
/usr/include/stdio.h:420:18: note: insert '_Nullable' if the pointer may be null | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
_Nullable | |
/usr/include/stdio.h:420:18: note: insert '_Nonnull' if the pointer should never be null | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:421:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
off_t ftello(FILE * __stream); | |
^ | |
/usr/include/stdio.h:421:20: note: insert '_Nullable' if the pointer may be null | |
off_t ftello(FILE * __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:421:20: note: insert '_Nonnull' if the pointer should never be null | |
off_t ftello(FILE * __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:427:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
/usr/include/stdio.h:427:20: note: insert '_Nullable' if the pointer may be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nullable | |
/usr/include/stdio.h:427:20: note: insert '_Nonnull' if the pointer should never be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:427:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
/usr/include/stdio.h:427:66: note: insert '_Nullable' if the pointer may be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nullable | |
/usr/include/stdio.h:427:66: note: insert '_Nonnull' if the pointer should never be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:428:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:428:19: note: insert '_Nullable' if the pointer may be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:428:19: note: insert '_Nonnull' if the pointer should never be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:428:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:428:53: note: insert '_Nullable' if the pointer may be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:428:53: note: insert '_Nonnull' if the pointer should never be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:429:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
/usr/include/stdio.h:429:24: note: insert '_Nullable' if the pointer may be null | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:429:24: note: insert '_Nonnull' if the pointer should never be null | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:430:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
/usr/include/stdio.h:430:21: note: insert '_Nullable' if the pointer may be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:430:21: note: insert '_Nonnull' if the pointer should never be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:430:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
/usr/include/stdio.h:430:67: note: insert '_Nullable' if the pointer may be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:430:67: note: insert '_Nonnull' if the pointer should never be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:431:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:431:25: note: insert '_Nullable' if the pointer may be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:431:25: note: insert '_Nonnull' if the pointer should never be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:431:56: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:431:56: note: insert '_Nullable' if the pointer may be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:431:56: note: insert '_Nonnull' if the pointer should never be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:445:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:445:29: note: insert '_Nullable' if the pointer may be null | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:445:29: note: insert '_Nonnull' if the pointer should never be null | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:446:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:446:30: note: insert '_Nullable' if the pointer may be null | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:446:30: note: insert '_Nonnull' if the pointer should never be null | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:23: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:23: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:24: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:24: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:53: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:53: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:100: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:100: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:100: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:22: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:22: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:23: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:23: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:52: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:52: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:82: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:82: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:82: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:459:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern __const char *__const sys_errlist[]; | |
^ | |
/usr/include/stdio.h:459:21: note: insert '_Nullable' if the pointer may be null | |
extern __const char *__const sys_errlist[]; | |
^ | |
_Nullable | |
/usr/include/stdio.h:459:21: note: insert '_Nonnull' if the pointer should never be null | |
extern __const char *__const sys_errlist[]; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:20: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:20: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:21: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:21: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:46: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:46: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:462:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid_r(char *); | |
^ | |
/usr/include/stdio.h:462:22: note: insert '_Nullable' if the pointer may be null | |
char *ctermid_r(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:462:22: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid_r(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:462:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid_r(char *); | |
^ | |
/usr/include/stdio.h:462:6: note: insert '_Nullable' if the pointer may be null | |
char *ctermid_r(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:462:6: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid_r(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:19: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:19: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:29: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:29: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:6: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:6: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:35: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:35: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:49: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:49: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:14: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:14: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:465:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fpurge(FILE *); | |
^ | |
/usr/include/stdio.h:465:18: note: insert '_Nullable' if the pointer may be null | |
int fpurge(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:465:18: note: insert '_Nonnull' if the pointer should never be null | |
int fpurge(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:466:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuffer(FILE *, char *, int); | |
^ | |
/usr/include/stdio.h:466:22: note: insert '_Nullable' if the pointer may be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:466:22: note: insert '_Nonnull' if the pointer should never be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:466:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuffer(FILE *, char *, int); | |
^ | |
/usr/include/stdio.h:466:30: note: insert '_Nullable' if the pointer may be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:466:30: note: insert '_Nonnull' if the pointer should never be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:467:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setlinebuf(FILE *); | |
^ | |
/usr/include/stdio.h:467:22: note: insert '_Nullable' if the pointer may be null | |
int setlinebuf(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:467:22: note: insert '_Nonnull' if the pointer should never be null | |
int setlinebuf(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:21: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:21: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:22: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:22: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:47: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:47: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:24: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:38: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:38: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:6: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:475:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *funopen(const void *, | |
^ | |
/usr/include/stdio.h:475:26: note: insert '_Nullable' if the pointer may be null | |
FILE *funopen(const void *, | |
^ | |
_Nullable | |
/usr/include/stdio.h:475:26: note: insert '_Nonnull' if the pointer should never be null | |
FILE *funopen(const void *, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:476:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, char *, int), | |
^ | |
/usr/include/stdio.h:476:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:476:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:476:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, char *, int), | |
^ | |
/usr/include/stdio.h:476:49: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:476:49: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:477:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
/usr/include/stdio.h:477:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:477:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:477:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
/usr/include/stdio.h:477:55: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:477:55: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:478:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
/usr/include/stdio.h:478:44: note: insert '_Nullable' if the pointer may be null | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:478:44: note: insert '_Nonnull' if the pointer should never be null | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:479:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *)); | |
^ | |
/usr/include/stdio.h:479:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:479:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:475:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *funopen(const void *, | |
^ | |
/usr/include/stdio.h:475:6: note: insert '_Nullable' if the pointer may be null | |
FILE *funopen(const void *, | |
^ | |
_Nullable | |
/usr/include/stdio.h:475:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *funopen(const void *, | |
^ | |
_Nonnull | |
148 warnings generated. | |
[203/352] Compiling src/core/myReadLine.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[204/352] Compiling src/core/write_object.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[205/352] Compiling src/core/numerics.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[206/352] Compiling src/core/lispReader.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[207/352] Compiling src/core/accessor.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
In file included from ../../src/core/numerics.cc:32: | |
In file included from ../../include/clasp/core/lisp.h:30: | |
/usr/include/stdio.h:89:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
unsigned char *_base; | |
^ | |
/usr/include/stdio.h:89:16: note: insert '_Nullable' if the pointer may be null | |
unsigned char *_base; | |
^ | |
_Nullable | |
/usr/include/stdio.h:89:16: note: insert '_Nonnull' if the pointer should never be null | |
unsigned char *_base; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:134:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
/usr/include/stdio.h:134:32: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:134:32: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:134:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
/usr/include/stdio.h:134:40: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:134:40: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _read) (void *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:135:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
/usr/include/stdio.h:135:35: note: insert '_Nullable' if the pointer may be null | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:135:35: note: insert '_Nonnull' if the pointer should never be null | |
fpos_t (* _Nullable _seek) (void *, fpos_t, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:136:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
/usr/include/stdio.h:136:32: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:136:32: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:136:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
/usr/include/stdio.h:136:46: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:136:46: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable _write)(void *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:140:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
/usr/include/stdio.h:140:18: note: insert '_Nullable' if the pointer may be null | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
_Nullable | |
/usr/include/stdio.h:140:18: note: insert '_Nonnull' if the pointer should never be null | |
struct __sFILEX *_extra; /* additions to FILE to not break ABI */ | |
^ | |
_Nonnull | |
/usr/include/stdio.h:156:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stdinp; | |
^ | |
/usr/include/stdio.h:156:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stdinp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:156:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stdinp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:157:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stdoutp; | |
^ | |
/usr/include/stdio.h:157:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stdoutp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:157:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stdoutp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:158:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern FILE *__stderrp; | |
^ | |
/usr/include/stdio.h:158:13: note: insert '_Nullable' if the pointer may be null | |
extern FILE *__stderrp; | |
^ | |
_Nullable | |
/usr/include/stdio.h:158:13: note: insert '_Nonnull' if the pointer should never be null | |
extern FILE *__stderrp; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:231:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void clearerr(FILE *); | |
^ | |
/usr/include/stdio.h:231:21: note: insert '_Nullable' if the pointer may be null | |
void clearerr(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:231:21: note: insert '_Nonnull' if the pointer should never be null | |
void clearerr(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:232:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fclose(FILE *); | |
^ | |
/usr/include/stdio.h:232:18: note: insert '_Nullable' if the pointer may be null | |
int fclose(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:232:18: note: insert '_Nonnull' if the pointer should never be null | |
int fclose(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:233:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int feof(FILE *); | |
^ | |
/usr/include/stdio.h:233:16: note: insert '_Nullable' if the pointer may be null | |
int feof(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:233:16: note: insert '_Nonnull' if the pointer should never be null | |
int feof(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:234:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ferror(FILE *); | |
^ | |
/usr/include/stdio.h:234:18: note: insert '_Nullable' if the pointer may be null | |
int ferror(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:234:18: note: insert '_Nonnull' if the pointer should never be null | |
int ferror(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:235:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fflush(FILE *); | |
^ | |
/usr/include/stdio.h:235:18: note: insert '_Nullable' if the pointer may be null | |
int fflush(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:235:18: note: insert '_Nonnull' if the pointer should never be null | |
int fflush(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:236:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetc(FILE *); | |
^ | |
/usr/include/stdio.h:236:17: note: insert '_Nullable' if the pointer may be null | |
int fgetc(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:236:17: note: insert '_Nonnull' if the pointer should never be null | |
int fgetc(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:237:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
/usr/include/stdio.h:237:19: note: insert '_Nullable' if the pointer may be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:237:19: note: insert '_Nonnull' if the pointer should never be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:237:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
/usr/include/stdio.h:237:40: note: insert '_Nullable' if the pointer may be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:237:40: note: insert '_Nonnull' if the pointer should never be null | |
int fgetpos(FILE * __restrict, fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:18: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:18: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:42: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:42: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:238:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
/usr/include/stdio.h:238:6: note: insert '_Nullable' if the pointer may be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:238:6: note: insert '_Nonnull' if the pointer should never be null | |
char *fgets(char * __restrict, int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:24: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:60: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:60: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:242:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
/usr/include/stdio.h:242:6: note: insert '_Nullable' if the pointer may be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:242:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:244:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:244:19: note: insert '_Nullable' if the pointer may be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:244:19: note: insert '_Nonnull' if the pointer should never be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:244:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:244:44: note: insert '_Nullable' if the pointer may be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:244:44: note: insert '_Nonnull' if the pointer should never be null | |
int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:245:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputc(int, FILE *); | |
^ | |
/usr/include/stdio.h:245:22: note: insert '_Nullable' if the pointer may be null | |
int fputc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:245:22: note: insert '_Nonnull' if the pointer should never be null | |
int fputc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:246:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
/usr/include/stdio.h:246:23: note: insert '_Nullable' if the pointer may be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nullable | |
/usr/include/stdio.h:246:23: note: insert '_Nonnull' if the pointer should never be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:246:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
/usr/include/stdio.h:246:42: note: insert '_Nullable' if the pointer may be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nullable | |
/usr/include/stdio.h:246:42: note: insert '_Nonnull' if the pointer should never be null | |
int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:247:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
/usr/include/stdio.h:247:20: note: insert '_Nullable' if the pointer may be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:247:20: note: insert '_Nonnull' if the pointer should never be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:247:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
/usr/include/stdio.h:247:77: note: insert '_Nullable' if the pointer may be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:247:77: note: insert '_Nonnull' if the pointer should never be null | |
size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:26: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:26: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:51: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:51: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
/usr/include/stdio.h:249:23: note: insert '_Nullable' if the pointer may be null | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
_Nullable | |
/usr/include/stdio.h:249:23: note: insert '_Nonnull' if the pointer should never be null | |
FILE * __restrict) __DARWIN_ALIAS(freopen); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:248:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
/usr/include/stdio.h:248:6: note: insert '_Nullable' if the pointer may be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nullable | |
/usr/include/stdio.h:248:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *freopen(const char * __restrict, const char * __restrict, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:250:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:250:18: note: insert '_Nullable' if the pointer may be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:250:18: note: insert '_Nonnull' if the pointer should never be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:250:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:250:43: note: insert '_Nullable' if the pointer may be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:250:43: note: insert '_Nonnull' if the pointer should never be null | |
int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:251:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fseek(FILE *, long, int); | |
^ | |
/usr/include/stdio.h:251:17: note: insert '_Nullable' if the pointer may be null | |
int fseek(FILE *, long, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:251:17: note: insert '_Nonnull' if the pointer should never be null | |
int fseek(FILE *, long, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:252:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
/usr/include/stdio.h:252:19: note: insert '_Nullable' if the pointer may be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:252:19: note: insert '_Nonnull' if the pointer should never be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:252:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
/usr/include/stdio.h:252:35: note: insert '_Nullable' if the pointer may be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:252:35: note: insert '_Nonnull' if the pointer should never be null | |
int fsetpos(FILE *, const fpos_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:253:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
long ftell(FILE *); | |
^ | |
/usr/include/stdio.h:253:18: note: insert '_Nullable' if the pointer may be null | |
long ftell(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:253:18: note: insert '_Nonnull' if the pointer should never be null | |
long ftell(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:254:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
/usr/include/stdio.h:254:27: note: insert '_Nullable' if the pointer may be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nullable | |
/usr/include/stdio.h:254:27: note: insert '_Nonnull' if the pointer should never be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:254:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
/usr/include/stdio.h:254:84: note: insert '_Nullable' if the pointer may be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nullable | |
/usr/include/stdio.h:254:84: note: insert '_Nonnull' if the pointer should never be null | |
size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:255:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getc(FILE *); | |
^ | |
/usr/include/stdio.h:255:16: note: insert '_Nullable' if the pointer may be null | |
int getc(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:255:16: note: insert '_Nonnull' if the pointer should never be null | |
int getc(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:257:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *gets(char *); | |
^ | |
/usr/include/stdio.h:257:17: note: insert '_Nullable' if the pointer may be null | |
char *gets(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:257:17: note: insert '_Nonnull' if the pointer should never be null | |
char *gets(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:257:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *gets(char *); | |
^ | |
/usr/include/stdio.h:257:6: note: insert '_Nullable' if the pointer may be null | |
char *gets(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:257:6: note: insert '_Nonnull' if the pointer should never be null | |
char *gets(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:258:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void perror(const char *); | |
^ | |
/usr/include/stdio.h:258:25: note: insert '_Nullable' if the pointer may be null | |
void perror(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:258:25: note: insert '_Nonnull' if the pointer should never be null | |
void perror(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:259:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
/usr/include/stdio.h:259:24: note: insert '_Nullable' if the pointer may be null | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
_Nullable | |
/usr/include/stdio.h:259:24: note: insert '_Nonnull' if the pointer should never be null | |
int printf(const char * __restrict, ...) __printflike(1, 2); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:260:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putc(int, FILE *); | |
^ | |
/usr/include/stdio.h:260:21: note: insert '_Nullable' if the pointer may be null | |
int putc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:260:21: note: insert '_Nonnull' if the pointer should never be null | |
int putc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:262:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int puts(const char *); | |
^ | |
/usr/include/stdio.h:262:22: note: insert '_Nullable' if the pointer may be null | |
int puts(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:262:22: note: insert '_Nonnull' if the pointer should never be null | |
int puts(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:263:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int remove(const char *); | |
^ | |
/usr/include/stdio.h:263:24: note: insert '_Nullable' if the pointer may be null | |
int remove(const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:263:24: note: insert '_Nonnull' if the pointer should never be null | |
int remove(const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:264:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int rename (const char *__old, const char *__new); | |
^ | |
/usr/include/stdio.h:264:25: note: insert '_Nullable' if the pointer may be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nullable | |
/usr/include/stdio.h:264:25: note: insert '_Nonnull' if the pointer should never be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:264:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int rename (const char *__old, const char *__new); | |
^ | |
/usr/include/stdio.h:264:44: note: insert '_Nullable' if the pointer may be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nullable | |
/usr/include/stdio.h:264:44: note: insert '_Nonnull' if the pointer should never be null | |
int rename (const char *__old, const char *__new); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:265:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void rewind(FILE *); | |
^ | |
/usr/include/stdio.h:265:19: note: insert '_Nullable' if the pointer may be null | |
void rewind(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:265:19: note: insert '_Nonnull' if the pointer should never be null | |
void rewind(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:266:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
/usr/include/stdio.h:266:23: note: insert '_Nullable' if the pointer may be null | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
_Nullable | |
/usr/include/stdio.h:266:23: note: insert '_Nonnull' if the pointer should never be null | |
int scanf(const char * __restrict, ...) __scanflike(1, 2); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:267:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
/usr/include/stdio.h:267:19: note: insert '_Nullable' if the pointer may be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nullable | |
/usr/include/stdio.h:267:19: note: insert '_Nonnull' if the pointer should never be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:267:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
/usr/include/stdio.h:267:38: note: insert '_Nullable' if the pointer may be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nullable | |
/usr/include/stdio.h:267:38: note: insert '_Nonnull' if the pointer should never be null | |
void setbuf(FILE * __restrict, char * __restrict); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:268:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
/usr/include/stdio.h:268:19: note: insert '_Nullable' if the pointer may be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nullable | |
/usr/include/stdio.h:268:19: note: insert '_Nonnull' if the pointer should never be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:268:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
/usr/include/stdio.h:268:38: note: insert '_Nullable' if the pointer may be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nullable | |
/usr/include/stdio.h:268:38: note: insert '_Nonnull' if the pointer should never be null | |
int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:269:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
/usr/include/stdio.h:269:19: note: insert '_Nullable' if the pointer may be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:269:19: note: insert '_Nonnull' if the pointer should never be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:269:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
/usr/include/stdio.h:269:44: note: insert '_Nullable' if the pointer may be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:269:44: note: insert '_Nonnull' if the pointer should never be null | |
int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:270:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:270:24: note: insert '_Nullable' if the pointer may be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:270:24: note: insert '_Nonnull' if the pointer should never be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:270:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
/usr/include/stdio.h:270:49: note: insert '_Nullable' if the pointer may be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:270:49: note: insert '_Nonnull' if the pointer should never be null | |
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:271:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *tmpfile(void); | |
^ | |
/usr/include/stdio.h:271:6: note: insert '_Nullable' if the pointer may be null | |
FILE *tmpfile(void); | |
^ | |
_Nullable | |
/usr/include/stdio.h:271:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *tmpfile(void); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:277:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tmpnam(char *); | |
^ | |
/usr/include/stdio.h:277:19: note: insert '_Nullable' if the pointer may be null | |
char *tmpnam(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:277:19: note: insert '_Nonnull' if the pointer should never be null | |
char *tmpnam(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:277:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tmpnam(char *); | |
^ | |
/usr/include/stdio.h:277:6: note: insert '_Nullable' if the pointer may be null | |
char *tmpnam(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:277:6: note: insert '_Nonnull' if the pointer should never be null | |
char *tmpnam(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:278:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ungetc(int, FILE *); | |
^ | |
/usr/include/stdio.h:278:23: note: insert '_Nullable' if the pointer may be null | |
int ungetc(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:278:23: note: insert '_Nonnull' if the pointer should never be null | |
int ungetc(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:279:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:279:20: note: insert '_Nullable' if the pointer may be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:279:20: note: insert '_Nonnull' if the pointer should never be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:279:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:279:45: note: insert '_Nullable' if the pointer may be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:279:45: note: insert '_Nonnull' if the pointer should never be null | |
int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:280:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
/usr/include/stdio.h:280:25: note: insert '_Nullable' if the pointer may be null | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:280:25: note: insert '_Nonnull' if the pointer should never be null | |
int vprintf(const char * __restrict, va_list) __printflike(1, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
/usr/include/stdio.h:281:20: note: insert '_Nullable' if the pointer may be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:281:20: note: insert '_Nonnull' if the pointer should never be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:281:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
/usr/include/stdio.h:281:45: note: insert '_Nullable' if the pointer may be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:281:45: note: insert '_Nonnull' if the pointer should never be null | |
int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:297:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid(char *); | |
^ | |
/usr/include/stdio.h:297:20: note: insert '_Nullable' if the pointer may be null | |
char *ctermid(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:297:20: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:297:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid(char *); | |
^ | |
/usr/include/stdio.h:297:6: note: insert '_Nullable' if the pointer may be null | |
char *ctermid(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:297:6: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:303:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
/usr/include/stdio.h:303:30: note: insert '_Nullable' if the pointer may be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:303:30: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:303:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
/usr/include/stdio.h:303:6: note: insert '_Nullable' if the pointer may be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:303:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:305:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fileno(FILE *); | |
^ | |
/usr/include/stdio.h:305:18: note: insert '_Nullable' if the pointer may be null | |
int fileno(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:305:18: note: insert '_Nonnull' if the pointer should never be null | |
int fileno(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:321:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:321:18: note: insert '_Nullable' if the pointer may be null | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:321:18: note: insert '_Nonnull' if the pointer should never be null | |
int pclose(FILE *) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:24: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:38: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:38: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:325:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
/usr/include/stdio.h:325:6: note: insert '_Nullable' if the pointer may be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nullable | |
/usr/include/stdio.h:325:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable_on("Use posix_spawn APIs or NSTask instead.", "Process spawning is unavailable."); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:342:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __srget(FILE *); | |
^ | |
/usr/include/stdio.h:342:18: note: insert '_Nullable' if the pointer may be null | |
int __srget(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:342:18: note: insert '_Nonnull' if the pointer should never be null | |
int __srget(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:343:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:343:21: note: insert '_Nullable' if the pointer may be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:343:21: note: insert '_Nonnull' if the pointer should never be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:343:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:343:35: note: insert '_Nullable' if the pointer may be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:343:35: note: insert '_Nonnull' if the pointer should never be null | |
int __svfscanf(FILE *, const char *, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:344:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int __swbuf(int, FILE *); | |
^ | |
/usr/include/stdio.h:344:23: note: insert '_Nullable' if the pointer may be null | |
int __swbuf(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:344:23: note: insert '_Nonnull' if the pointer should never be null | |
int __swbuf(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:353:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
/usr/include/stdio.h:353:49: note: insert '_Nullable' if the pointer may be null | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
_Nullable | |
/usr/include/stdio.h:353:49: note: insert '_Nonnull' if the pointer should never be null | |
__header_always_inline int __sputc(int _c, FILE *_p) { | |
^ | |
_Nonnull | |
/usr/include/stdio.h:379:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void flockfile(FILE *); | |
^ | |
/usr/include/stdio.h:379:22: note: insert '_Nullable' if the pointer may be null | |
void flockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:379:22: note: insert '_Nonnull' if the pointer should never be null | |
void flockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:380:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int ftrylockfile(FILE *); | |
^ | |
/usr/include/stdio.h:380:24: note: insert '_Nullable' if the pointer may be null | |
int ftrylockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:380:24: note: insert '_Nonnull' if the pointer should never be null | |
int ftrylockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:381:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void funlockfile(FILE *); | |
^ | |
/usr/include/stdio.h:381:24: note: insert '_Nullable' if the pointer may be null | |
void funlockfile(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:381:24: note: insert '_Nonnull' if the pointer should never be null | |
void funlockfile(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:382:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getc_unlocked(FILE *); | |
^ | |
/usr/include/stdio.h:382:25: note: insert '_Nullable' if the pointer may be null | |
int getc_unlocked(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:382:25: note: insert '_Nonnull' if the pointer should never be null | |
int getc_unlocked(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:384:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putc_unlocked(int, FILE *); | |
^ | |
/usr/include/stdio.h:384:30: note: insert '_Nullable' if the pointer may be null | |
int putc_unlocked(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:384:30: note: insert '_Nonnull' if the pointer should never be null | |
int putc_unlocked(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:389:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int getw(FILE *); | |
^ | |
/usr/include/stdio.h:389:16: note: insert '_Nullable' if the pointer may be null | |
int getw(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:389:16: note: insert '_Nonnull' if the pointer should never be null | |
int getw(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:390:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int putw(int, FILE *); | |
^ | |
/usr/include/stdio.h:390:21: note: insert '_Nullable' if the pointer may be null | |
int putw(int, FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:390:21: note: insert '_Nonnull' if the pointer should never be null | |
int putw(int, FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:26: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:26: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:45: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:45: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:397:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
/usr/include/stdio.h:397:6: note: insert '_Nullable' if the pointer may be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nullable | |
/usr/include/stdio.h:397:6: note: insert '_Nonnull' if the pointer should never be null | |
char *tempnam(const char *__dir, const char *__prefix) __DARWIN_ALIAS(tempnam); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:420:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
/usr/include/stdio.h:420:18: note: insert '_Nullable' if the pointer may be null | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
_Nullable | |
/usr/include/stdio.h:420:18: note: insert '_Nonnull' if the pointer should never be null | |
int fseeko(FILE * __stream, off_t __offset, int __whence); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:421:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
off_t ftello(FILE * __stream); | |
^ | |
/usr/include/stdio.h:421:20: note: insert '_Nullable' if the pointer may be null | |
off_t ftello(FILE * __stream); | |
^ | |
_Nullable | |
/usr/include/stdio.h:421:20: note: insert '_Nonnull' if the pointer should never be null | |
off_t ftello(FILE * __stream); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:427:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
/usr/include/stdio.h:427:20: note: insert '_Nullable' if the pointer may be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nullable | |
/usr/include/stdio.h:427:20: note: insert '_Nonnull' if the pointer should never be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:427:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
/usr/include/stdio.h:427:66: note: insert '_Nullable' if the pointer may be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nullable | |
/usr/include/stdio.h:427:66: note: insert '_Nonnull' if the pointer should never be null | |
int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:428:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:428:19: note: insert '_Nullable' if the pointer may be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:428:19: note: insert '_Nonnull' if the pointer should never be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:428:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:428:53: note: insert '_Nullable' if the pointer may be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:428:53: note: insert '_Nonnull' if the pointer should never be null | |
int vfscanf(FILE * __restrict __stream, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:429:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
/usr/include/stdio.h:429:24: note: insert '_Nullable' if the pointer may be null | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:429:24: note: insert '_Nonnull' if the pointer should never be null | |
int vscanf(const char * __restrict __format, va_list) __scanflike(1, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:430:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
/usr/include/stdio.h:430:21: note: insert '_Nullable' if the pointer may be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:430:21: note: insert '_Nonnull' if the pointer should never be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:430:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
/usr/include/stdio.h:430:67: note: insert '_Nullable' if the pointer may be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:430:67: note: insert '_Nonnull' if the pointer should never be null | |
int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:431:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:431:25: note: insert '_Nullable' if the pointer may be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:431:25: note: insert '_Nonnull' if the pointer should never be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:431:56: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
/usr/include/stdio.h:431:56: note: insert '_Nullable' if the pointer may be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:431:56: note: insert '_Nonnull' if the pointer should never be null | |
int vsscanf(const char * __restrict __str, const char * __restrict __format, va_list) __scanflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:445:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:445:29: note: insert '_Nullable' if the pointer may be null | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:445:29: note: insert '_Nonnull' if the pointer should never be null | |
int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:446:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:446:30: note: insert '_Nullable' if the pointer may be null | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:446:30: note: insert '_Nonnull' if the pointer should never be null | |
int vdprintf(int, const char * __restrict, va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:23: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:23: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:24: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:24: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:53: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:53: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:447:100: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:447:100: note: insert '_Nullable' if the pointer may be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:447:100: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:22: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:22: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:23: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:23: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:52: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:52: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:448:82: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
/usr/include/stdio.h:448:82: note: insert '_Nullable' if the pointer may be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:448:82: note: insert '_Nonnull' if the pointer should never be null | |
ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:459:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern __const char *__const sys_errlist[]; | |
^ | |
/usr/include/stdio.h:459:21: note: insert '_Nullable' if the pointer may be null | |
extern __const char *__const sys_errlist[]; | |
^ | |
_Nullable | |
/usr/include/stdio.h:459:21: note: insert '_Nonnull' if the pointer should never be null | |
extern __const char *__const sys_errlist[]; | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:20: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:20: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:21: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:21: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:461:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
/usr/include/stdio.h:461:46: note: insert '_Nullable' if the pointer may be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nullable | |
/usr/include/stdio.h:461:46: note: insert '_Nonnull' if the pointer should never be null | |
int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:462:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid_r(char *); | |
^ | |
/usr/include/stdio.h:462:22: note: insert '_Nullable' if the pointer may be null | |
char *ctermid_r(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:462:22: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid_r(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:462:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *ctermid_r(char *); | |
^ | |
/usr/include/stdio.h:462:6: note: insert '_Nullable' if the pointer may be null | |
char *ctermid_r(char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:462:6: note: insert '_Nonnull' if the pointer should never be null | |
char *ctermid_r(char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:19: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:19: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:29: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:29: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:463:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
char *fgetln(FILE *, size_t *); | |
^ | |
/usr/include/stdio.h:463:6: note: insert '_Nullable' if the pointer may be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:463:6: note: insert '_Nonnull' if the pointer should never be null | |
char *fgetln(FILE *, size_t *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:35: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:35: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:49: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:49: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:464:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
/usr/include/stdio.h:464:14: note: insert '_Nullable' if the pointer may be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:464:14: note: insert '_Nonnull' if the pointer should never be null | |
__const char *fmtcheck(const char *, const char *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:465:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int fpurge(FILE *); | |
^ | |
/usr/include/stdio.h:465:18: note: insert '_Nullable' if the pointer may be null | |
int fpurge(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:465:18: note: insert '_Nonnull' if the pointer should never be null | |
int fpurge(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:466:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuffer(FILE *, char *, int); | |
^ | |
/usr/include/stdio.h:466:22: note: insert '_Nullable' if the pointer may be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:466:22: note: insert '_Nonnull' if the pointer should never be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:466:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
void setbuffer(FILE *, char *, int); | |
^ | |
/usr/include/stdio.h:466:30: note: insert '_Nullable' if the pointer may be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:466:30: note: insert '_Nonnull' if the pointer should never be null | |
void setbuffer(FILE *, char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:467:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int setlinebuf(FILE *); | |
^ | |
/usr/include/stdio.h:467:22: note: insert '_Nullable' if the pointer may be null | |
int setlinebuf(FILE *); | |
^ | |
_Nullable | |
/usr/include/stdio.h:467:22: note: insert '_Nonnull' if the pointer should never be null | |
int setlinebuf(FILE *); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:21: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:21: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:22: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:22: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:468:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
/usr/include/stdio.h:468:47: note: insert '_Nullable' if the pointer may be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nullable | |
/usr/include/stdio.h:468:47: note: insert '_Nonnull' if the pointer should never be null | |
int vasprintf(char ** __restrict, const char * __restrict, va_list) __printflike(2, 0); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:24: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:24: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:38: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:38: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:469:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *zopen(const char *, const char *, int); | |
^ | |
/usr/include/stdio.h:469:6: note: insert '_Nullable' if the pointer may be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nullable | |
/usr/include/stdio.h:469:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *zopen(const char *, const char *, int); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:475:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *funopen(const void *, | |
^ | |
/usr/include/stdio.h:475:26: note: insert '_Nullable' if the pointer may be null | |
FILE *funopen(const void *, | |
^ | |
_Nullable | |
/usr/include/stdio.h:475:26: note: insert '_Nonnull' if the pointer should never be null | |
FILE *funopen(const void *, | |
^ | |
_Nonnull | |
/usr/include/stdio.h:476:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, char *, int), | |
^ | |
/usr/include/stdio.h:476:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:476:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:476:49: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, char *, int), | |
^ | |
/usr/include/stdio.h:476:49: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:476:49: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:477:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
/usr/include/stdio.h:477:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:477:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:477:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
/usr/include/stdio.h:477:55: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:477:55: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *, const char *, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:478:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
/usr/include/stdio.h:478:44: note: insert '_Nullable' if the pointer may be null | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
_Nullable | |
/usr/include/stdio.h:478:44: note: insert '_Nonnull' if the pointer should never be null | |
fpos_t (* _Nullable)(void *, fpos_t, int), | |
^ | |
_Nonnull | |
/usr/include/stdio.h:479:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int (* _Nullable)(void *)); | |
^ | |
/usr/include/stdio.h:479:41: note: insert '_Nullable' if the pointer may be null | |
int (* _Nullable)(void *)); | |
^ | |
_Nullable | |
/usr/include/stdio.h:479:41: note: insert '_Nonnull' if the pointer should never be null | |
int (* _Nullable)(void *)); | |
^ | |
_Nonnull | |
/usr/include/stdio.h:475:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
FILE *funopen(const void *, | |
^ | |
/usr/include/stdio.h:475:6: note: insert '_Nullable' if the pointer may be null | |
FILE *funopen(const void *, | |
^ | |
_Nullable | |
/usr/include/stdio.h:475:6: note: insert '_Nonnull' if the pointer should never be null | |
FILE *funopen(const void *, | |
^ | |
_Nonnull | |
148 warnings generated. | |
[208/352] Compiling src/clbind/inheritance.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[209/352] Compiling src/gctools/threadlocal.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[210/352] Compiling src/core/lightProfiler.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[211/352] Compiling src/core/lispMath.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[212/352] Compiling src/core/nativeVector.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[213/352] Compiling src/gctools/gcFunctions.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[214/352] Compiling src/core/print.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[215/352] Compiling src/clbind/clbindPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[216/352] Compiling src/core/bundle.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[217/352] Compiling src/core/weakKeyMapping.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[218/352] Compiling src/core/bootStrapCoreSymbolMap.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[219/352] Compiling src/core/cache.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[220/352] Compiling src/core/designators.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[221/352] Compiling src/core/hashTableEq.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[222/352] Compiling src/core/cleavirPrimopsPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[223/352] Compiling src/core/bits.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[224/352] Compiling src/core/weakPointer.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[225/352] Compiling src/core/float_to_digits.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[226/352] Compiling src/core/pointer.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[227/352] Compiling src/gctools/memoryManagement.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[228/352] Compiling src/core/sequence.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[229/352] Compiling src/core/documentation.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[230/352] Compiling src/core/commandLineOptions.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[231/352] Compiling src/core/hashTableEql.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[232/352] Compiling src/core/profile.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[233/352] Compiling src/core/compPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[234/352] Compiling src/clbind/class.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[235/352] Compiling src/core/candoOpenMp.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[236/352] Compiling src/llvmo/intrinsics.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[237/352] Compiling src/core/backquote.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[238/352] Compiling src/core/loadTimeValues.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[239/352] Compiling src/serveEvent/serveEventPackage.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[240/352] Compiling src/core/clasp_ffi_package.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[241/352] Compiling src/asttooling/astVisitor.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[242/352] Compiling src/core/sexpSaveArchive.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[243/352] Compiling src/core/exceptions.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[244/352] Compiling src/core/lisp.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[245/352] Compiling src/gctools/interrupt.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
1 warning generated. | |
[246/352] Compiling src/asttooling/clangCompiler.cc | |
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option] | |
In file included from ../../src/gctools/interrupt.cc:1: | |
/usr/include/signal.h:69:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
extern __const char *__const sys_signame[NSIG]; | |
^ | |
/usr/include/signal.h:69:21: note: insert '_Nullable' if the pointer may be null | |
extern __const char *__const sys_signame[NSIG]; | |
^ | |
_Nullable | |
/usr/include/signal.h:69:21: note: insert '_Nonnull' if the pointer should never be null | |
extern __const char *__const sys_signame[NSIG]; | |
^ | |
_Nonnull | |
/usr/include/signal.h:82:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pthread_kill(pthread_t, int); | |
^ | |
/usr/include/signal.h:82:18: note: insert '_Nullable' if the pointer may be null | |
int pthread_kill(pthread_t, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:82:18: note: insert '_Nonnull' if the pointer should never be null | |
int pthread_kill(pthread_t, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:83:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
/usr/include/signal.h:83:41: note: insert '_Nullable' if the pointer may be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nullable | |
/usr/include/signal.h:83:41: note: insert '_Nonnull' if the pointer should never be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nonnull | |
/usr/include/signal.h:83:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
/usr/include/signal.h:83:53: note: insert '_Nullable' if the pointer may be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nullable | |
/usr/include/signal.h:83:53: note: insert '_Nonnull' if the pointer should never be null | |
int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); | |
^ | |
_Nonnull | |
/usr/include/signal.h:84:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaction(int, const struct sigaction * __restrict, | |
^ | |
/usr/include/signal.h:84:43: note: insert '_Nullable' if the pointer may be null | |
int sigaction(int, const struct sigaction * __restrict, | |
^ | |
_Nullable | |
/usr/include/signal.h:84:43: note: insert '_Nonnull' if the pointer should never be null | |
int sigaction(int, const struct sigaction * __restrict, | |
^ | |
_Nonnull | |
/usr/include/signal.h:85:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
struct sigaction * __restrict); | |
^ | |
/usr/include/signal.h:85:23: note: insert '_Nullable' if the pointer may be null | |
struct sigaction * __restrict); | |
^ | |
_Nullable | |
/usr/include/signal.h:85:23: note: insert '_Nonnull' if the pointer should never be null | |
struct sigaction * __restrict); | |
^ | |
_Nonnull | |
/usr/include/signal.h:86:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaddset(sigset_t *, int); | |
^ | |
/usr/include/signal.h:86:24: note: insert '_Nullable' if the pointer may be null | |
int sigaddset(sigset_t *, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:86:24: note: insert '_Nonnull' if the pointer should never be null | |
int sigaddset(sigset_t *, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:87:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
/usr/include/signal.h:87:31: note: insert '_Nullable' if the pointer may be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nullable | |
/usr/include/signal.h:87:31: note: insert '_Nonnull' if the pointer should never be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nonnull | |
/usr/include/signal.h:87:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
/usr/include/signal.h:87:53: note: insert '_Nullable' if the pointer may be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nullable | |
/usr/include/signal.h:87:53: note: insert '_Nonnull' if the pointer should never be null | |
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
_Nonnull | |
/usr/include/signal.h:88:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigdelset(sigset_t *, int); | |
^ | |
/usr/include/signal.h:88:24: note: insert '_Nullable' if the pointer may be null | |
int sigdelset(sigset_t *, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:88:24: note: insert '_Nonnull' if the pointer should never be null | |
int sigdelset(sigset_t *, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:89:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigemptyset(sigset_t *); | |
^ | |
/usr/include/signal.h:89:26: note: insert '_Nullable' if the pointer may be null | |
int sigemptyset(sigset_t *); | |
^ | |
_Nullable | |
/usr/include/signal.h:89:26: note: insert '_Nonnull' if the pointer should never be null | |
int sigemptyset(sigset_t *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:90:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigfillset(sigset_t *); | |
^ | |
/usr/include/signal.h:90:25: note: insert '_Nullable' if the pointer may be null | |
int sigfillset(sigset_t *); | |
^ | |
_Nullable | |
/usr/include/signal.h:90:25: note: insert '_Nonnull' if the pointer should never be null | |
int sigfillset(sigset_t *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:94:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigismember(const sigset_t *, int); | |
^ | |
/usr/include/signal.h:94:32: note: insert '_Nullable' if the pointer may be null | |
int sigismember(const sigset_t *, int); | |
^ | |
_Nullable | |
/usr/include/signal.h:94:32: note: insert '_Nonnull' if the pointer should never be null | |
int sigismember(const sigset_t *, int); | |
^ | |
_Nonnull | |
/usr/include/signal.h:96:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigpending(sigset_t *); | |
^ | |
/usr/include/signal.h:96:25: note: insert '_Nullable' if the pointer may be null | |
int sigpending(sigset_t *); | |
^ | |
_Nullable | |
/usr/include/signal.h:96:25: note: insert '_Nonnull' if the pointer should never be null | |
int sigpending(sigset_t *); | |
^ | |
_Nonnull | |
/usr/include/signal.h:97:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); | |
^ | |
/usr/include/signal.h:97:37: note: insert '_Nullable' if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment