Created
May 3, 2022 20:48
-
-
Save lygstate/fc541969d5f4ddfc4234b4d6df806559 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
root@78a5bd676ef9:/home/lygstate/work/mesa/subprojects/llvm-project/_build# cmake \ | |
../llvm \ | |
-GNinja \ | |
-DCMAKE_TOOLCHAIN_FILE=../../mingw-toolchain.cmake \ | |
-DCMAKE_CROSSCOMPILING=1 \ | |
-DCMAKE_BUILD_TYPE=Release \ | |
-DLLVM_ENABLE_PROJECTS="clang;lld;libclc" \ | |
-DLLVM_TARGETS_TO_BUILD="AMDGPU;X86" \ | |
-DLLVM_OPTIMIZED_TABLEGEN=TRUE \ | |
-DLLVM_ENABLE_ASSERTIONS=TRUE \ | |
-DLLVM_INCLUDE_UTILS=OFF \ | |
-DLLVM_INCLUDE_RUNTIMES=OFF \ | |
-DLLVM_INCLUDE_TESTS=OFF \ | |
-DLLVM_INCLUDE_EXAMPLES=OFF \ | |
-DLLVM_INCLUDE_GO_TESTS=OFF \ | |
-DLLVM_INCLUDE_BENCHMARKS=OFF \ | |
-DLLVM_BUILD_LLVM_C_DYLIB=OFF \ | |
-DLLVM_ENABLE_DIA_SDK=OFF \ | |
-DCLANG_BUILD_TOOLS=ON \ | |
-DLLVM_SPIRV_INCLUDE_TESTS=OFF | |
-- The C compiler identification is GNU 10.0.0 | |
-- The CXX compiler identification is GNU 10.0.0 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /usr/bin/x86_64-w64-mingw32-gcc-posix | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc-posix - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++-posix - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- bolt project is disabled | |
-- clang project is enabled | |
-- clang-tools-extra project is disabled | |
-- compiler-rt project is disabled | |
-- cross-project-tests project is disabled | |
-- libc project is disabled | |
-- libclc project is enabled | |
-- libcxx project is disabled | |
-- libcxxabi project is disabled | |
-- libunwind project is disabled | |
-- lld project is enabled | |
-- lldb project is disabled | |
-- mlir project is disabled | |
-- openmp project is disabled | |
-- polly project is disabled | |
-- pstl project is disabled | |
-- flang project is disabled | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - not found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for link.h | |
-- Looking for link.h - not found | |
-- Looking for malloc/malloc.h | |
-- Looking for malloc/malloc.h - not found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for sys/ioctl.h | |
-- Looking for sys/ioctl.h - not found | |
-- Looking for sys/mman.h | |
-- Looking for sys/mman.h - not found | |
-- Looking for sys/param.h | |
-- Looking for sys/param.h - found | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - not 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 sysexits.h | |
-- Looking for sysexits.h - not found | |
-- Looking for termios.h | |
-- Looking for termios.h - not found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for valgrind/valgrind.h | |
-- Looking for valgrind/valgrind.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 pfm_initialize in pfm | |
-- Looking for pfm_initialize in pfm - not found | |
-- Found ZLIB: /usr/x86_64-w64-mingw32/lib/libz.dll.a (found version "1.2.12") | |
-- Looking for compress2 | |
-- Looking for compress2 - found | |
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) | |
-- Looking for xar_open in xar | |
-- Looking for xar_open in xar - not found | |
-- Looking for arc4random | |
-- Looking for arc4random - not found | |
-- Looking for backtrace | |
-- Looking for backtrace - not found | |
-- Could NOT find Backtrace (missing: Backtrace_LIBRARY) | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Looking for __register_frame | |
-- Looking for __register_frame - not found | |
-- Looking for __deregister_frame | |
-- Looking for __deregister_frame - not found | |
-- Looking for __unw_add_dynamic_fde | |
-- Looking for __unw_add_dynamic_fde - not found | |
-- Looking for _Unwind_Backtrace | |
-- Looking for _Unwind_Backtrace - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - not found | |
-- Looking for sysconf | |
-- Looking for sysconf - not found | |
-- Looking for getrusage | |
-- Looking for getrusage - not found | |
-- Looking for setrlimit | |
-- Looking for setrlimit - not found | |
-- Looking for isatty | |
-- Looking for isatty - found | |
-- Looking for futimens | |
-- Looking for futimens - not found | |
-- Looking for futimes | |
-- Looking for futimes - not found | |
-- Looking for sigaltstack | |
-- Looking for sigaltstack - not found | |
-- Looking for lseek64 | |
-- Looking for lseek64 - found | |
-- Looking for mallctl | |
-- Looking for mallctl - not found | |
-- Looking for mallinfo | |
-- Looking for mallinfo - not found | |
-- Looking for mallinfo2 | |
-- Looking for mallinfo2 - not found | |
-- Looking for malloc_zone_statistics | |
-- Looking for malloc_zone_statistics - not found | |
-- Looking for getrlimit | |
-- Looking for getrlimit - not found | |
-- Looking for posix_spawn | |
-- Looking for posix_spawn - not found | |
-- Looking for pread | |
-- Looking for pread - not found | |
-- Looking for sbrk | |
-- Looking for sbrk - not found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strerror_r | |
-- Looking for strerror_r - not found | |
-- Looking for strerror_s | |
-- Looking for strerror_s - found | |
-- Looking for setenv | |
-- Looking for setenv - not found | |
-- Looking for _chsize_s | |
-- Looking for _chsize_s - found | |
-- Looking for _alloca | |
-- Looking for _alloca - not found | |
-- Looking for __alloca | |
-- Looking for __alloca - found | |
-- Looking for __chkstk | |
-- Looking for __chkstk - not found | |
-- Looking for __chkstk_ms | |
-- Looking for __chkstk_ms - not found | |
-- Looking for ___chkstk | |
-- Looking for ___chkstk - found | |
-- Looking for ___chkstk_ms | |
-- Looking for ___chkstk_ms - found | |
-- Looking for __ashldi3 | |
-- Looking for __ashldi3 - not found | |
-- Looking for __ashrdi3 | |
-- Looking for __ashrdi3 - not found | |
-- Looking for __divdi3 | |
-- Looking for __divdi3 - not found | |
-- Looking for __fixdfdi | |
-- Looking for __fixdfdi - not found | |
-- Looking for __fixsfdi | |
-- Looking for __fixsfdi - not found | |
-- Looking for __floatdidf | |
-- Looking for __floatdidf - not found | |
-- Looking for __lshrdi3 | |
-- Looking for __lshrdi3 - not found | |
-- Looking for __moddi3 | |
-- Looking for __moddi3 - not found | |
-- Looking for __udivdi3 | |
-- Looking for __udivdi3 - not found | |
-- Looking for __umoddi3 | |
-- Looking for __umoddi3 - not found | |
-- Looking for __main | |
-- Looking for __main - found | |
-- Looking for __cmpdi2 | |
-- Looking for __cmpdi2 - not found | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed | |
-- Looking for __GLIBC__ | |
-- Looking for __GLIBC__ - not found | |
-- Looking for proc_pid_rusage | |
-- Looking for proc_pid_rusage - not found | |
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE | |
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success | |
-- Performing Test LLVM_HAS_ATOMICS | |
-- Performing Test LLVM_HAS_ATOMICS - Success | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed | |
-- Performing Test HAS_MAYBE_UNINITIALIZED | |
-- Performing Test HAS_MAYBE_UNINITIALIZED - Success | |
-- Native target architecture is X86 | |
-- Threads enabled. | |
-- Doxygen disabled. | |
-- Go bindings disabled. | |
-- Ninja version: 1.10.1 | |
-- 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-w64-windows-gnu | |
-- LLVM default target triple: x86_64-w64-windows-gnu | |
-- 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_MISSING_FIELD_INITIALIZERS_FLAG | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success | |
-- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG | |
-- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG | |
-- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed | |
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success | |
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - 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 - Success | |
-- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG | |
-- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG | |
-- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success | |
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR | |
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Failed | |
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG | |
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success | |
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL | |
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - 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_MISLEADING_INDENTATION_FLAG | |
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG | |
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success | |
-- 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 | |
-- Looking for os_signpost_interval_begin | |
-- Looking for os_signpost_interval_begin - not found | |
-- Found Python3: /usr/bin/python3.9 (found suitable version "3.9.2", minimum required is "3.0") found components: Interpreter | |
-- Setting native build dir to /home/lygstate/work/mesa/subprojects/llvm-project/_build/NATIVE | |
-- Performing Test HAS_WERROR_GLOBAL_CTORS | |
-- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed | |
-- Found Git: /usr/bin/git (found version "2.30.2") | |
-- LLVMHello ignored -- Loadable modules not supported on this platform. | |
-- Targeting AMDGPU | |
-- Targeting X86 | |
-- Found PkgConfig: /usr/x86_64-w64-mingw32/bin/pkg-config (found version "0.29.2") | |
-- SPIR-V Headers location is not specified. Will try to download | |
spirv.hpp from https://github.com/KhronosGroup/SPIRV-Headers into | |
/home/lygstate/work/mesa/subprojects/llvm-project/_build/projects/SPIRV-LLVM-Translator/SPIRV-Headers | |
-- Building SPIRV-Header examples | |
-- Installing SPIRV-Header | |
-- Checking for one of the modules 'SPIRV-Tools' | |
-- SPIRV-Tools not found; project will be built without --spirv-tools-dis support. | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - not found | |
-- Clang version: 14.0.3 | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG | |
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed | |
-- Not building amdgpu-arch: hsa-runtime64 not found | |
-- LLD version: 14.0.3 | |
-- BugpointPasses ignored -- Loadable modules not supported on this platform. | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/lygstate/work/mesa/subprojects/llvm-project/_build | |
root@78a5bd676ef9:/home/lygstate/work/mesa/subprojects/llvm-project/_build# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment