Files
2022-09-13 10:56:00 +08:00

528 lines
27 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Determining if the include file malloc/malloc.h exists failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_96704"
[1/2] Building C object CMakeFiles/cmTC_96704.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_96704.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_96704.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: malloc/malloc.h: No such file or directory
#include <malloc/malloc.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file valgrind/valgrind.h exists failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_293c6"
[1/2] Building C object CMakeFiles/cmTC_293c6.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_293c6.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_293c6.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: valgrind/valgrind.h: No such file or directory
#include <valgrind/valgrind.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file mach/mach.h exists failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_30da0"
[1/2] Building C object CMakeFiles/cmTC_30da0.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_30da0.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_30da0.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: mach/mach.h: No such file or directory
#include <mach/mach.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file histedit.h exists failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_f8d8b"
[1/2] Building C object CMakeFiles/cmTC_f8d8b.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_f8d8b.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f8d8b.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: histedit.h: No such file or directory
#include <histedit.h>
^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file CrashReporterClient.h exists failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1f37b"
[1/2] Building C object CMakeFiles/cmTC_1f37b.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_1f37b.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_1f37b.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: CrashReporterClient.h: No such file or directory
#include <CrashReporterClient.h>
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the function pfm_initialize exists in the pfm failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_fdfba"
[1/2] Building C object CMakeFiles/cmTC_fdfba.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_fdfba
FAILED: cmTC_fdfba
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pfm_initialize CMakeFiles/cmTC_fdfba.dir/CheckFunctionExists.c.o -o cmTC_fdfba -lpfm -lm && :
/usr/bin/ld: cannot find -lpfm
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_7ccb9"
[1/2] Building C object CMakeFiles/cmTC_7ccb9.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_7ccb9
FAILED: cmTC_7ccb9
: && /usr/bin/cc CMakeFiles/cmTC_7ccb9.dir/CheckSymbolExists.c.o -o cmTC_7ccb9 -lm && :
CMakeFiles/cmTC_7ccb9.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/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 function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9b949"
[1/2] Building C object CMakeFiles/cmTC_9b949.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_9b949
FAILED: cmTC_9b949
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_9b949.dir/CheckFunctionExists.c.o -o cmTC_9b949 -lpthreads -lm && :
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function xar_open exists in the xar failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1ff94"
[1/2] Building C object CMakeFiles/cmTC_1ff94.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1ff94
FAILED: cmTC_1ff94
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=xar_open CMakeFiles/cmTC_1ff94.dir/CheckFunctionExists.c.o -o cmTC_1ff94 -lxar -lm && :
/usr/bin/ld: cannot find -lxar
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the arc4random exist failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_31cf1"
[1/2] Building C object CMakeFiles/cmTC_31cf1.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_31cf1.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_31cf1.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function main:
CheckSymbolExists.c:8:19: error: arc4random undeclared (first use in this function); did you mean srandom?
return ((int*)(&arc4random))[argc];
^~~~~~~~~~
srandom
CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/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
}
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c443f"
[1/2] Building C object CMakeFiles/cmTC_c443f.dir/src.c.o
FAILED: CMakeFiles/cmTC_c443f.dir/src.c.o
/usr/bin/cc -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Werror=unguarded-availability-new -o CMakeFiles/cmTC_c443f.dir/src.c.o -c src.c
cc1: error: -Werror=unguarded-availability-new: no option -Wunguarded-availability-new
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Determining if the mallctl exist failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_30de5"
[1/2] Building C object CMakeFiles/cmTC_30de5.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_30de5.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_30de5.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: malloc_np.h: No such file or directory
#include <malloc_np.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_965c9"
[1/2] Building C object CMakeFiles/cmTC_965c9.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_965c9.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_965c9.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: malloc/malloc.h: No such file or directory
#include <malloc/malloc.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_84486"
[1/2] Building C object CMakeFiles/cmTC_84486.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_84486.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_84486.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function main:
CheckSymbolExists.c:8:19: error: strerror_s undeclared (first use in this function); did you mean strerror_l?
return ((int*)(&strerror_s))[argc];
^~~~~~~~~~
strerror_l
CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bcc4a"
[1/2] Building C object CMakeFiles/cmTC_bcc4a.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_bcc4a.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_bcc4a.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function main:
CheckSymbolExists.c:8:19: error: dladdr undeclared (first use in this function)
return ((int*)(&dladdr))[argc];
^~~~~~
CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/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
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d0f92"
[1/2] Building C object CMakeFiles/cmTC_d0f92.dir/src.c.o
FAILED: CMakeFiles/cmTC_d0f92.dir/src.c.o
/usr/bin/cc -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -o CMakeFiles/cmTC_d0f92.dir/src.c.o -c src.c
src.c: In function main:
src.c:7:37: error: struct stat has no member named st_mtimespec; did you mean st_mtim?
(void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec);
^~~~~~~~~~~~
st_mtim
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec);
return 0;
}
Performing C++ SOURCE FILE Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9fc0d"
[1/2] Building CXX object CMakeFiles/cmTC_9fc0d.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_9fc0d.dir/src.cxx.o
/usr/bin/c++ -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Wgnu-zero-variadic-macro-arguments -o CMakeFiles/cmTC_9fc0d.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-Wgnu-zero-variadic-macro-arguments'; did you mean '-Wno-variadic-macros'?
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_b4ab9"
[1/2] Building CXX object CMakeFiles/cmTC_b4ab9.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_b4ab9.dir/src.cxx.o
/usr/bin/c++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_b4ab9.dir/src.cxx.o -c src.cxx
cc1plus: error: -Werror=unguarded-availability-new: no option -Wunguarded-availability-new
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_acfee"
[1/2] Building C object CMakeFiles/cmTC_acfee.dir/src.c.o
FAILED: CMakeFiles/cmTC_acfee.dir/src.c.o
/usr/bin/cc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_acfee.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'?
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_ae2a3"
[1/2] Building CXX object CMakeFiles/cmTC_ae2a3.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_ae2a3.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_ae2a3.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'?
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_a1a95"
[1/2] Building CXX object CMakeFiles/cmTC_a1a95.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_a1a95.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -Wclass-memaccess -o CMakeFiles/cmTC_a1a95.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-Wclass-memaccess'
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bf609"
[1/2] Building C object CMakeFiles/cmTC_bf609.dir/src.c.o
FAILED: CMakeFiles/cmTC_bf609.dir/src.c.o
/usr/bin/cc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_bf609.dir/src.c.o -c 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
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_070fd"
[1/2] Building C object CMakeFiles/cmTC_070fd.dir/src.c.o
FAILED: CMakeFiles/cmTC_070fd.dir/src.c.o
/usr/bin/cc -D_GNU_SOURCE -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -DC_WCOMMENT_ALLOWS_LINE_WRAP -Werror -Wcomment -o CMakeFiles/cmTC_070fd.dir/src.c.o -c src.c
src.c:1:1: error: multi-line comment [-Werror=comment]
// \
^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_09d0c"
[1/2] Building C object CMakeFiles/cmTC_09d0c.dir/src.c.o
FAILED: CMakeFiles/cmTC_09d0c.dir/src.c.o
/usr/bin/cc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -DC_SUPPORTS_STRING_CONVERSION_FLAG -Werror -Wstring-conversion -o CMakeFiles/cmTC_09d0c.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-Wstring-conversion'; did you mean '-Wint-conversion'?
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_1e015"
[1/2] Building CXX object CMakeFiles/cmTC_1e015.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_1e015.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -Werror -Wstring-conversion -o CMakeFiles/cmTC_1e015.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-Wstring-conversion'; did you mean '-Wint-conversion'?
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_9c584"
[1/2] Building CXX object CMakeFiles/cmTC_9c584.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_9c584
FAILED: cmTC_9c584
: && /usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -DLINKER_SUPPORTS_COLOR_DIAGNOSTICS -Wl,--color-diagnostics CMakeFiles/cmTC_9c584.dir/src.cxx.o -o cmTC_9c584 -lm && :
/usr/bin/ld: unrecognized option '--color-diagnostics'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Determining if the os_signpost_interval_begin exist failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_5136e"
[1/2] Building C object CMakeFiles/cmTC_5136e.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_5136e.dir/CheckSymbolExists.c.o
/usr/bin/cc -D_GNU_SOURCE -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -o CMakeFiles/cmTC_5136e.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: os/signpost.h: No such file or directory
#include <os/signpost.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
File /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <os/signpost.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef os_signpost_interval_begin
return ((int*)(&os_signpost_interval_begin))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_bcfa3"
[1/2] Building CXX object CMakeFiles/cmTC_bcfa3.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_bcfa3.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -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_bcfa3.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-Wnested-anon-types'; did you mean '-Wnested-externs'?
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_c4455"
[1/2] Building CXX object CMakeFiles/cmTC_c4455.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_c4455.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -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_c4455.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-Wshorten-64-to-32'
c++: error: unrecognized command line option '-Wshorten-64-to-32'
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WD654 failed with the following output:
Change Dir: /home/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_d78a3"
[1/2] Building CXX object CMakeFiles/cmTC_d78a3.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_d78a3.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -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_d78a3.dir/src.cxx.o -c src.cxx
c++: error: unrecognized command line option '-wd654'
c++: error: unrecognized command line option '-wd654'
ninja: build stopped: subcommand failed.
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/zhangjb/workspace/light-fm-95pvs/gpu_bxm_4_64/llvm-5935153/llvm.tblgen/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/ninja" "cmTC_8cfff"
[1/2] Building CXX object CMakeFiles/cmTC_8cfff.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_8cfff.dir/src.cxx.o
/usr/bin/c++ -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 -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -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_8cfff.dir/src.cxx.o -c 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'?
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }