Last active
November 21, 2018 09:40
-
-
Save jcelerier/dea2e62b0c6f002ed2af5d2a531d3821 to your computer and use it in GitHub Desktop.
This file contains 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
./build-all.sh llvm | |
which: no ninja in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) | |
-- The C compiler identification is GNU 7.3.0 | |
-- The CXX compiler identification is GNU 7.3.0 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /usr/bin/cc.exe | |
-- Check for working C compiler: /usr/bin/cc.exe | |
-- Check for working C compiler: /usr/bin/cc.exe -- 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/bin/c++.exe | |
-- Check for working CXX compiler: /usr/bin/c++.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Looking for dlfcn.h | |
CMake Warning (dev) at /usr/share/cmake-3.12.4/Modules/CheckIncludeFile.cmake:70 (message): | |
Policy CMP0075 is not set: Include file check macros honor | |
CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
CMAKE_REQUIRED_LIBRARIES is set to: | |
m | |
For compatibility with CMake 3.11 and below this check is ignoring it. | |
Call Stack (most recent call first): | |
cmake/config-ix.cmake:26 (check_include_file) | |
CMakeLists.txt:578 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Looking for dlfcn.h - found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for link.h | |
-- Looking for link.h - not found | |
-- Looking for malloc.h | |
-- Looking for malloc.h - found | |
-- Looking for malloc/malloc.h | |
-- Looking for malloc/malloc.h - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for sys/ioctl.h | |
-- Looking for sys/ioctl.h - found | |
-- Looking for sys/mman.h | |
-- Looking for sys/mman.h - found | |
-- Looking for sys/param.h | |
-- Looking for sys/param.h - found | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - found | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for termios.h | |
-- Looking for termios.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for valgrind/valgrind.h | |
-- Looking for valgrind/valgrind.h - not found | |
-- Looking for zlib.h | |
-- Looking for zlib.h - not 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 - not found | |
-- Looking for histedit.h | |
-- Looking for histedit.h - not found | |
-- Looking for CrashReporterClient.h | |
-- Looking for CrashReporterClient.h - not found | |
-- 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 - found | |
-- Looking for pfm_initialize in pfm | |
-- Looking for pfm_initialize in pfm - 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 - not found | |
-- Looking for compress2 in zlib_static | |
-- Looking for compress2 in zlib_static - not found | |
-- Looking for compress2 in zlib | |
-- Looking for compress2 in zlib - not 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 - not found | |
-- Looking for setupterm in ncurses | |
-- Looking for setupterm in ncurses - not found | |
-- Looking for setupterm in ncursesw | |
-- Looking for setupterm in ncursesw - not found | |
-- Looking for xar_open in xar | |
-- Looking for xar_open in xar - not found | |
-- Looking for arc4random | |
-- Looking for arc4random - found | |
-- Looking for backtrace | |
-- Looking for backtrace - not found | |
-- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Looking for _Unwind_Backtrace | |
-- Looking for _Unwind_Backtrace - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - found | |
-- Looking for sysconf | |
-- Looking for sysconf - found | |
-- Looking for getrusage | |
-- Looking for getrusage - found | |
-- Looking for setrlimit | |
-- Looking for setrlimit - found | |
-- Looking for isatty | |
-- Looking for isatty - found | |
-- Looking for futimens | |
-- Looking for futimens - found | |
-- Looking for futimes | |
-- Looking for futimes - found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - found | |
-- Looking for sigaltstack | |
-- Looking for sigaltstack - found | |
-- Looking for lseek64 | |
-- Looking for lseek64 - not found | |
-- Looking for mallctl | |
-- Looking for mallctl - not found | |
-- Looking for mallinfo | |
-- Looking for mallinfo - found | |
-- Looking for malloc_zone_statistics | |
-- Looking for malloc_zone_statistics - not 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 strerror | |
-- Looking for strerror - found | |
-- Looking for strerror_r | |
-- Looking for strerror_r - found | |
-- Looking for strerror_s | |
-- Looking for strerror_s - not found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Looking for dladdr | |
-- Looking for dladdr - not found | |
-- Looking for __GLIBC__ | |
-- Looking for __GLIBC__ - not found | |
-- Looking for sched_getaffinity | |
-- Looking for sched_getaffinity - not found | |
-- Looking for CPU_COUNT | |
-- Looking for CPU_COUNT - not found | |
-- Looking for pthread_getname_np | |
-- Looking for pthread_getname_np - not found | |
-- Looking for pthread_setname_np | |
-- Looking for pthread_setname_np - not found | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success | |
-- Performing Test LLVM_HAS_ATOMICS | |
-- Performing Test LLVM_HAS_ATOMICS - Success | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed | |
-- Performing Test HAS_MAYBE_UNINITIALIZED | |
-- Performing Test HAS_MAYBE_UNINITIALIZED - Success | |
-- Native target architecture is X86 | |
-- Threads enabled. | |
-- Doxygen disabled. | |
-- Go bindings disabled. | |
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) | |
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) | |
-- OCaml bindings disabled. | |
-- Could NOT find Python module pygments | |
-- Could NOT find Python module pygments.lexers.c_cpp | |
-- Could NOT find Python module yaml | |
-- LLVM host triple: x86_64-pc-msys | |
-- LLVM default target triple: x86_64-pc-msys | |
-- Performing Test C_SUPPORTS_FPIC | |
-- Performing Test C_SUPPORTS_FPIC - Success | |
-- Performing Test CXX_SUPPORTS_FPIC | |
-- Performing Test CXX_SUPPORTS_FPIC - Success | |
-- Building with -fPIC | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Performing Test CXX_SUPPORTS_CXX11 | |
-- Performing Test CXX_SUPPORTS_CXX11 - 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 - Failed | |
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG | |
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success | |
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG | |
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed | |
-- 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 - Failed | |
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG | |
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG | |
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success | |
-- Found PythonInterp: /usr/bin/python.exe (found version "3.7.1") | |
-- Constructing LLVMBuild project information | |
-- Linker detection: GNU ld | |
-- Targeting ARM | |
-- Targeting AArch64 | |
-- Targeting X86 | |
CMake Error at cmake/modules/AddLLVM.cmake:657 (install): | |
install Library TARGETS given no DESTINATION! | |
Call Stack (most recent call first): | |
tools/lto/CMakeLists.txt:19 (add_llvm_library) | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - found | |
-- Clang version: 8.0.0 | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed | |
-- Could NOT find Z3 (missing: Z3_LIBRARIES Z3_INCLUDE_DIR) (Required is exact version "4.7.1") | |
-- LLD version: 8.0.0 | |
CMake Warning (dev) at utils/benchmark/CMakeLists.txt:3 (project): | |
Policy CMP0048 is not set: project() command manages VERSION variables. | |
Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The following variable(s) would be set to empty: | |
PROJECT_VERSION | |
PROJECT_VERSION_MAJOR | |
PROJECT_VERSION_MINOR | |
PROJECT_VERSION_PATCH | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Failed to find LLVM FileCheck | |
-- Found Git: /usr/bin/git.exe (found version "2.19.1") | |
-- git Version: v0.0.0 | |
-- Version: 0.0.0 | |
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 | |
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success | |
-- Performing Test HAVE_CXX_FLAG_WALL | |
-- Performing Test HAVE_CXX_FLAG_WALL - Success | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS | |
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WD654 | |
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX -- success | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK -- success | |
-- Configuring incomplete, errors occurred! |
This file contains 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
Determining if the include file link.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_237b0/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_237b0.dir/build.make CMakeFiles/cmTC_237b0.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_237b0.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_237b0.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: link.h: No such file or directory | |
#include <link.h> | |
^~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_237b0.dir/build.make:66: CMakeFiles/cmTC_237b0.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_237b0/fast] Error 2 | |
Determining if the include file malloc/malloc.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_c9ef7/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_c9ef7.dir/build.make CMakeFiles/cmTC_c9ef7.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_c9ef7.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_c9ef7.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: malloc/malloc.h: No such file or directory | |
#include <malloc/malloc.h> | |
^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_c9ef7.dir/build.make:66: CMakeFiles/cmTC_c9ef7.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_c9ef7/fast] Error 2 | |
Determining if the include file valgrind/valgrind.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_ea1c3/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_ea1c3.dir/build.make CMakeFiles/cmTC_ea1c3.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ea1c3.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_ea1c3.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: valgrind/valgrind.h: No such file or directory | |
#include <valgrind/valgrind.h> | |
^~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_ea1c3.dir/build.make:66: CMakeFiles/cmTC_ea1c3.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_ea1c3/fast] Error 2 | |
Determining if the include file zlib.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a77f9/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a77f9.dir/build.make CMakeFiles/cmTC_a77f9.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a77f9.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_a77f9.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: zlib.h: No such file or directory | |
#include <zlib.h> | |
^~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_a77f9.dir/build.make:66: CMakeFiles/cmTC_a77f9.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_a77f9/fast] Error 2 | |
Determining if the include file mach/mach.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_ea6eb/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_ea6eb.dir/build.make CMakeFiles/cmTC_ea6eb.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ea6eb.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_ea6eb.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: mach/mach.h: No such file or directory | |
#include <mach/mach.h> | |
^~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_ea6eb.dir/build.make:66: CMakeFiles/cmTC_ea6eb.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_ea6eb/fast] Error 2 | |
Determining if the include file histedit.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f45a8/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f45a8.dir/build.make CMakeFiles/cmTC_f45a8.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f45a8.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_f45a8.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: histedit.h: No such file or directory | |
#include <histedit.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_f45a8.dir/build.make:66: CMakeFiles/cmTC_f45a8.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_f45a8/fast] Error 2 | |
Determining if the include file CrashReporterClient.h exists failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_827ac/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_827ac.dir/build.make CMakeFiles/cmTC_827ac.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_827ac.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_827ac.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: CrashReporterClient.h: No such file or directory | |
#include <CrashReporterClient.h> | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_827ac.dir/build.make:66: CMakeFiles/cmTC_827ac.dir/CheckIncludeFile.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_827ac/fast] Error 2 | |
Determining if the function pfm_initialize exists in the pfm failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_da6a1/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_da6a1.dir/build.make CMakeFiles/cmTC_da6a1.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_da6a1.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pfm_initialize -o CMakeFiles/cmTC_da6a1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_da6a1.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_da6a1.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pfm_initialize -Wl,--enable-auto-import CMakeFiles/cmTC_da6a1.dir/CheckFunctionExists.c.o -o cmTC_da6a1.exe -Wl,--out-implib,libcmTC_da6a1.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lpfm -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lpfm | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_da6a1.dir/build.make:87: cmTC_da6a1.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_da6a1/fast] Error 2 | |
Determining if the function compress2 exists in the z failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_2691e/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_2691e.dir/build.make CMakeFiles/cmTC_2691e.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_2691e.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=compress2 -o CMakeFiles/cmTC_2691e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_2691e.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_2691e.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=compress2 -Wl,--enable-auto-import CMakeFiles/cmTC_2691e.dir/CheckFunctionExists.c.o -o cmTC_2691e.exe -Wl,--out-implib,libcmTC_2691e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lz -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lz | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_2691e.dir/build.make:87: cmTC_2691e.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_2691e/fast] Error 2 | |
Determining if the function compress2 exists in the zlib_static failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f2dcc/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f2dcc.dir/build.make CMakeFiles/cmTC_f2dcc.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f2dcc.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=compress2 -o CMakeFiles/cmTC_f2dcc.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_f2dcc.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f2dcc.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=compress2 -Wl,--enable-auto-import CMakeFiles/cmTC_f2dcc.dir/CheckFunctionExists.c.o -o cmTC_f2dcc.exe -Wl,--out-implib,libcmTC_f2dcc.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lzlib_static -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lzlib_static | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_f2dcc.dir/build.make:87: cmTC_f2dcc.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_f2dcc/fast] Error 2 | |
Determining if the function compress2 exists in the zlib failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_be839/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_be839.dir/build.make CMakeFiles/cmTC_be839.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_be839.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=compress2 -o CMakeFiles/cmTC_be839.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_be839.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_be839.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=compress2 -Wl,--enable-auto-import CMakeFiles/cmTC_be839.dir/CheckFunctionExists.c.o -o cmTC_be839.exe -Wl,--out-implib,libcmTC_be839.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lzlib -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lzlib | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_be839.dir/build.make:87: cmTC_be839.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_be839/fast] Error 2 | |
Determining if the function setupterm exists in the tinfo failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_5ab55/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_5ab55.dir/build.make CMakeFiles/cmTC_5ab55.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5ab55.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_5ab55.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_5ab55.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_5ab55.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -Wl,--enable-auto-import CMakeFiles/cmTC_5ab55.dir/CheckFunctionExists.c.o -o cmTC_5ab55.exe -Wl,--out-implib,libcmTC_5ab55.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -ltinfo -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -ltinfo | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_5ab55.dir/build.make:87: cmTC_5ab55.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_5ab55/fast] Error 2 | |
Determining if the function setupterm exists in the terminfo failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_534c0/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_534c0.dir/build.make CMakeFiles/cmTC_534c0.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_534c0.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_534c0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_534c0.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_534c0.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -Wl,--enable-auto-import CMakeFiles/cmTC_534c0.dir/CheckFunctionExists.c.o -o cmTC_534c0.exe -Wl,--out-implib,libcmTC_534c0.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lterminfo -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lterminfo | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_534c0.dir/build.make:87: cmTC_534c0.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_534c0/fast] Error 2 | |
Determining if the function setupterm exists in the curses failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_005b7/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_005b7.dir/build.make CMakeFiles/cmTC_005b7.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_005b7.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_005b7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_005b7.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_005b7.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -Wl,--enable-auto-import CMakeFiles/cmTC_005b7.dir/CheckFunctionExists.c.o -o cmTC_005b7.exe -Wl,--out-implib,libcmTC_005b7.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lcurses -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lcurses | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_005b7.dir/build.make:87: cmTC_005b7.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_005b7/fast] Error 2 | |
Determining if the function setupterm exists in the ncurses failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_3e3af/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_3e3af.dir/build.make CMakeFiles/cmTC_3e3af.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3e3af.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_3e3af.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_3e3af.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_3e3af.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -Wl,--enable-auto-import CMakeFiles/cmTC_3e3af.dir/CheckFunctionExists.c.o -o cmTC_3e3af.exe -Wl,--out-implib,libcmTC_3e3af.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lncurses -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lncurses | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_3e3af.dir/build.make:87: cmTC_3e3af.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_3e3af/fast] Error 2 | |
Determining if the function setupterm exists in the ncursesw failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_dc471/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_dc471.dir/build.make CMakeFiles/cmTC_dc471.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_dc471.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_dc471.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_dc471.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_dc471.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=setupterm -Wl,--enable-auto-import CMakeFiles/cmTC_dc471.dir/CheckFunctionExists.c.o -o cmTC_dc471.exe -Wl,--out-implib,libcmTC_dc471.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lncursesw -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lncursesw | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_dc471.dir/build.make:87: cmTC_dc471.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_dc471/fast] Error 2 | |
Determining if the function xar_open exists in the xar failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_4bcf0/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_4bcf0.dir/build.make CMakeFiles/cmTC_4bcf0.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_4bcf0.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=xar_open -o CMakeFiles/cmTC_4bcf0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_4bcf0.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_4bcf0.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=xar_open -Wl,--enable-auto-import CMakeFiles/cmTC_4bcf0.dir/CheckFunctionExists.c.o -o cmTC_4bcf0.exe -Wl,--out-implib,libcmTC_4bcf0.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lxar -lm | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lxar | |
collect2: error: ld returned 1 exit status | |
make[1]: *** [CMakeFiles/cmTC_4bcf0.dir/build.make:87: cmTC_4bcf0.exe] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_4bcf0/fast] Error 2 | |
Determining if the backtrace exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a31f4/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a31f4.dir/build.make CMakeFiles/cmTC_a31f4.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a31f4.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_a31f4.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: execinfo.h: No such file or directory | |
#include <execinfo.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_a31f4.dir/build.make:66: CMakeFiles/cmTC_a31f4.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_a31f4/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <execinfo.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef backtrace | |
return ((int*)(&backtrace))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_c8bf4/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_c8bf4.dir/build.make CMakeFiles/cmTC_c8bf4.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_c8bf4.dir/src.c.o | |
/usr/bin/cc.exe -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Werror=unguarded-availability-new -o CMakeFiles/cmTC_c8bf4.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
cc1: error: -Werror=unguarded-availability-new: no option -Wunguarded-availability-new | |
make[1]: *** [CMakeFiles/cmTC_c8bf4.dir/build.make:66: CMakeFiles/cmTC_c8bf4.dir/src.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_c8bf4/fast] Error 2 | |
Source file was: | |
int main(void) { return 0; } | |
Determining if the lseek64 exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_1d0c5/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_1d0c5.dir/build.make CMakeFiles/cmTC_1d0c5.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_1d0c5.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_1d0c5.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: error: ‘lseek64’ undeclared (first use in this function); did you mean ‘lseek’? | |
return ((int*)(&lseek64))[argc]; | |
^~~~~~~ | |
lseek | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_1d0c5.dir/build.make:66: CMakeFiles/cmTC_1d0c5.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_1d0c5/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/types.h> | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef lseek64 | |
return ((int*)(&lseek64))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the mallctl exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_b6a71/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_b6a71.dir/build.make CMakeFiles/cmTC_b6a71.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b6a71.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_b6a71.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: malloc_np.h: No such file or directory | |
#include <malloc_np.h> | |
^~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_b6a71.dir/build.make:66: CMakeFiles/cmTC_b6a71.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_b6a71/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <malloc_np.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef mallctl | |
return ((int*)(&mallctl))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the malloc_zone_statistics exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_222ec/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_222ec.dir/build.make CMakeFiles/cmTC_222ec.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_222ec.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_222ec.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: malloc/malloc.h: No such file or directory | |
#include <malloc/malloc.h> | |
^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
make[1]: *** [CMakeFiles/cmTC_222ec.dir/build.make:66: CMakeFiles/cmTC_222ec.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_222ec/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <malloc/malloc.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef malloc_zone_statistics | |
return ((int*)(&malloc_zone_statistics))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the strerror_s exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_76d59/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_76d59.dir/build.make CMakeFiles/cmTC_76d59.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_76d59.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_76d59.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘strerror_s’ undeclared (first use in this function); did you mean ‘strerror_r’? | |
return ((int*)(&strerror_s))[argc]; | |
^~~~~~~~~~ | |
strerror_r | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_76d59.dir/build.make:66: CMakeFiles/cmTC_76d59.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_76d59/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <string.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef strerror_s | |
return ((int*)(&strerror_s))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the dladdr exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_8bebb/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_8bebb.dir/build.make CMakeFiles/cmTC_8bebb.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_8bebb.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_8bebb.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘dladdr’ undeclared (first use in this function) | |
return ((int*)(&dladdr))[argc]; | |
^~~~~~ | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_8bebb.dir/build.make:66: CMakeFiles/cmTC_8bebb.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_8bebb/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <dlfcn.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef dladdr | |
return ((int*)(&dladdr))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the __GLIBC__ exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_16c0b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_16c0b.dir/build.make CMakeFiles/cmTC_16c0b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_16c0b.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_16c0b.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘__GLIBC__’ undeclared (first use in this function); did you mean ‘__LINE__’? | |
return ((int*)(&__GLIBC__))[argc]; | |
^~~~~~~~~ | |
__LINE__ | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_16c0b.dir/build.make:66: CMakeFiles/cmTC_16c0b.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_16c0b/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <stdio.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef __GLIBC__ | |
return ((int*)(&__GLIBC__))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sched_getaffinity exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e112c/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e112c.dir/build.make CMakeFiles/cmTC_e112c.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e112c.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_e112c.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘sched_getaffinity’ undeclared (first use in this function); did you mean ‘sched_getparam’? | |
return ((int*)(&sched_getaffinity))[argc]; | |
^~~~~~~~~~~~~~~~~ | |
sched_getparam | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_e112c.dir/build.make:66: CMakeFiles/cmTC_e112c.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_e112c/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sched.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sched_getaffinity | |
return ((int*)(&sched_getaffinity))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CPU_COUNT exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_1bae2/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_1bae2.dir/build.make CMakeFiles/cmTC_1bae2.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_1bae2.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_1bae2.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘CPU_COUNT’ undeclared (first use in this function) | |
return ((int*)(&CPU_COUNT))[argc]; | |
^~~~~~~~~ | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_1bae2.dir/build.make:66: CMakeFiles/cmTC_1bae2.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_1bae2/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sched.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CPU_COUNT | |
return ((int*)(&CPU_COUNT))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the pthread_getname_np exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_54d95/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_54d95.dir/build.make CMakeFiles/cmTC_54d95.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_54d95.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_54d95.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘pthread_getname_np’ undeclared (first use in this function); did you mean ‘pthread_detach’? | |
return ((int*)(&pthread_getname_np))[argc]; | |
^~~~~~~~~~~~~~~~~~ | |
pthread_detach | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_54d95.dir/build.make:66: CMakeFiles/cmTC_54d95.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_54d95/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <pthread.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pthread_getname_np | |
return ((int*)(&pthread_getname_np))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the pthread_setname_np exist failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_782d2/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_782d2.dir/build.make CMakeFiles/cmTC_782d2.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_782d2.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_782d2.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘pthread_setname_np’ undeclared (first use in this function); did you mean ‘pthread_suspend’? | |
return ((int*)(&pthread_setname_np))[argc]; | |
^~~~~~~~~~~~~~~~~~ | |
pthread_suspend | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in | |
make[1]: *** [CMakeFiles/cmTC_782d2.dir/build.make:66: CMakeFiles/cmTC_782d2.dir/CheckSymbolExists.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_782d2/fast] Error 2 | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <pthread.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pthread_setname_np | |
return ((int*)(&pthread_setname_np))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Performing C++ SOURCE FILE Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_4e24d/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_4e24d.dir/build.make CMakeFiles/cmTC_4e24d.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_4e24d.dir/src.cxx.o | |
/usr/bin/c++.exe -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Wgnu-zero-variadic-macro-arguments -o CMakeFiles/cmTC_4e24d.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wgnu-zero-variadic-macro-arguments'; did you mean '-Wno-variadic-macros'? | |
make[1]: *** [CMakeFiles/cmTC_4e24d.dir/build.make:66: CMakeFiles/cmTC_4e24d.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_4e24d/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_2b372/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_2b372.dir/build.make CMakeFiles/cmTC_2b372.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_2b372.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_2b372.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
cc1plus: error: -Werror=unguarded-availability-new: no option -Wunguarded-availability-new | |
make[1]: *** [CMakeFiles/cmTC_2b372.dir/build.make:66: CMakeFiles/cmTC_2b372.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_2b372/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_7a013/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_7a013.dir/build.make CMakeFiles/cmTC_7a013.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7a013.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_7a013.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
cc: error: unrecognized command line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'? | |
make[1]: *** [CMakeFiles/cmTC_7a013.dir/build.make:66: CMakeFiles/cmTC_7a013.dir/src.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_7a013/fast] Error 2 | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_4c342/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_4c342.dir/build.make CMakeFiles/cmTC_4c342.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_4c342.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_4c342.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'? | |
make[1]: *** [CMakeFiles/cmTC_4c342.dir/build.make:66: CMakeFiles/cmTC_4c342.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_4c342/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_75a90/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_75a90.dir/build.make CMakeFiles/cmTC_75a90.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_75a90.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -Wclass-memaccess -o CMakeFiles/cmTC_75a90.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wclass-memaccess' | |
make[1]: *** [CMakeFiles/cmTC_75a90.dir/build.make:66: CMakeFiles/cmTC_75a90.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_75a90/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f2137/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f2137.dir/build.make CMakeFiles/cmTC_f2137.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f2137.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_f2137.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
cc1: error: command line option '-Wdelete-non-virtual-dtor' is valid for C++/ObjC++ but not for C [-Werror] | |
cc1: all warnings being treated as errors | |
make[1]: *** [CMakeFiles/cmTC_f2137.dir/build.make:66: CMakeFiles/cmTC_f2137.dir/src.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_f2137/fast] Error 2 | |
Source file was: | |
int main(void) { return 0; } | |
Performing C SOURCE FILE Test C_WCOMMENT_ALLOWS_LINE_WRAP failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_ceb63/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_ceb63.dir/build.make CMakeFiles/cmTC_ceb63.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ceb63.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_WCOMMENT_ALLOWS_LINE_WRAP -Werror -Wcomment -o CMakeFiles/cmTC_ceb63.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c:1:1: error: multi-line comment [-Werror=comment] | |
// \ | |
^ | |
cc1: all warnings being treated as errors | |
make[1]: *** [CMakeFiles/cmTC_ceb63.dir/build.make:66: CMakeFiles/cmTC_ceb63.dir/src.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_ceb63/fast] Error 2 | |
Source file was: | |
// \ | |
// | |
int main() {return 0;} | |
Performing C SOURCE FILE Test C_SUPPORTS_STRING_CONVERSION_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a4995/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a4995.dir/build.make CMakeFiles/cmTC_a4995.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a4995.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DC_SUPPORTS_STRING_CONVERSION_FLAG -Werror -Wstring-conversion -o CMakeFiles/cmTC_a4995.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
cc: error: unrecognized command line option '-Wstring-conversion'; did you mean '-Wint-conversion'? | |
make[1]: *** [CMakeFiles/cmTC_a4995.dir/build.make:66: CMakeFiles/cmTC_a4995.dir/src.c.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_a4995/fast] Error 2 | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_STRING_CONVERSION_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_25c11/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_25c11.dir/build.make CMakeFiles/cmTC_25c11.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_25c11.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -Werror -Wstring-conversion -o CMakeFiles/cmTC_25c11.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wstring-conversion'; did you mean '-Wint-conversion'? | |
make[1]: *** [CMakeFiles/cmTC_25c11.dir/build.make:66: CMakeFiles/cmTC_25c11.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_25c11/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_ef4a3/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_ef4a3.dir/build.make CMakeFiles/cmTC_ef4a3.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_ef4a3.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -Werror -Wnested-anon-types -o CMakeFiles/cmTC_ef4a3.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wnested-anon-types'; did you mean '-Wnested-externs'? | |
make[1]: *** [CMakeFiles/cmTC_ef4a3.dir/build.make:66: CMakeFiles/cmTC_ef4a3.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_ef4a3/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_c0a3a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_c0a3a.dir/build.make CMakeFiles/cmTC_c0a3a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_c0a3a.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Wshorten-64-to-32 -Wshorten-64-to-32 -o CMakeFiles/cmTC_c0a3a.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wshorten-64-to-32' | |
c++: error: unrecognized command line option '-Wshorten-64-to-32' | |
make[1]: *** [CMakeFiles/cmTC_c0a3a.dir/build.make:66: CMakeFiles/cmTC_c0a3a.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_c0a3a/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WD654 failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_9b022/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_9b022.dir/build.make CMakeFiles/cmTC_9b022.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_9b022.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_WD654 -wd654 -wd654 -o CMakeFiles/cmTC_9b022.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-wd654' | |
c++: error: unrecognized command line option '-wd654' | |
make[1]: *** [CMakeFiles/cmTC_9b022.dir/build.make:66: CMakeFiles/cmTC_9b022.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_9b022/fast] Error 2 | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WTHREAD_SAFETY failed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_dc6e8/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_dc6e8.dir/build.make CMakeFiles/cmTC_dc6e8.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_dc6e8.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Wthread-safety -Wthread-safety -o CMakeFiles/cmTC_dc6e8.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
c++: error: unrecognized command line option '-Wthread-safety'; did you mean '-fthread-jumps'? | |
c++: error: unrecognized command line option '-Wthread-safety'; did you mean '-fthread-jumps'? | |
make[1]: *** [CMakeFiles/cmTC_dc6e8.dir/build.make:66: CMakeFiles/cmTC_dc6e8.dir/src.cxx.o] Error 1 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
make: *** [Makefile:121: cmTC_dc6e8/fast] Error 2 | |
Source file was: | |
int main() { return 0; } |
This file contains 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
The system is: MSYS - 2.11.1(0.329/5/3) - x86_64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /usr/bin/cc.exe | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe" | |
The C compiler identification is GNU, found in "/home/blah/llvm-mingw/llvm/build/CMakeFiles/3.12.4/CompilerIdC/a.exe" | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
Compiler: /usr/bin/c++.exe | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" | |
The CXX compiler identification is GNU, found in "/home/blah/llvm-mingw/llvm/build/CMakeFiles/3.12.4/CompilerIdCXX/a.exe" | |
Determining if the C compiler works passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_3a289/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_3a289.dir/build.make CMakeFiles/cmTC_3a289.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3a289.dir/testCCompiler.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_3a289.dir/testCCompiler.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/testCCompiler.c | |
Linking C executable cmTC_3a289.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_3a289.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_3a289.dir/testCCompiler.c.o -o cmTC_3a289.exe -Wl,--out-implib,libcmTC_3a289.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Detecting C compiler ABI info compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_03940/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_03940.dir/build.make CMakeFiles/cmTC_03940.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.12.4/Modules/CMakeCCompilerABI.c | |
Linking C executable cmTC_03940.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_03940.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import -v CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o -o cmTC_03940.exe -Wl,--out-implib,libcmTC_03940.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
Using built-in specs. | |
COLLECT_GCC=/usr/bin/cc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe | |
Target: x86_64-pc-msys | |
Configured with: /msys_scripts/gcc/src/gcc-7.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible | |
Thread model: posix | |
gcc version 7.3.0 (GCC) | |
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ | |
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/:/usr/lib/:/usr/lib/w32api/ | |
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_03940.exe' '-mtune=generic' '-march=x86-64' | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/collect2.exe -plugin /usr/lib/gcc/x86_64-pc-msys/7.3.0/msys-lto_plugin.dll -plugin-opt=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=/tmp/ccx0lP4b.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmsys-2.0 -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id -m i386pep --wrap _Znwm --wrap _Znam --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwmRKSt9nothrow_t --wrap _ZnamRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=msys- --tsaware -o cmTC_03940.exe /usr/lib/../lib/crt0.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtbegin.o -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib -L/usr/lib/w32api --enable-auto-import CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o --out-implib libcmTC_03940.dll.a --major-image-version 0 --minor-image-version 0 -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc -lmsys-2.0 -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc /usr/lib/../lib/default-manifest.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtend.o | |
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_03940.exe' '-mtune=generic' '-march=x86-64' | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Parsed C implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command:"/usr/bin/make.exe" "cmTC_03940/fast"] | |
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_03940.dir/build.make CMakeFiles/cmTC_03940.dir/build] | |
ignore line: [make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building C object CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o] | |
ignore line: [/usr/bin/cc.exe -o CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.12.4/Modules/CMakeCCompilerABI.c] | |
ignore line: [Linking C executable cmTC_03940.exe] | |
ignore line: [/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_03940.dir/link.txt --verbose=1] | |
ignore line: [/usr/bin/cc.exe -Wl,--enable-auto-import -v CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o -o cmTC_03940.exe -Wl,--out-implib,libcmTC_03940.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/usr/bin/cc] | |
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe] | |
ignore line: [Target: x86_64-pc-msys] | |
ignore line: [Configured with: /msys_scripts/gcc/src/gcc-7.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 7.3.0 (GCC) ] | |
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/] | |
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/:/usr/lib/:/usr/lib/w32api/] | |
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_03940.exe' '-mtune=generic' '-march=x86-64'] | |
link line: [ /usr/lib/gcc/x86_64-pc-msys/7.3.0/collect2.exe -plugin /usr/lib/gcc/x86_64-pc-msys/7.3.0/msys-lto_plugin.dll -plugin-opt=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=/tmp/ccx0lP4b.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmsys-2.0 -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id -m i386pep --wrap _Znwm --wrap _Znam --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwmRKSt9nothrow_t --wrap _ZnamRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=msys- --tsaware -o cmTC_03940.exe /usr/lib/../lib/crt0.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtbegin.o -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib -L/usr/lib/w32api --enable-auto-import CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o --out-implib libcmTC_03940.dll.a --major-image-version 0 --minor-image-version 0 -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc -lmsys-2.0 -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc /usr/lib/../lib/default-manifest.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtend.o] | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/collect2.exe] ==> ignore | |
arg [-plugin] ==> ignore | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/msys-lto_plugin.dll] ==> ignore | |
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe] ==> ignore | |
arg [-plugin-opt=-fresolution=/tmp/ccx0lP4b.res] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lmsys-2.0] ==> ignore | |
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore | |
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore | |
arg [-plugin-opt=-pass-through=-luser32] ==> ignore | |
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [--build-id] ==> ignore | |
arg [-m] ==> ignore | |
arg [i386pep] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_Znwm] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_Znam] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdlPv] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdaPv] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZnwmRKSt9nothrow_t] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZnamRKSt9nothrow_t] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdlPvRKSt9nothrow_t] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdaPvRKSt9nothrow_t] ==> ignore | |
arg [-Bdynamic] ==> ignore | |
arg [--dll-search-prefix=msys-] ==> ignore | |
arg [--tsaware] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_03940.exe] ==> ignore | |
arg [/usr/lib/../lib/crt0.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/crtbegin.o] ==> ignore | |
arg [-L/usr/lib/gcc/x86_64-pc-msys/7.3.0] ==> dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0] | |
arg [-L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib] ==> dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib] | |
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
arg [-L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib] ==> dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib] | |
arg [-L/usr/lib/w32api] ==> dir [/usr/lib/w32api] | |
arg [--enable-auto-import] ==> ignore | |
arg [CMakeFiles/cmTC_03940.dir/CMakeCCompilerABI.c.o] ==> ignore | |
arg [--out-implib] ==> ignore | |
arg [libcmTC_03940.dll.a] ==> ignore | |
arg [--major-image-version] ==> ignore | |
arg [0] ==> ignore | |
arg [--minor-image-version] ==> ignore | |
arg [0] ==> ignore | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--undefined=___deregister_frame_info] ==> ignore | |
arg [--undefined=___register_frame_info] ==> ignore | |
arg [-lgcc] ==> lib [gcc] | |
arg [-lmsys-2.0] ==> lib [msys-2.0] | |
arg [-ladvapi32] ==> lib [advapi32] | |
arg [-lshell32] ==> lib [shell32] | |
arg [-luser32] ==> lib [user32] | |
arg [-lkernel32] ==> lib [kernel32] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--undefined=___deregister_frame_info] ==> ignore | |
arg [--undefined=___register_frame_info] ==> ignore | |
arg [-lgcc] ==> lib [gcc] | |
arg [/usr/lib/../lib/default-manifest.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/crtend.o] ==> ignore | |
collapse library dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0] ==> [/usr/lib/gcc/x86_64-pc-msys/7.3.0] | |
collapse library dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib] ==> [/usr/x86_64-pc-msys/lib] | |
collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
collapse library dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib] ==> [/usr/x86_64-pc-msys/lib] | |
collapse library dir [/usr/lib/w32api] ==> [/usr/lib/w32api] | |
implicit libs: [gcc_s;gcc;msys-2.0;advapi32;shell32;user32;kernel32;gcc_s;gcc] | |
implicit dirs: [/usr/lib/gcc/x86_64-pc-msys/7.3.0;/usr/x86_64-pc-msys/lib;/usr/lib;/usr/lib/w32api] | |
implicit fwks: [] | |
Detecting C [-std=c11] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_0c0ea/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_0c0ea.dir/build.make CMakeFiles/cmTC_0c0ea.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0c0ea.dir/feature_tests.c.o | |
/usr/bin/cc.exe -std=c11 -o CMakeFiles/cmTC_0c0ea.dir/feature_tests.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.c | |
Linking C executable cmTC_0c0ea.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_0c0ea.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_0c0ea.dir/feature_tests.c.o -o cmTC_0c0ea.exe -Wl,--out-implib,libcmTC_0c0ea.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: C_FEATURE:1c_function_prototypes | |
Feature record: C_FEATURE:1c_restrict | |
Feature record: C_FEATURE:1c_static_assert | |
Feature record: C_FEATURE:1c_variadic_macros | |
Detecting C [-std=c99] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e5145/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e5145.dir/build.make CMakeFiles/cmTC_e5145.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e5145.dir/feature_tests.c.o | |
/usr/bin/cc.exe -std=c99 -o CMakeFiles/cmTC_e5145.dir/feature_tests.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.c | |
Linking C executable cmTC_e5145.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e5145.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_e5145.dir/feature_tests.c.o -o cmTC_e5145.exe -Wl,--out-implib,libcmTC_e5145.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: C_FEATURE:1c_function_prototypes | |
Feature record: C_FEATURE:1c_restrict | |
Feature record: C_FEATURE:0c_static_assert | |
Feature record: C_FEATURE:1c_variadic_macros | |
Detecting C [-std=c90] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e50f9/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e50f9.dir/build.make CMakeFiles/cmTC_e50f9.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e50f9.dir/feature_tests.c.o | |
/usr/bin/cc.exe -std=c90 -o CMakeFiles/cmTC_e50f9.dir/feature_tests.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.c | |
Linking C executable cmTC_e50f9.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e50f9.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_e50f9.dir/feature_tests.c.o -o cmTC_e50f9.exe -Wl,--out-implib,libcmTC_e50f9.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: C_FEATURE:1c_function_prototypes | |
Feature record: C_FEATURE:0c_restrict | |
Feature record: C_FEATURE:0c_static_assert | |
Feature record: C_FEATURE:0c_variadic_macros | |
Determining if the CXX compiler works passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f8d5b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f8d5b.dir/build.make CMakeFiles/cmTC_f8d5b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_f8d5b.dir/testCXXCompiler.cxx.o | |
/usr/bin/c++.exe -o CMakeFiles/cmTC_f8d5b.dir/testCXXCompiler.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
Linking CXX executable cmTC_f8d5b.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f8d5b.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -Wl,--enable-auto-import CMakeFiles/cmTC_f8d5b.dir/testCXXCompiler.cxx.o -o cmTC_f8d5b.exe -Wl,--out-implib,libcmTC_f8d5b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Detecting CXX compiler ABI info compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_dad83/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_dad83.dir/build.make CMakeFiles/cmTC_dad83.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o | |
/usr/bin/c++.exe -o CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.12.4/Modules/CMakeCXXCompilerABI.cpp | |
Linking CXX executable cmTC_dad83.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_dad83.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -Wl,--enable-auto-import -v CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dad83.exe -Wl,--out-implib,libcmTC_dad83.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
Using built-in specs. | |
COLLECT_GCC=/usr/bin/c++ | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe | |
Target: x86_64-pc-msys | |
Configured with: /msys_scripts/gcc/src/gcc-7.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible | |
Thread model: posix | |
gcc version 7.3.0 (GCC) | |
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ | |
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/:/usr/lib/:/usr/lib/w32api/ | |
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_dad83.exe' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
/usr/lib/gcc/x86_64-pc-msys/7.3.0/collect2.exe -plugin /usr/lib/gcc/x86_64-pc-msys/7.3.0/msys-lto_plugin.dll -plugin-opt=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=/tmp/cc6iflFq.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmsys-2.0 -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id -m i386pep --wrap _Znwm --wrap _Znam --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwmRKSt9nothrow_t --wrap _ZnamRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=msys- --tsaware -o cmTC_dad83.exe /usr/lib/../lib/crt0.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtbegin.o -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib -L/usr/lib/w32api --enable-auto-import CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o --out-implib libcmTC_dad83.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc -lmsys-2.0 -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc /usr/lib/../lib/default-manifest.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtend.o | |
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_dad83.exe' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Parsed CXX implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command:"/usr/bin/make.exe" "cmTC_dad83/fast"] | |
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_dad83.dir/build.make CMakeFiles/cmTC_dad83.dir/build] | |
ignore line: [make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building CXX object CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o] | |
ignore line: [/usr/bin/c++.exe -o CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.12.4/Modules/CMakeCXXCompilerABI.cpp] | |
ignore line: [Linking CXX executable cmTC_dad83.exe] | |
ignore line: [/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_dad83.dir/link.txt --verbose=1] | |
ignore line: [/usr/bin/c++.exe -Wl,--enable-auto-import -v CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dad83.exe -Wl,--out-implib,libcmTC_dad83.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/usr/bin/c++] | |
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe] | |
ignore line: [Target: x86_64-pc-msys] | |
ignore line: [Configured with: /msys_scripts/gcc/src/gcc-7.3.0/configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable-__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --disable-libssp --disable-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 7.3.0 (GCC) ] | |
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/] | |
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-msys/7.3.0/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/:/usr/lib/:/usr/lib/w32api/] | |
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_dad83.exe' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
link line: [ /usr/lib/gcc/x86_64-pc-msys/7.3.0/collect2.exe -plugin /usr/lib/gcc/x86_64-pc-msys/7.3.0/msys-lto_plugin.dll -plugin-opt=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=/tmp/cc6iflFq.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmsys-2.0 -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id -m i386pep --wrap _Znwm --wrap _Znam --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwmRKSt9nothrow_t --wrap _ZnamRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=msys- --tsaware -o cmTC_dad83.exe /usr/lib/../lib/crt0.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtbegin.o -L/usr/lib/gcc/x86_64-pc-msys/7.3.0 -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib -L/usr/lib/w32api --enable-auto-import CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o --out-implib libcmTC_dad83.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc -lmsys-2.0 -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s --undefined=___deregister_frame_info --undefined=___register_frame_info -lgcc /usr/lib/../lib/default-manifest.o /usr/lib/gcc/x86_64-pc-msys/7.3.0/crtend.o] | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/collect2.exe] ==> ignore | |
arg [-plugin] ==> ignore | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/msys-lto_plugin.dll] ==> ignore | |
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-msys/7.3.0/lto-wrapper.exe] ==> ignore | |
arg [-plugin-opt=-fresolution=/tmp/cc6iflFq.res] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lmsys-2.0] ==> ignore | |
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore | |
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore | |
arg [-plugin-opt=-pass-through=-luser32] ==> ignore | |
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [--build-id] ==> ignore | |
arg [-m] ==> ignore | |
arg [i386pep] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_Znwm] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_Znam] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdlPv] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdaPv] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZnwmRKSt9nothrow_t] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZnamRKSt9nothrow_t] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdlPvRKSt9nothrow_t] ==> ignore | |
arg [--wrap] ==> ignore | |
arg [_ZdaPvRKSt9nothrow_t] ==> ignore | |
arg [-Bdynamic] ==> ignore | |
arg [--dll-search-prefix=msys-] ==> ignore | |
arg [--tsaware] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_dad83.exe] ==> ignore | |
arg [/usr/lib/../lib/crt0.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/crtbegin.o] ==> ignore | |
arg [-L/usr/lib/gcc/x86_64-pc-msys/7.3.0] ==> dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0] | |
arg [-L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib] ==> dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib] | |
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
arg [-L/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib] ==> dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib] | |
arg [-L/usr/lib/w32api] ==> dir [/usr/lib/w32api] | |
arg [--enable-auto-import] ==> ignore | |
arg [CMakeFiles/cmTC_dad83.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | |
arg [--out-implib] ==> ignore | |
arg [libcmTC_dad83.dll.a] ==> ignore | |
arg [--major-image-version] ==> ignore | |
arg [0] ==> ignore | |
arg [--minor-image-version] ==> ignore | |
arg [0] ==> ignore | |
arg [-lstdc++] ==> lib [stdc++] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--undefined=___deregister_frame_info] ==> ignore | |
arg [--undefined=___register_frame_info] ==> ignore | |
arg [-lgcc] ==> lib [gcc] | |
arg [-lmsys-2.0] ==> lib [msys-2.0] | |
arg [-ladvapi32] ==> lib [advapi32] | |
arg [-lshell32] ==> lib [shell32] | |
arg [-luser32] ==> lib [user32] | |
arg [-lkernel32] ==> lib [kernel32] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--undefined=___deregister_frame_info] ==> ignore | |
arg [--undefined=___register_frame_info] ==> ignore | |
arg [-lgcc] ==> lib [gcc] | |
arg [/usr/lib/../lib/default-manifest.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-pc-msys/7.3.0/crtend.o] ==> ignore | |
collapse library dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0] ==> [/usr/lib/gcc/x86_64-pc-msys/7.3.0] | |
collapse library dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib/../lib] ==> [/usr/x86_64-pc-msys/lib] | |
collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
collapse library dir [/usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/lib] ==> [/usr/x86_64-pc-msys/lib] | |
collapse library dir [/usr/lib/w32api] ==> [/usr/lib/w32api] | |
implicit libs: [stdc++;gcc_s;gcc;msys-2.0;advapi32;shell32;user32;kernel32;gcc_s;gcc] | |
implicit dirs: [/usr/lib/gcc/x86_64-pc-msys/7.3.0;/usr/x86_64-pc-msys/lib;/usr/lib;/usr/lib/w32api] | |
implicit fwks: [] | |
Detecting CXX [-std=c++1z] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_cc00b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_cc00b.dir/build.make CMakeFiles/cmTC_cc00b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_cc00b.dir/feature_tests.cxx.o | |
/usr/bin/c++.exe -std=c++1z -o CMakeFiles/cmTC_cc00b.dir/feature_tests.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_cc00b.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_cc00b.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -Wl,--enable-auto-import CMakeFiles/cmTC_cc00b.dir/feature_tests.cxx.o -o cmTC_cc00b.exe -Wl,--out-implib,libcmTC_cc00b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:1cxx_alias_templates | |
Feature record: CXX_FEATURE:1cxx_alignas | |
Feature record: CXX_FEATURE:1cxx_alignof | |
Feature record: CXX_FEATURE:1cxx_attributes | |
Feature record: CXX_FEATURE:1cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:1cxx_auto_type | |
Feature record: CXX_FEATURE:1cxx_binary_literals | |
Feature record: CXX_FEATURE:1cxx_constexpr | |
Feature record: CXX_FEATURE:1cxx_contextual_conversions | |
Feature record: CXX_FEATURE:1cxx_decltype | |
Feature record: CXX_FEATURE:1cxx_decltype_auto | |
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:1cxx_default_function_template_args | |
Feature record: CXX_FEATURE:1cxx_defaulted_functions | |
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:1cxx_delegating_constructors | |
Feature record: CXX_FEATURE:1cxx_deleted_functions | |
Feature record: CXX_FEATURE:1cxx_digit_separators | |
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:1cxx_explicit_conversions | |
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:1cxx_extern_templates | |
Feature record: CXX_FEATURE:1cxx_final | |
Feature record: CXX_FEATURE:1cxx_func_identifier | |
Feature record: CXX_FEATURE:1cxx_generalized_initializers | |
Feature record: CXX_FEATURE:1cxx_generic_lambdas | |
Feature record: CXX_FEATURE:1cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:1cxx_inline_namespaces | |
Feature record: CXX_FEATURE:1cxx_lambdas | |
Feature record: CXX_FEATURE:1cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:1cxx_local_type_template_args | |
Feature record: CXX_FEATURE:1cxx_long_long_type | |
Feature record: CXX_FEATURE:1cxx_noexcept | |
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:1cxx_nullptr | |
Feature record: CXX_FEATURE:1cxx_override | |
Feature record: CXX_FEATURE:1cxx_range_for | |
Feature record: CXX_FEATURE:1cxx_raw_string_literals | |
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:1cxx_return_type_deduction | |
Feature record: CXX_FEATURE:1cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:1cxx_rvalue_references | |
Feature record: CXX_FEATURE:1cxx_sizeof_member | |
Feature record: CXX_FEATURE:1cxx_static_assert | |
Feature record: CXX_FEATURE:1cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:1cxx_thread_local | |
Feature record: CXX_FEATURE:1cxx_trailing_return_types | |
Feature record: CXX_FEATURE:1cxx_unicode_literals | |
Feature record: CXX_FEATURE:1cxx_uniform_initialization | |
Feature record: CXX_FEATURE:1cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:1cxx_user_literals | |
Feature record: CXX_FEATURE:1cxx_variable_templates | |
Feature record: CXX_FEATURE:1cxx_variadic_macros | |
Feature record: CXX_FEATURE:1cxx_variadic_templates | |
Detecting CXX [-std=c++14] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_def8f/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_def8f.dir/build.make CMakeFiles/cmTC_def8f.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_def8f.dir/feature_tests.cxx.o | |
/usr/bin/c++.exe -std=c++14 -o CMakeFiles/cmTC_def8f.dir/feature_tests.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_def8f.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_def8f.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -Wl,--enable-auto-import CMakeFiles/cmTC_def8f.dir/feature_tests.cxx.o -o cmTC_def8f.exe -Wl,--out-implib,libcmTC_def8f.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:1cxx_alias_templates | |
Feature record: CXX_FEATURE:1cxx_alignas | |
Feature record: CXX_FEATURE:1cxx_alignof | |
Feature record: CXX_FEATURE:1cxx_attributes | |
Feature record: CXX_FEATURE:1cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:1cxx_auto_type | |
Feature record: CXX_FEATURE:1cxx_binary_literals | |
Feature record: CXX_FEATURE:1cxx_constexpr | |
Feature record: CXX_FEATURE:1cxx_contextual_conversions | |
Feature record: CXX_FEATURE:1cxx_decltype | |
Feature record: CXX_FEATURE:1cxx_decltype_auto | |
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:1cxx_default_function_template_args | |
Feature record: CXX_FEATURE:1cxx_defaulted_functions | |
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:1cxx_delegating_constructors | |
Feature record: CXX_FEATURE:1cxx_deleted_functions | |
Feature record: CXX_FEATURE:1cxx_digit_separators | |
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:1cxx_explicit_conversions | |
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:1cxx_extern_templates | |
Feature record: CXX_FEATURE:1cxx_final | |
Feature record: CXX_FEATURE:1cxx_func_identifier | |
Feature record: CXX_FEATURE:1cxx_generalized_initializers | |
Feature record: CXX_FEATURE:1cxx_generic_lambdas | |
Feature record: CXX_FEATURE:1cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:1cxx_inline_namespaces | |
Feature record: CXX_FEATURE:1cxx_lambdas | |
Feature record: CXX_FEATURE:1cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:1cxx_local_type_template_args | |
Feature record: CXX_FEATURE:1cxx_long_long_type | |
Feature record: CXX_FEATURE:1cxx_noexcept | |
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:1cxx_nullptr | |
Feature record: CXX_FEATURE:1cxx_override | |
Feature record: CXX_FEATURE:1cxx_range_for | |
Feature record: CXX_FEATURE:1cxx_raw_string_literals | |
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:1cxx_return_type_deduction | |
Feature record: CXX_FEATURE:1cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:1cxx_rvalue_references | |
Feature record: CXX_FEATURE:1cxx_sizeof_member | |
Feature record: CXX_FEATURE:1cxx_static_assert | |
Feature record: CXX_FEATURE:1cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:1cxx_thread_local | |
Feature record: CXX_FEATURE:1cxx_trailing_return_types | |
Feature record: CXX_FEATURE:1cxx_unicode_literals | |
Feature record: CXX_FEATURE:1cxx_uniform_initialization | |
Feature record: CXX_FEATURE:1cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:1cxx_user_literals | |
Feature record: CXX_FEATURE:1cxx_variable_templates | |
Feature record: CXX_FEATURE:1cxx_variadic_macros | |
Feature record: CXX_FEATURE:1cxx_variadic_templates | |
Detecting CXX [-std=c++11] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_15386/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_15386.dir/build.make CMakeFiles/cmTC_15386.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_15386.dir/feature_tests.cxx.o | |
/usr/bin/c++.exe -std=c++11 -o CMakeFiles/cmTC_15386.dir/feature_tests.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_15386.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_15386.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -Wl,--enable-auto-import CMakeFiles/cmTC_15386.dir/feature_tests.cxx.o -o cmTC_15386.exe -Wl,--out-implib,libcmTC_15386.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:1cxx_alias_templates | |
Feature record: CXX_FEATURE:1cxx_alignas | |
Feature record: CXX_FEATURE:1cxx_alignof | |
Feature record: CXX_FEATURE:1cxx_attributes | |
Feature record: CXX_FEATURE:0cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:1cxx_auto_type | |
Feature record: CXX_FEATURE:0cxx_binary_literals | |
Feature record: CXX_FEATURE:1cxx_constexpr | |
Feature record: CXX_FEATURE:0cxx_contextual_conversions | |
Feature record: CXX_FEATURE:1cxx_decltype | |
Feature record: CXX_FEATURE:0cxx_decltype_auto | |
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:1cxx_default_function_template_args | |
Feature record: CXX_FEATURE:1cxx_defaulted_functions | |
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:1cxx_delegating_constructors | |
Feature record: CXX_FEATURE:1cxx_deleted_functions | |
Feature record: CXX_FEATURE:0cxx_digit_separators | |
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:1cxx_explicit_conversions | |
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:1cxx_extern_templates | |
Feature record: CXX_FEATURE:1cxx_final | |
Feature record: CXX_FEATURE:1cxx_func_identifier | |
Feature record: CXX_FEATURE:1cxx_generalized_initializers | |
Feature record: CXX_FEATURE:0cxx_generic_lambdas | |
Feature record: CXX_FEATURE:1cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:1cxx_inline_namespaces | |
Feature record: CXX_FEATURE:1cxx_lambdas | |
Feature record: CXX_FEATURE:0cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:1cxx_local_type_template_args | |
Feature record: CXX_FEATURE:1cxx_long_long_type | |
Feature record: CXX_FEATURE:1cxx_noexcept | |
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:1cxx_nullptr | |
Feature record: CXX_FEATURE:1cxx_override | |
Feature record: CXX_FEATURE:1cxx_range_for | |
Feature record: CXX_FEATURE:1cxx_raw_string_literals | |
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:0cxx_return_type_deduction | |
Feature record: CXX_FEATURE:1cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:1cxx_rvalue_references | |
Feature record: CXX_FEATURE:1cxx_sizeof_member | |
Feature record: CXX_FEATURE:1cxx_static_assert | |
Feature record: CXX_FEATURE:1cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:1cxx_thread_local | |
Feature record: CXX_FEATURE:1cxx_trailing_return_types | |
Feature record: CXX_FEATURE:1cxx_unicode_literals | |
Feature record: CXX_FEATURE:1cxx_uniform_initialization | |
Feature record: CXX_FEATURE:1cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:1cxx_user_literals | |
Feature record: CXX_FEATURE:0cxx_variable_templates | |
Feature record: CXX_FEATURE:1cxx_variadic_macros | |
Feature record: CXX_FEATURE:1cxx_variadic_templates | |
Detecting CXX [-std=c++98] compiler features compiled with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_00f4f/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_00f4f.dir/build.make CMakeFiles/cmTC_00f4f.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_00f4f.dir/feature_tests.cxx.o | |
/usr/bin/c++.exe -std=c++98 -o CMakeFiles/cmTC_00f4f.dir/feature_tests.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_00f4f.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_00f4f.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -Wl,--enable-auto-import CMakeFiles/cmTC_00f4f.dir/feature_tests.cxx.o -o cmTC_00f4f.exe -Wl,--out-implib,libcmTC_00f4f.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:0cxx_alias_templates | |
Feature record: CXX_FEATURE:0cxx_alignas | |
Feature record: CXX_FEATURE:0cxx_alignof | |
Feature record: CXX_FEATURE:0cxx_attributes | |
Feature record: CXX_FEATURE:0cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:0cxx_auto_type | |
Feature record: CXX_FEATURE:0cxx_binary_literals | |
Feature record: CXX_FEATURE:0cxx_constexpr | |
Feature record: CXX_FEATURE:0cxx_contextual_conversions | |
Feature record: CXX_FEATURE:0cxx_decltype | |
Feature record: CXX_FEATURE:0cxx_decltype_auto | |
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:0cxx_default_function_template_args | |
Feature record: CXX_FEATURE:0cxx_defaulted_functions | |
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:0cxx_delegating_constructors | |
Feature record: CXX_FEATURE:0cxx_deleted_functions | |
Feature record: CXX_FEATURE:0cxx_digit_separators | |
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:0cxx_explicit_conversions | |
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:0cxx_extern_templates | |
Feature record: CXX_FEATURE:0cxx_final | |
Feature record: CXX_FEATURE:0cxx_func_identifier | |
Feature record: CXX_FEATURE:0cxx_generalized_initializers | |
Feature record: CXX_FEATURE:0cxx_generic_lambdas | |
Feature record: CXX_FEATURE:0cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:0cxx_inline_namespaces | |
Feature record: CXX_FEATURE:0cxx_lambdas | |
Feature record: CXX_FEATURE:0cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:0cxx_local_type_template_args | |
Feature record: CXX_FEATURE:0cxx_long_long_type | |
Feature record: CXX_FEATURE:0cxx_noexcept | |
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:0cxx_nullptr | |
Feature record: CXX_FEATURE:0cxx_override | |
Feature record: CXX_FEATURE:0cxx_range_for | |
Feature record: CXX_FEATURE:0cxx_raw_string_literals | |
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:0cxx_return_type_deduction | |
Feature record: CXX_FEATURE:0cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:0cxx_rvalue_references | |
Feature record: CXX_FEATURE:0cxx_sizeof_member | |
Feature record: CXX_FEATURE:0cxx_static_assert | |
Feature record: CXX_FEATURE:0cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:0cxx_thread_local | |
Feature record: CXX_FEATURE:0cxx_trailing_return_types | |
Feature record: CXX_FEATURE:0cxx_unicode_literals | |
Feature record: CXX_FEATURE:0cxx_uniform_initialization | |
Feature record: CXX_FEATURE:0cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:0cxx_user_literals | |
Feature record: CXX_FEATURE:0cxx_variable_templates | |
Feature record: CXX_FEATURE:0cxx_variadic_macros | |
Feature record: CXX_FEATURE:0cxx_variadic_templates | |
Determining if the include file dlfcn.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_67172/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_67172.dir/build.make CMakeFiles/cmTC_67172.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_67172.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_67172.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_67172.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_67172.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_67172.dir/CheckIncludeFile.c.o -o cmTC_67172.exe -Wl,--out-implib,libcmTC_67172.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file errno.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_b15f6/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_b15f6.dir/build.make CMakeFiles/cmTC_b15f6.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b15f6.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_b15f6.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_b15f6.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_b15f6.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_b15f6.dir/CheckIncludeFile.c.o -o cmTC_b15f6.exe -Wl,--out-implib,libcmTC_b15f6.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file fcntl.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_9eb15/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_9eb15.dir/build.make CMakeFiles/cmTC_9eb15.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_9eb15.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_9eb15.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_9eb15.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_9eb15.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_9eb15.dir/CheckIncludeFile.c.o -o cmTC_9eb15.exe -Wl,--out-implib,libcmTC_9eb15.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file malloc.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a23ab/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a23ab.dir/build.make CMakeFiles/cmTC_a23ab.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a23ab.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_a23ab.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_a23ab.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_a23ab.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_a23ab.dir/CheckIncludeFile.c.o -o cmTC_a23ab.exe -Wl,--out-implib,libcmTC_a23ab.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file pthread.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e3d8a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e3d8a.dir/build.make CMakeFiles/cmTC_e3d8a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e3d8a.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_e3d8a.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_e3d8a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e3d8a.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_e3d8a.dir/CheckIncludeFile.c.o -o cmTC_e3d8a.exe -Wl,--out-implib,libcmTC_e3d8a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file signal.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_4e8f8/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_4e8f8.dir/build.make CMakeFiles/cmTC_4e8f8.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_4e8f8.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_4e8f8.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_4e8f8.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_4e8f8.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_4e8f8.dir/CheckIncludeFile.c.o -o cmTC_4e8f8.exe -Wl,--out-implib,libcmTC_4e8f8.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/ioctl.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_dfc43/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_dfc43.dir/build.make CMakeFiles/cmTC_dfc43.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_dfc43.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_dfc43.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_dfc43.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_dfc43.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_dfc43.dir/CheckIncludeFile.c.o -o cmTC_dfc43.exe -Wl,--out-implib,libcmTC_dfc43.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/mman.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_223cd/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_223cd.dir/build.make CMakeFiles/cmTC_223cd.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_223cd.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_223cd.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_223cd.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_223cd.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_223cd.dir/CheckIncludeFile.c.o -o cmTC_223cd.exe -Wl,--out-implib,libcmTC_223cd.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/param.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a688a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a688a.dir/build.make CMakeFiles/cmTC_a688a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a688a.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_a688a.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_a688a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_a688a.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_a688a.dir/CheckIncludeFile.c.o -o cmTC_a688a.exe -Wl,--out-implib,libcmTC_a688a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/resource.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f1dee/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f1dee.dir/build.make CMakeFiles/cmTC_f1dee.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f1dee.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_f1dee.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_f1dee.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f1dee.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_f1dee.dir/CheckIncludeFile.c.o -o cmTC_f1dee.exe -Wl,--out-implib,libcmTC_f1dee.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/stat.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_80750/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_80750.dir/build.make CMakeFiles/cmTC_80750.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_80750.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_80750.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_80750.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_80750.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_80750.dir/CheckIncludeFile.c.o -o cmTC_80750.exe -Wl,--out-implib,libcmTC_80750.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/time.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_529cf/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_529cf.dir/build.make CMakeFiles/cmTC_529cf.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_529cf.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_529cf.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_529cf.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_529cf.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_529cf.dir/CheckIncludeFile.c.o -o cmTC_529cf.exe -Wl,--out-implib,libcmTC_529cf.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/types.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_38abb/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_38abb.dir/build.make CMakeFiles/cmTC_38abb.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_38abb.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_38abb.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_38abb.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_38abb.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_38abb.dir/CheckIncludeFile.c.o -o cmTC_38abb.exe -Wl,--out-implib,libcmTC_38abb.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file termios.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_13c51/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_13c51.dir/build.make CMakeFiles/cmTC_13c51.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_13c51.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_13c51.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_13c51.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_13c51.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_13c51.dir/CheckIncludeFile.c.o -o cmTC_13c51.exe -Wl,--out-implib,libcmTC_13c51.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file unistd.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_ad1b1/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_ad1b1.dir/build.make CMakeFiles/cmTC_ad1b1.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ad1b1.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_ad1b1.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_ad1b1.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_ad1b1.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_ad1b1.dir/CheckIncludeFile.c.o -o cmTC_ad1b1.exe -Wl,--out-implib,libcmTC_ad1b1.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file fenv.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_b7a38/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_b7a38.dir/build.make CMakeFiles/cmTC_b7a38.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b7a38.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_b7a38.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_b7a38.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_b7a38.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_b7a38.dir/CheckIncludeFile.c.o -o cmTC_b7a38.exe -Wl,--out-implib,libcmTC_b7a38.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the FE_ALL_EXCEPT exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e3436/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e3436.dir/build.make CMakeFiles/cmTC_e3436.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e3436.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_e3436.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_e3436.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e3436.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_e3436.dir/CheckSymbolExists.c.o -o cmTC_e3436.exe -Wl,--out-implib,libcmTC_e3436.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <fenv.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef FE_ALL_EXCEPT | |
return ((int*)(&FE_ALL_EXCEPT))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the FE_INEXACT exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e37d7/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e37d7.dir/build.make CMakeFiles/cmTC_e37d7.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e37d7.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_e37d7.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_e37d7.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e37d7.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_e37d7.dir/CheckSymbolExists.c.o -o cmTC_e37d7.exe -Wl,--out-implib,libcmTC_e37d7.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <fenv.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef FE_INEXACT | |
return ((int*)(&FE_INEXACT))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the function pthread_create exists in the pthread passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_c81bf/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_c81bf.dir/build.make CMakeFiles/cmTC_c81bf.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_c81bf.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_c81bf.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_c81bf.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_c81bf.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,--enable-auto-import CMakeFiles/cmTC_c81bf.dir/CheckFunctionExists.c.o -o cmTC_c81bf.exe -Wl,--out-implib,libcmTC_c81bf.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lpthread -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_getspecific exists in the pthread passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_5429c/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_5429c.dir/build.make CMakeFiles/cmTC_5429c.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5429c.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_getspecific -o CMakeFiles/cmTC_5429c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_5429c.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_5429c.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_getspecific -Wl,--enable-auto-import CMakeFiles/cmTC_5429c.dir/CheckFunctionExists.c.o -o cmTC_5429c.exe -Wl,--out-implib,libcmTC_5429c.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lpthread -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_rwlock_init exists in the pthread passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e6101/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e6101.dir/build.make CMakeFiles/cmTC_e6101.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e6101.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -o CMakeFiles/cmTC_e6101.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_e6101.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e6101.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -Wl,--enable-auto-import CMakeFiles/cmTC_e6101.dir/CheckFunctionExists.c.o -o cmTC_e6101.exe -Wl,--out-implib,libcmTC_e6101.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lpthread -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_mutex_lock exists in the pthread passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_71a73/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_71a73.dir/build.make CMakeFiles/cmTC_71a73.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_71a73.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -o CMakeFiles/cmTC_71a73.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_71a73.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_71a73.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -Wl,--enable-auto-import CMakeFiles/cmTC_71a73.dir/CheckFunctionExists.c.o -o cmTC_71a73.exe -Wl,--out-implib,libcmTC_71a73.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lpthread -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the function dlopen exists in the dl passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e3e6a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e3e6a.dir/build.make CMakeFiles/cmTC_e3e6a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e3e6a.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_e3e6a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_e3e6a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e3e6a.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=dlopen -Wl,--enable-auto-import CMakeFiles/cmTC_e3e6a.dir/CheckFunctionExists.c.o -o cmTC_e3e6a.exe -Wl,--out-implib,libcmTC_e3e6a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -ldl -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the function clock_gettime exists in the rt passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_6effd/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_6effd.dir/build.make CMakeFiles/cmTC_6effd.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_6effd.dir/CheckFunctionExists.c.o | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_6effd.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.12.4/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_6effd.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_6effd.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,--enable-auto-import CMakeFiles/cmTC_6effd.dir/CheckFunctionExists.c.o -o cmTC_6effd.exe -Wl,--out-implib,libcmTC_6effd.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lrt -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the include file pthread.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_efbeb/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_efbeb.dir/build.make CMakeFiles/cmTC_efbeb.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_efbeb.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_efbeb.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_efbeb.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_efbeb.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_efbeb.dir/CheckIncludeFile.c.o -o cmTC_efbeb.exe -Wl,--out-implib,libcmTC_efbeb.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Determining if the pthread_create exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_aa1fd/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_aa1fd.dir/build.make CMakeFiles/cmTC_aa1fd.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_aa1fd.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_aa1fd.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_aa1fd.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_aa1fd.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_aa1fd.dir/CheckSymbolExists.c.o -o cmTC_aa1fd.exe -Wl,--out-implib,libcmTC_aa1fd.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <pthread.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pthread_create | |
return ((int*)(&pthread_create))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the arc4random exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_2cf62/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_2cf62.dir/build.make CMakeFiles/cmTC_2cf62.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_2cf62.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_2cf62.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_2cf62.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_2cf62.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_2cf62.dir/CheckSymbolExists.c.o -o cmTC_2cf62.exe -Wl,--out-implib,libcmTC_2cf62.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <stdlib.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef arc4random | |
return ((int*)(&arc4random))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the _Unwind_Backtrace exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_59471/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_59471.dir/build.make CMakeFiles/cmTC_59471.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_59471.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_59471.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_59471.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_59471.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_59471.dir/CheckSymbolExists.c.o -o cmTC_59471.exe -Wl,--out-implib,libcmTC_59471.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unwind.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef _Unwind_Backtrace | |
return ((int*)(&_Unwind_Backtrace))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the getpagesize exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_17dd8/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_17dd8.dir/build.make CMakeFiles/cmTC_17dd8.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_17dd8.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_17dd8.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_17dd8.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_17dd8.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_17dd8.dir/CheckSymbolExists.c.o -o cmTC_17dd8.exe -Wl,--out-implib,libcmTC_17dd8.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef getpagesize | |
return ((int*)(&getpagesize))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sysconf exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_001a0/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_001a0.dir/build.make CMakeFiles/cmTC_001a0.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_001a0.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_001a0.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_001a0.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_001a0.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_001a0.dir/CheckSymbolExists.c.o -o cmTC_001a0.exe -Wl,--out-implib,libcmTC_001a0.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sysconf | |
return ((int*)(&sysconf))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the getrusage exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_839b4/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_839b4.dir/build.make CMakeFiles/cmTC_839b4.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_839b4.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_839b4.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_839b4.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_839b4.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_839b4.dir/CheckSymbolExists.c.o -o cmTC_839b4.exe -Wl,--out-implib,libcmTC_839b4.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/resource.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef getrusage | |
return ((int*)(&getrusage))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the setrlimit exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_18cf4/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_18cf4.dir/build.make CMakeFiles/cmTC_18cf4.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_18cf4.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_18cf4.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_18cf4.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_18cf4.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_18cf4.dir/CheckSymbolExists.c.o -o cmTC_18cf4.exe -Wl,--out-implib,libcmTC_18cf4.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/resource.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef setrlimit | |
return ((int*)(&setrlimit))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the isatty exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_94b76/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_94b76.dir/build.make CMakeFiles/cmTC_94b76.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_94b76.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_94b76.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_94b76.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_94b76.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_94b76.dir/CheckSymbolExists.c.o -o cmTC_94b76.exe -Wl,--out-implib,libcmTC_94b76.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef isatty | |
return ((int*)(&isatty))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the futimens exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_01eda/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_01eda.dir/build.make CMakeFiles/cmTC_01eda.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_01eda.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_01eda.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_01eda.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_01eda.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_01eda.dir/CheckSymbolExists.c.o -o cmTC_01eda.exe -Wl,--out-implib,libcmTC_01eda.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/stat.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef futimens | |
return ((int*)(&futimens))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the futimes exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_b0e53/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_b0e53.dir/build.make CMakeFiles/cmTC_b0e53.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b0e53.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_b0e53.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_b0e53.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_b0e53.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_b0e53.dir/CheckSymbolExists.c.o -o cmTC_b0e53.exe -Wl,--out-implib,libcmTC_b0e53.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/time.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef futimes | |
return ((int*)(&futimes))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the posix_fallocate exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_0a458/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_0a458.dir/build.make CMakeFiles/cmTC_0a458.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0a458.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_0a458.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_0a458.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_0a458.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_0a458.dir/CheckSymbolExists.c.o -o cmTC_0a458.exe -Wl,--out-implib,libcmTC_0a458.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <fcntl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef posix_fallocate | |
return ((int*)(&posix_fallocate))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sigaltstack exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_3e93e/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_3e93e.dir/build.make CMakeFiles/cmTC_3e93e.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3e93e.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_3e93e.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_3e93e.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_3e93e.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_3e93e.dir/CheckSymbolExists.c.o -o cmTC_3e93e.exe -Wl,--out-implib,libcmTC_3e93e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <signal.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sigaltstack | |
return ((int*)(&sigaltstack))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the mallinfo exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_23349/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_23349.dir/build.make CMakeFiles/cmTC_23349.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_23349.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_23349.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_23349.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_23349.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_23349.dir/CheckSymbolExists.c.o -o cmTC_23349.exe -Wl,--out-implib,libcmTC_23349.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <malloc.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef mallinfo | |
return ((int*)(&mallinfo))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the getrlimit exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_566df/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_566df.dir/build.make CMakeFiles/cmTC_566df.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_566df.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_566df.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_566df.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_566df.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_566df.dir/CheckSymbolExists.c.o -o cmTC_566df.exe -Wl,--out-implib,libcmTC_566df.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/types.h> | |
#include <sys/time.h> | |
#include <sys/resource.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef getrlimit | |
return ((int*)(&getrlimit))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the posix_spawn exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_bca24/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_bca24.dir/build.make CMakeFiles/cmTC_bca24.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_bca24.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_bca24.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_bca24.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_bca24.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_bca24.dir/CheckSymbolExists.c.o -o cmTC_bca24.exe -Wl,--out-implib,libcmTC_bca24.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <spawn.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef posix_spawn | |
return ((int*)(&posix_spawn))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the pread exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_09cad/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_09cad.dir/build.make CMakeFiles/cmTC_09cad.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_09cad.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_09cad.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_09cad.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_09cad.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_09cad.dir/CheckSymbolExists.c.o -o cmTC_09cad.exe -Wl,--out-implib,libcmTC_09cad.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pread | |
return ((int*)(&pread))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the realpath exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f880b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f880b.dir/build.make CMakeFiles/cmTC_f880b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f880b.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_f880b.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_f880b.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f880b.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_f880b.dir/CheckSymbolExists.c.o -o cmTC_f880b.exe -Wl,--out-implib,libcmTC_f880b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <stdlib.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef realpath | |
return ((int*)(&realpath))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sbrk exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_0f2f0/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_0f2f0.dir/build.make CMakeFiles/cmTC_0f2f0.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0f2f0.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_0f2f0.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_0f2f0.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_0f2f0.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_0f2f0.dir/CheckSymbolExists.c.o -o cmTC_0f2f0.exe -Wl,--out-implib,libcmTC_0f2f0.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sbrk | |
return ((int*)(&sbrk))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the strerror exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_e0ef6/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_e0ef6.dir/build.make CMakeFiles/cmTC_e0ef6.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e0ef6.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_e0ef6.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_e0ef6.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_e0ef6.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_e0ef6.dir/CheckSymbolExists.c.o -o cmTC_e0ef6.exe -Wl,--out-implib,libcmTC_e0ef6.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <string.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef strerror | |
return ((int*)(&strerror))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the strerror_r exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_fbc4f/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_fbc4f.dir/build.make CMakeFiles/cmTC_fbc4f.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_fbc4f.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_fbc4f.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_fbc4f.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_fbc4f.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_fbc4f.dir/CheckSymbolExists.c.o -o cmTC_fbc4f.exe -Wl,--out-implib,libcmTC_fbc4f.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <string.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef strerror_r | |
return ((int*)(&strerror_r))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the setenv exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_b689a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_b689a.dir/build.make CMakeFiles/cmTC_b689a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b689a.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_b689a.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_b689a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_b689a.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_b689a.dir/CheckSymbolExists.c.o -o cmTC_b689a.exe -Wl,--out-implib,libcmTC_b689a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <stdlib.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef setenv | |
return ((int*)(&setenv))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the dlopen exist passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_97f8d/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_97f8d.dir/build.make CMakeFiles/cmTC_97f8d.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_97f8d.dir/CheckSymbolExists.c.o | |
/usr/bin/cc.exe -o CMakeFiles/cmTC_97f8d.dir/CheckSymbolExists.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_97f8d.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_97f8d.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -Wl,--enable-auto-import CMakeFiles/cmTC_97f8d.dir/CheckSymbolExists.c.o -o cmTC_97f8d.exe -Wl,--out-implib,libcmTC_97f8d.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm -ldl | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
File /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <dlfcn.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef dlopen | |
return ((int*)(&dlopen))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS_WITHOUT_LIB succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_60e91/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_60e91.dir/build.make CMakeFiles/cmTC_60e91.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_60e91.dir/src.cxx.o | |
/usr/bin/c++.exe -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_60e91.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_60e91.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_60e91.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 -Wl,--enable-auto-import CMakeFiles/cmTC_60e91.dir/src.cxx.o -o cmTC_60e91.exe -Wl,--out-implib,libcmTC_60e91.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <atomic> | |
std::atomic<int> x; | |
int main() { | |
return x; | |
} | |
Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS64_WITHOUT_LIB succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_38e9e/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_38e9e.dir/build.make CMakeFiles/cmTC_38e9e.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_38e9e.dir/src.cxx.o | |
/usr/bin/c++.exe -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_38e9e.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_38e9e.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_38e9e.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -Wl,--enable-auto-import CMakeFiles/cmTC_38e9e.dir/src.cxx.o -o cmTC_38e9e.exe -Wl,--out-implib,libcmTC_38e9e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <atomic> | |
#include <cstdint> | |
std::atomic<uint64_t> x (0); | |
int main() { | |
uint64_t i = x.load(std::memory_order_relaxed); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test LLVM_HAS_ATOMICS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a1a9c/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a1a9c.dir/build.make CMakeFiles/cmTC_a1a9c.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_a1a9c.dir/src.cxx.o | |
/usr/bin/c++.exe -DLLVM_HAS_ATOMICS -o CMakeFiles/cmTC_a1a9c.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_a1a9c.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_a1a9c.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -DLLVM_HAS_ATOMICS -Wl,--enable-auto-import CMakeFiles/cmTC_a1a9c.dir/src.cxx.o -o cmTC_a1a9c.exe -Wl,--out-implib,libcmTC_a1a9c.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#ifdef _MSC_VER | |
#include <windows.h> | |
#endif | |
int main() { | |
#ifdef _MSC_VER | |
volatile LONG val = 1; | |
MemoryBarrier(); | |
InterlockedCompareExchange(&val, 0, 1); | |
InterlockedIncrement(&val); | |
InterlockedDecrement(&val); | |
#else | |
volatile unsigned long val = 1; | |
__sync_synchronize(); | |
__sync_val_compare_and_swap(&val, 1, 0); | |
__sync_add_and_fetch(&val, 1); | |
__sync_sub_and_fetch(&val, 1); | |
#endif | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test SUPPORTS_VARIADIC_MACROS_FLAG succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_2ecb4/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_2ecb4.dir/build.make CMakeFiles/cmTC_2ecb4.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_2ecb4.dir/src.cxx.o | |
/usr/bin/c++.exe -DSUPPORTS_VARIADIC_MACROS_FLAG -Wvariadic-macros -o CMakeFiles/cmTC_2ecb4.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_2ecb4.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_2ecb4.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -DSUPPORTS_VARIADIC_MACROS_FLAG -Wl,--enable-auto-import CMakeFiles/cmTC_2ecb4.dir/src.cxx.o -o cmTC_2ecb4.exe -Wl,--out-implib,libcmTC_2ecb4.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAS_MAYBE_UNINITIALIZED succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_d1211/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_d1211.dir/build.make CMakeFiles/cmTC_d1211.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_d1211.dir/src.cxx.o | |
/usr/bin/c++.exe -DHAS_MAYBE_UNINITIALIZED -Wmaybe-uninitialized -o CMakeFiles/cmTC_d1211.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_d1211.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_d1211.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -DHAS_MAYBE_UNINITIALIZED -Wl,--enable-auto-import CMakeFiles/cmTC_d1211.dir/src.cxx.o -o cmTC_d1211.exe -Wl,--out-implib,libcmTC_d1211.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FPIC succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_9524b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_9524b.dir/build.make CMakeFiles/cmTC_9524b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_9524b.dir/src.c.o | |
/usr/bin/cc.exe -DC_SUPPORTS_FPIC -Werror -fPIC -o CMakeFiles/cmTC_9524b.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_9524b.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_9524b.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -DC_SUPPORTS_FPIC -Wl,--enable-auto-import CMakeFiles/cmTC_9524b.dir/src.c.o -o cmTC_9524b.exe -Wl,--out-implib,libcmTC_9524b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FPIC succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_58405/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_58405.dir/build.make CMakeFiles/cmTC_58405.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_58405.dir/src.cxx.o | |
/usr/bin/c++.exe -DCXX_SUPPORTS_FPIC -Werror -fPIC -o CMakeFiles/cmTC_58405.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_58405.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_58405.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -DCXX_SUPPORTS_FPIC -Wl,--enable-auto-import CMakeFiles/cmTC_58405.dir/src.cxx.o -o cmTC_58405.exe -Wl,--out-implib,libcmTC_58405.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f319e/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f319e.dir/build.make CMakeFiles/cmTC_f319e.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_f319e.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -fvisibility-inlines-hidden -o CMakeFiles/cmTC_f319e.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_f319e.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f319e.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -Wl,--enable-auto-import CMakeFiles/cmTC_f319e.dir/src.cxx.o -o cmTC_f319e.exe -Wl,--out-implib,libcmTC_f319e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_DATE_TIME succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_2cc4a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_2cc4a.dir/build.make CMakeFiles/cmTC_2cc4a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_2cc4a.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -o CMakeFiles/cmTC_2cc4a.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_2cc4a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_2cc4a.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Wl,--enable-auto-import CMakeFiles/cmTC_2cc4a.dir/src.c.o -o cmTC_2cc4a.exe -Wl,--out-implib,libcmTC_2cc4a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_DATE_TIME succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_4a736/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_4a736.dir/build.make CMakeFiles/cmTC_4a736.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_4a736.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -o CMakeFiles/cmTC_4a736.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_4a736.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_4a736.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Wl,--enable-auto-import CMakeFiles/cmTC_4a736.dir/src.cxx.o -o cmTC_4a736.exe -Wl,--out-implib,libcmTC_4a736.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CXX11 succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_c441b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_c441b.dir/build.make CMakeFiles/cmTC_c441b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_c441b.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_CXX11 -std=c++11 -o CMakeFiles/cmTC_c441b.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_c441b.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_c441b.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_CXX11 -Wl,--enable-auto-import CMakeFiles/cmTC_c441b.dir/src.cxx.o -o cmTC_c441b.exe -Wl,--out-implib,libcmTC_c441b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_45841/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_45841.dir/build.make CMakeFiles/cmTC_45841.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_45841.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -Wmissing-field-initializers -o CMakeFiles/cmTC_45841.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_45841.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_45841.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -Wl,--enable-auto-import CMakeFiles/cmTC_45841.dir/src.cxx.o -o cmTC_45841.exe -Wl,--out-implib,libcmTC_45841.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_129e2/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_129e2.dir/build.make CMakeFiles/cmTC_129e2.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_129e2.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -Wnoexcept-type -o CMakeFiles/cmTC_129e2.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_129e2.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_129e2.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -Wl,--enable-auto-import CMakeFiles/cmTC_129e2.dir/src.cxx.o -o cmTC_129e2.exe -Wl,--out-implib,libcmTC_129e2.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f8a96/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f8a96.dir/build.make CMakeFiles/cmTC_f8a96.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_f8a96.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_f8a96.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_f8a96.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f8a96.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Wl,--enable-auto-import CMakeFiles/cmTC_f8a96.dir/src.cxx.o -o cmTC_f8a96.exe -Wl,--out-implib,libcmTC_f8a96.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FNO_FUNCTION_SECTIONS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_f7451/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f7451.dir/build.make CMakeFiles/cmTC_f7451.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f7451.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DC_SUPPORTS_FNO_FUNCTION_SECTIONS -Werror -fno-function-sections -o CMakeFiles/cmTC_f7451.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_f7451.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f7451.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DC_SUPPORTS_FNO_FUNCTION_SECTIONS -Wl,--enable-auto-import CMakeFiles/cmTC_f7451.dir/src.c.o -o cmTC_f7451.exe -Wl,--out-implib,libcmTC_f7451.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FFUNCTION_SECTIONS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_fffb3/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_fffb3.dir/build.make CMakeFiles/cmTC_fffb3.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_fffb3.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DC_SUPPORTS_FFUNCTION_SECTIONS -Werror -ffunction-sections -o CMakeFiles/cmTC_fffb3.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_fffb3.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_fffb3.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DC_SUPPORTS_FFUNCTION_SECTIONS -Wl,--enable-auto-import CMakeFiles/cmTC_fffb3.dir/src.c.o -o cmTC_fffb3.exe -Wl,--out-implib,libcmTC_fffb3.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FFUNCTION_SECTIONS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_bc617/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_bc617.dir/build.make CMakeFiles/cmTC_bc617.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_bc617.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -DCXX_SUPPORTS_FFUNCTION_SECTIONS -Werror -ffunction-sections -o CMakeFiles/cmTC_bc617.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_bc617.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_bc617.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -DCXX_SUPPORTS_FFUNCTION_SECTIONS -Wl,--enable-auto-import CMakeFiles/cmTC_bc617.dir/src.cxx.o -o cmTC_bc617.exe -Wl,--out-implib,libcmTC_bc617.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FDATA_SECTIONS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_5fffd/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_5fffd.dir/build.make CMakeFiles/cmTC_5fffd.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5fffd.dir/src.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -DC_SUPPORTS_FDATA_SECTIONS -Werror -fdata-sections -o CMakeFiles/cmTC_5fffd.dir/src.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_5fffd.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_5fffd.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -DC_SUPPORTS_FDATA_SECTIONS -Wl,--enable-auto-import CMakeFiles/cmTC_5fffd.dir/src.c.o -o cmTC_5fffd.exe -Wl,--out-implib,libcmTC_5fffd.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FDATA_SECTIONS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_1c6ac/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_1c6ac.dir/build.make CMakeFiles/cmTC_1c6ac.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_1c6ac.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -DCXX_SUPPORTS_FDATA_SECTIONS -Werror -fdata-sections -o CMakeFiles/cmTC_1c6ac.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_1c6ac.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_1c6ac.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -DCXX_SUPPORTS_FDATA_SECTIONS -Wl,--enable-auto-import CMakeFiles/cmTC_1c6ac.dir/src.cxx.o -o cmTC_1c6ac.exe -Wl,--out-implib,libcmTC_1c6ac.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Determining if the include file sys/resource.h exists passed with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_a177a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_a177a.dir/build.make CMakeFiles/cmTC_a177a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a177a.dir/CheckIncludeFile.c.o | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -o CMakeFiles/cmTC_a177a.dir/CheckIncludeFile.c.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_a177a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_a177a.dir/link.txt --verbose=1 | |
/usr/bin/cc.exe -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_a177a.dir/CheckIncludeFile.c.o -o cmTC_a177a.exe -Wl,--out-implib,libcmTC_a177a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_STD_CXX11 succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_0f8c2/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_0f8c2.dir/build.make CMakeFiles/cmTC_0f8c2.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_0f8c2.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -DHAVE_CXX_FLAG_STD_CXX11 -std=c++11 -std=c++11 -o CMakeFiles/cmTC_0f8c2.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_0f8c2.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_0f8c2.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -DHAVE_CXX_FLAG_STD_CXX11 -std=c++11 -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_0f8c2.dir/src.cxx.o -o cmTC_0f8c2.exe -Wl,--out-implib,libcmTC_0f8c2.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WALL succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_abee6/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_abee6.dir/build.make CMakeFiles/cmTC_abee6.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_abee6.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -DHAVE_CXX_FLAG_WALL -Wall -Wall -o CMakeFiles/cmTC_abee6.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_abee6.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_abee6.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -DHAVE_CXX_FLAG_WALL -Wall -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_abee6.dir/src.cxx.o -o cmTC_abee6.exe -Wl,--out-implib,libcmTC_abee6.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WEXTRA succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_ce163/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_ce163.dir/build.make CMakeFiles/cmTC_ce163.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_ce163.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -DHAVE_CXX_FLAG_WEXTRA -Wextra -Wextra -o CMakeFiles/cmTC_ce163.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_ce163.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_ce163.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -DHAVE_CXX_FLAG_WEXTRA -Wextra -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_ce163.dir/src.cxx.o -o cmTC_ce163.exe -Wl,--out-implib,libcmTC_ce163.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WSHADOW succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_86550/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_86550.dir/build.make CMakeFiles/cmTC_86550.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_86550.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -DHAVE_CXX_FLAG_WSHADOW -Wshadow -Wshadow -o CMakeFiles/cmTC_86550.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_86550.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_86550.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -DHAVE_CXX_FLAG_WSHADOW -Wshadow -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_86550.dir/src.cxx.o -o cmTC_86550.exe -Wl,--out-implib,libcmTC_86550.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_PEDANTIC succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_daf87/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_daf87.dir/build.make CMakeFiles/cmTC_daf87.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_daf87.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -DHAVE_CXX_FLAG_PEDANTIC -pedantic -pedantic -o CMakeFiles/cmTC_daf87.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_daf87.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_daf87.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -DHAVE_CXX_FLAG_PEDANTIC -pedantic -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_daf87.dir/src.cxx.o -o cmTC_daf87.exe -Wl,--out-implib,libcmTC_daf87.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_PEDANTIC_ERRORS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_d551b/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_d551b.dir/build.make CMakeFiles/cmTC_d551b.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_d551b.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -pedantic-errors -pedantic-errors -o CMakeFiles/cmTC_d551b.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_d551b.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_d551b.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -pedantic-errors -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_d551b.dir/src.cxx.o -o cmTC_d551b.exe -Wl,--out-implib,libcmTC_d551b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WFLOAT_EQUAL succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_d6211/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_d6211.dir/build.make CMakeFiles/cmTC_d6211.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_d6211.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wfloat-equal -Wfloat-equal -o CMakeFiles/cmTC_d6211.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_d6211.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_d6211.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wfloat-equal -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_d6211.dir/src.cxx.o -o cmTC_d6211.exe -Wl,--out-implib,libcmTC_d6211.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_FSTRICT_ALIASING succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_dbd64/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_dbd64.dir/build.make CMakeFiles/cmTC_dbd64.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_dbd64.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fstrict-aliasing -fstrict-aliasing -o CMakeFiles/cmTC_dbd64.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_dbd64.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_dbd64.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fstrict-aliasing -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_dbd64.dir/src.cxx.o -o cmTC_dbd64.exe -Wl,--out-implib,libcmTC_dbd64.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_FNO_EXCEPTIONS succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_6a4fa/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_6a4fa.dir/build.make CMakeFiles/cmTC_6a4fa.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_6a4fa.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -fno-exceptions -o CMakeFiles/cmTC_6a4fa.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_6a4fa.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_6a4fa.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_6a4fa.dir/src.cxx.o -o cmTC_6a4fa.exe -Wl,--out-implib,libcmTC_6a4fa.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WSTRICT_ALIASING succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_fd96a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_fd96a.dir/build.make CMakeFiles/cmTC_fd96a.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_fd96a.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wstrict-aliasing -Wstrict-aliasing -o CMakeFiles/cmTC_fd96a.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_fd96a.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_fd96a.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wstrict-aliasing -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_fd96a.dir/src.cxx.o -o cmTC_fd96a.exe -Wl,--out-implib,libcmTC_fd96a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_COVERAGE succeeded with the following output: | |
Change Dir: /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make.exe" "cmTC_b6314/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_b6314.dir/build.make CMakeFiles/cmTC_b6314.dir/build | |
make[1]: Entering directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_b6314.dir/src.cxx.o | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_COVERAGE --coverage --coverage -o CMakeFiles/cmTC_b6314.dir/src.cxx.o -c /home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_b6314.exe | |
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_b6314.dir/link.txt --verbose=1 | |
/usr/bin/c++.exe -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_COVERAGE --coverage -Wl,--enable-auto-import -Wl,-allow-shlib-undefined CMakeFiles/cmTC_b6314.dir/src.cxx.o -o cmTC_b6314.exe -Wl,--out-implib,libcmTC_b6314.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lm | |
make[1]: Leaving directory '/home/blah/llvm-mingw/llvm/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment