Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 443.44 KB | None | 0 0
  1. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchos.dir/sanitizer_posix_libcdep.cc.o
  2. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchos.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchos.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchos.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  3. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  4. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  5. ^~~~~~~~~~~
  6. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  7. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  8. ^
  9. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  10. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  11. ^~
  12. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  13. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  14. ^
  15. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  16. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  17. ^~~~~~~~~~~
  18. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  19. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  20. ^
  21. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  22. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  23. ^~
  24. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  25. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  26. ^
  27. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  28. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  29. ^~~~~~~~~~~
  30. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  31. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  32. ^
  33. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  34. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  35. ^~
  36. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  37. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  38. ^
  39. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on watchOS
  40. execv(program, const_cast<char **>(&argv[0]));
  41. ^~~~~
  42. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  43. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  44. ^
  45. 4 errors generated.
  46. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvossim.dir/sanitizer_posix_libcdep.cc.o
  47. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvossim.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvossim.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvossim.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  48. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  49. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  50. ^~~~~~~~~~~
  51. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  52. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  53. ^
  54. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  55. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  56. ^~
  57. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  58. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  59. ^
  60. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  61. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  62. ^~~~~~~~~~~
  63. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  64. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  65. ^
  66. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  67. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  68. ^~
  69. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  70. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  71. ^
  72. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  73. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  74. ^~~~~~~~~~~
  75. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  76. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  77. ^
  78. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  79. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  80. ^~
  81. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  82. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  83. ^
  84. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on tvOS
  85. execv(program, const_cast<char **>(&argv[0]));
  86. ^~~~~
  87. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  88. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  89. ^
  90. 4 errors generated.
  91. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  92. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  93. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on watchOS
  94. execv(path_, const_cast<char **>(&argv[0]));
  95. ^~~~~
  96. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  97. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  98. ^
  99. 1 error generated.
  100. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  101. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  102. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on tvOS
  103. execv(path_, const_cast<char **>(&argv[0]));
  104. ^~~~~
  105. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  106. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  107. ^
  108. 1 error generated.
  109. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  110. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  111. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on tvOS
  112. execv(path_, const_cast<char **>(&argv[0]));
  113. ^~~~~
  114. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  115. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  116. ^
  117. 1 error generated.
  118. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  119. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizerNoHooks.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  120. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on watchOS
  121. execv(path_, const_cast<char **>(&argv[0]));
  122. ^~~~~
  123. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  124. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  125. ^
  126. 1 error generated.
  127. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvos.dir/sanitizer_posix_libcdep.cc.o
  128. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvos.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvos.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.tvos.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  129. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  130. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  131. ^~~~~~~~~~~
  132. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  133. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  134. ^
  135. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  136. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  137. ^~
  138. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  139. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  140. ^
  141. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  142. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  143. ^~~~~~~~~~~
  144. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  145. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  146. ^
  147. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  148. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  149. ^~
  150. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  151. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  152. ^
  153. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  154. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  155. ^~~~~~~~~~~
  156. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  157. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  158. ^
  159. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  160. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  161. ^~
  162. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  163. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  164. ^
  165. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on tvOS
  166. execv(program, const_cast<char **>(&argv[0]));
  167. ^~~~~
  168. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  169. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  170. ^
  171. 4 errors generated.
  172. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchos.dir/sanitizer_posix_libcdep.cc.o
  173. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchos.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchos.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchos.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  174. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  175. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  176. ^~~~~~~~~~~
  177. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  178. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  179. ^
  180. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  181. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  182. ^~
  183. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  184. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  185. ^
  186. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  187. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  188. ^~~~~~~~~~~
  189. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  190. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  191. ^
  192. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  193. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  194. ^~
  195. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  196. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  197. ^
  198. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  199. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  200. ^~~~~~~~~~~
  201. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  202. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  203. ^
  204. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  205. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  206. ^~
  207. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  208. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  209. ^
  210. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on watchOS
  211. execv(program, const_cast<char **>(&argv[0]));
  212. ^~~~~
  213. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  214. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  215. ^
  216. 4 errors generated.
  217. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvossim.dir/sanitizer_mac.cc.o
  218. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvossim.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvossim.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvossim.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  219. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on tvOS
  220. return fork();
  221. ^~~~
  222. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  223. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  224. ^
  225. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on tvOS
  226. return execve(filename, argv, envp);
  227. ^~~~~~
  228. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  229. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  230. ^
  231. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on tvOS
  232. execv(program_name.data(), *_NSGetArgv());
  233. ^~~~~
  234. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  235. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  236. ^
  237. 3 errors generated.
  238. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_stoptheworld_mac.cc.o
  239. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_stoptheworld_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_stoptheworld_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_stoptheworld_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
  240. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:69:5: error: call to unavailable function 'thread_suspend': not available on watchOS
  241. thread_suspend(threads[i]);
  242. ^~~~~~~~~~~~~~
  243. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:150:15: note: candidate function has been explicitly made unavailable
  244. kern_return_t thread_suspend
  245. ^
  246. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:77:5: error: call to unavailable function 'thread_resume': not available on watchOS
  247. thread_resume(suspended_threads_list.GetThread(i));
  248. ^~~~~~~~~~~~~
  249. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:162:15: note: candidate function has been explicitly made unavailable
  250. kern_return_t thread_resume
  251. ^
  252. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:149:9: error: call to unavailable function 'thread_get_state': not available on watchOS
  253. err = thread_get_state(thread, MACHINE_THREAD_STATE, (thread_state_t)&regs,
  254. ^~~~~~~~~~~~~~~~
  255. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:120:15: note: candidate function has been explicitly made unavailable
  256. kern_return_t thread_get_state
  257. ^
  258. 3 errors generated.
  259. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  260. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  261. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on watchOS
  262. execv(path_, const_cast<char **>(&argv[0]));
  263. ^~~~~
  264. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  265. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  266. ^
  267. 1 error generated.
  268. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchos.dir/sanitizer_mac.cc.o
  269. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchos.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchos.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchos.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  270. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on watchOS
  271. return fork();
  272. ^~~~
  273. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  274. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  275. ^
  276. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on watchOS
  277. return execve(filename, argv, envp);
  278. ^~~~~~
  279. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  280. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  281. ^
  282. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on watchOS
  283. execv(program_name.data(), *_NSGetArgv());
  284. ^~~~~
  285. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  286. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  287. ^
  288. 3 errors generated.
  289. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  290. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvos.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  291. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on tvOS
  292. execv(path_, const_cast<char **>(&argv[0]));
  293. ^~~~~
  294. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  295. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  296. ^
  297. 1 error generated.
  298. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  299. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.watchossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  300. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on watchOS
  301. execv(path_, const_cast<char **>(&argv[0]));
  302. ^~~~~
  303. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  304. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  305. ^
  306. 1 error generated.
  307. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchossim.dir/sanitizer_posix_libcdep.cc.o
  308. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchossim.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchossim.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.watchossim.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  309. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  310. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  311. ^~~~~~~~~~~
  312. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  313. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  314. ^
  315. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  316. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  317. ^~
  318. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  319. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  320. ^
  321. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  322. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  323. ^~~~~~~~~~~
  324. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  325. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  326. ^
  327. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  328. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  329. ^~
  330. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  331. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  332. ^
  333. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  334. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  335. ^~~~~~~~~~~
  336. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  337. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  338. ^
  339. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  340. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  341. ^~
  342. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  343. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  344. ^
  345. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on watchOS
  346. execv(program, const_cast<char **>(&argv[0]));
  347. ^~~~~
  348. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  349. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  350. ^
  351. 4 errors generated.
  352. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvossim.dir/sanitizer_posix_libcdep.cc.o
  353. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvossim.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvossim.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvossim.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  354. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  355. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  356. ^~~~~~~~~~~
  357. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  358. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  359. ^
  360. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  361. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  362. ^~
  363. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  364. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  365. ^
  366. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  367. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  368. ^~~~~~~~~~~
  369. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  370. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  371. ^
  372. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  373. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  374. ^~
  375. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  376. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  377. ^
  378. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  379. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  380. ^~~~~~~~~~~
  381. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  382. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  383. ^
  384. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  385. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  386. ^~
  387. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  388. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  389. ^
  390. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on tvOS
  391. execv(program, const_cast<char **>(&argv[0]));
  392. ^~~~~
  393. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  394. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  395. ^
  396. 4 errors generated.
  397. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_mac.cc.o
  398. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.watchossim.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  399. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on watchOS
  400. return fork();
  401. ^~~~
  402. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  403. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  404. ^
  405. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on watchOS
  406. return execve(filename, argv, envp);
  407. ^~~~~~
  408. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  409. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  410. ^
  411. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on watchOS
  412. execv(program_name.data(), *_NSGetArgv());
  413. ^~~~~
  414. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  415. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  416. ^
  417. 3 errors generated.
  418. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_stoptheworld_mac.cc.o
  419. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_stoptheworld_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_stoptheworld_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_stoptheworld_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
  420. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:69:5: error: call to unavailable function 'thread_suspend': not available on watchOS
  421. thread_suspend(threads[i]);
  422. ^~~~~~~~~~~~~~
  423. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:150:15: note: candidate function has been explicitly made unavailable
  424. kern_return_t thread_suspend
  425. ^
  426. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:77:5: error: call to unavailable function 'thread_resume': not available on watchOS
  427. thread_resume(suspended_threads_list.GetThread(i));
  428. ^~~~~~~~~~~~~
  429. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:162:15: note: candidate function has been explicitly made unavailable
  430. kern_return_t thread_resume
  431. ^
  432. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:149:9: error: call to unavailable function 'thread_get_state': not available on watchOS
  433. err = thread_get_state(thread, MACHINE_THREAD_STATE, (thread_state_t)&regs,
  434. ^~~~~~~~~~~~~~~~
  435. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:120:15: note: candidate function has been explicitly made unavailable
  436. kern_return_t thread_get_state
  437. ^
  438. 3 errors generated.
  439. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o
  440. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonSymbolizer.tvossim.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  441. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:203:7: error: call to unavailable function 'execv': not available on tvOS
  442. execv(path_, const_cast<char **>(&argv[0]));
  443. ^~~~~
  444. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  445. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  446. ^
  447. 1 error generated.
  448. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvos.dir/sanitizer_posix_libcdep.cc.o
  449. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvos.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvos.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.tvos.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  450. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  451. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  452. ^~~~~~~~~~~
  453. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  454. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  455. ^
  456. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  457. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  458. ^~
  459. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  460. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  461. ^
  462. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  463. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  464. ^~~~~~~~~~~
  465. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  466. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  467. ^
  468. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  469. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  470. ^~
  471. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  472. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  473. ^
  474. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on tvOS
  475. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  476. ^~~~~~~~~~~
  477. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  478. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  479. ^
  480. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  481. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  482. ^~
  483. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  484. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  485. ^
  486. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on tvOS
  487. execv(program, const_cast<char **>(&argv[0]));
  488. ^~~~~
  489. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  490. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  491. ^
  492. 4 errors generated.
  493. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_mac.cc.o
  494. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchossim.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  495. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on watchOS
  496. return fork();
  497. ^~~~
  498. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  499. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  500. ^
  501. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on watchOS
  502. return execve(filename, argv, envp);
  503. ^~~~~~
  504. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  505. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  506. ^
  507. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on watchOS
  508. execv(program_name.data(), *_NSGetArgv());
  509. ^~~~~
  510. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  511. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  512. ^
  513. 3 errors generated.
  514. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_stoptheworld_mac.cc.o
  515. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_stoptheworld_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_stoptheworld_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_stoptheworld_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
  516. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:69:5: error: call to unavailable function 'thread_suspend': not available on watchOS
  517. thread_suspend(threads[i]);
  518. ^~~~~~~~~~~~~~
  519. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:150:15: note: candidate function has been explicitly made unavailable
  520. kern_return_t thread_suspend
  521. ^
  522. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:77:5: error: call to unavailable function 'thread_resume': not available on watchOS
  523. thread_resume(suspended_threads_list.GetThread(i));
  524. ^~~~~~~~~~~~~
  525. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:162:15: note: candidate function has been explicitly made unavailable
  526. kern_return_t thread_resume
  527. ^
  528. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:149:9: error: call to unavailable function 'thread_get_state': not available on watchOS
  529. err = thread_get_state(thread, MACHINE_THREAD_STATE, (thread_state_t)&regs,
  530. ^~~~~~~~~~~~~~~~
  531. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/mach/thread_act.h:120:15: note: candidate function has been explicitly made unavailable
  532. kern_return_t thread_get_state
  533. ^
  534. 3 errors generated.
  535. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvos.dir/sanitizer_mac.cc.o
  536. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvos.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvos.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoHooks.tvos.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  537. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on tvOS
  538. return fork();
  539. ^~~~
  540. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  541. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  542. ^
  543. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on tvOS
  544. return execve(filename, argv, envp);
  545. ^~~~~~
  546. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  547. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  548. ^
  549. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on tvOS
  550. execv(program_name.data(), *_NSGetArgv());
  551. ^~~~~
  552. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  553. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  554. ^
  555. 3 errors generated.
  556. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchos.dir/sanitizer_mac.cc.o
  557. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchos.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchos.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchos.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  558. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on watchOS
  559. return fork();
  560. ^~~~
  561. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  562. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  563. ^
  564. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on watchOS
  565. return execve(filename, argv, envp);
  566. ^~~~~~
  567. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  568. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  569. ^
  570. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on watchOS
  571. execv(program_name.data(), *_NSGetArgv());
  572. ^~~~~
  573. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  574. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  575. ^
  576. 3 errors generated.
  577. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_mac.cc.o
  578. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.watchossim.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  579. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on watchOS
  580. return fork();
  581. ^~~~
  582. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  583. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  584. ^
  585. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on watchOS
  586. return execve(filename, argv, envp);
  587. ^~~~~~
  588. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  589. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  590. ^
  591. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on watchOS
  592. execv(program_name.data(), *_NSGetArgv());
  593. ^~~~~
  594. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  595. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  596. ^
  597. 3 errors generated.
  598. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvos.dir/sanitizer_mac.cc.o
  599. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvos.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvos.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvos.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  600. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on tvOS
  601. return fork();
  602. ^~~~
  603. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  604. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  605. ^
  606. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on tvOS
  607. return execve(filename, argv, envp);
  608. ^~~~~~
  609. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  610. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  611. ^
  612. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on tvOS
  613. execv(program_name.data(), *_NSGetArgv());
  614. ^~~~~
  615. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  616. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  617. ^
  618. 3 errors generated.
  619. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchossim.dir/sanitizer_posix_libcdep.cc.o
  620. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch i386 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -DSANITIZER_SUPPORTS_WEAK_HOOKS=0 -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchossim.dir/sanitizer_posix_libcdep.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchossim.dir/sanitizer_posix_libcdep.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibcNoHooks.watchossim.dir/sanitizer_posix_libcdep.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  621. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:179:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  622. CHECK_EQ(0, sigaltstack(nullptr, &oldstack));
  623. ^~~~~~~~~~~
  624. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  625. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  626. ^
  627. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  628. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  629. ^~
  630. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  631. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  632. ^
  633. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:190:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  634. CHECK_EQ(0, sigaltstack(&altstack, nullptr));
  635. ^~~~~~~~~~~
  636. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  637. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  638. ^
  639. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  640. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  641. ^~
  642. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  643. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  644. ^
  645. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:198:15: error: call to unavailable function 'sigaltstack': not available on watchOS
  646. CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
  647. ^~~~~~~~~~~
  648. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:304:45: note: expanded from macro 'CHECK_EQ'
  649. #define CHECK_EQ(a, b) CHECK_IMPL((a), ==, (b))
  650. ^
  651. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h:296:46: note: expanded from macro 'CHECK_IMPL'
  652. __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
  653. ^~
  654. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/signal.h:87:5: note: candidate function has been explicitly made unavailable
  655. int sigaltstack(const stack_t * __restrict, stack_t * __restrict) __DARWIN_ALIAS(sigaltstack) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  656. ^
  657. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:455:5: error: call to unavailable function 'execv': not available on watchOS
  658. execv(program, const_cast<char **>(&argv[0]));
  659. ^~~~~
  660. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  661. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  662. ^
  663. 4 errors generated.
  664. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvossim.dir/sanitizer_mac.cc.o
  665. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvossim.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvossim.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvossim.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  666. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on tvOS
  667. return fork();
  668. ^~~~
  669. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  670. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  671. ^
  672. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on tvOS
  673. return execve(filename, argv, envp);
  674. ^~~~~~
  675. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  676. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  677. ^
  678. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on tvOS
  679. execv(program_name.data(), *_NSGetArgv());
  680. ^~~~~
  681. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  682. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  683. ^
  684. 3 errors generated.
  685. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvossim.dir/sanitizer_mac.cc.o
  686. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvossim.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvossim.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.tvossim.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  687. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on tvOS
  688. return fork();
  689. ^~~~
  690. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  691. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  692. ^
  693. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on tvOS
  694. return execve(filename, argv, envp);
  695. ^~~~~~
  696. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  697. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  698. ^
  699. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on tvOS
  700. execv(program_name.data(), *_NSGetArgv());
  701. ^~~~~
  702. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  703. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  704. ^
  705. 3 errors generated.
  706. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvos.dir/sanitizer_mac.cc.o
  707. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvos.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvos.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.tvos.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  708. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on tvOS
  709. return fork();
  710. ^~~~
  711. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  712. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  713. ^
  714. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on tvOS
  715. return execve(filename, argv, envp);
  716. ^~~~~~
  717. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  718. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  719. ^
  720. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on tvOS
  721. execv(program_name.data(), *_NSGetArgv());
  722. ^~~~~
  723. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  724. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  725. ^
  726. 3 errors generated.
  727. FAILED: projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchos.dir/sanitizer_mac.cc.o
  728. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_RPC_XDR_H=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/sanitizer_common -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -I/Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/.. -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch armv7 -arch armv7s -arch armv7k -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-rtti -Wglobal-constructors -MD -MT projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchos.dir/sanitizer_mac.cc.o -MF projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchos.dir/sanitizer_mac.cc.o.d -o projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.watchos.dir/sanitizer_mac.cc.o -c /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  729. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:227:10: error: call to unavailable function 'fork': not available on watchOS
  730. return fork();
  731. ^~~~
  732. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:446:8: note: candidate function has been explicitly made unavailable
  733. pid_t fork(void) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  734. ^
  735. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:275:10: error: call to unavailable function 'execve': not available on watchOS
  736. return execve(filename, argv, envp);
  737. ^~~~~~
  738. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:444:6: note: candidate function has been explicitly made unavailable
  739. int execve(const char * __file, char * const * __argv, char * const * __envp) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  740. ^
  741. /Users/yuri/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:819:5: error: call to unavailable function 'execv': not available on watchOS
  742. execv(program_name.data(), *_NSGetArgv());
  743. ^~~~~
  744. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/unistd.h:443:6: note: candidate function has been explicitly made unavailable
  745. int execv(const char * __path, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  746. ^
  747. 3 errors generated.
  748. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsDlsym.cpp.o
  749. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsDlsym.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsDlsym.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsDlsym.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp
  750. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp:13:
  751. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  752. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  753. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  754. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  755. #error Unsupported architecture
  756. ^
  757. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp:13:
  758. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  759. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  760. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  761. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  762. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  763. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  764. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  765. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  766. #error architecture not supported
  767. ^
  768. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp:13:
  769. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  770. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  771. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  772. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  773. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  774. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  775. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  776. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  777. ^
  778. note: '__int128_t' declared here
  779. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  780. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  781. ^
  782. note: '__int128_t' declared here
  783. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  784. typedef __int32_t __darwin_dev_t; /* dev_t */
  785. ^
  786. note: '__int128_t' declared here
  787. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  788. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  789. ^
  790. note: '__uint128_t' declared here
  791. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  792. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  793. ^
  794. note: '__uint128_t' declared here
  795. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  796. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  797. ^
  798. note: '__uint128_t' declared here
  799. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  800. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  801. ^
  802. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  803. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  804. ^
  805. note: '__uint128_t' declared here
  806. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  807. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  808. ^
  809. note: '__int128_t' declared here
  810. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  811. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  812. ^
  813. note: '__int128_t' declared here
  814. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  815. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  816. ^
  817. note: '__uint128_t' declared here
  818. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  819. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  820. ^
  821. note: '__int128_t' declared here
  822. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  823. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  824. ^
  825. note: '__uint128_t' declared here
  826. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  827. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  828. ^
  829. note: '__uint128_t' declared here
  830. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp:13:
  831. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  832. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  833. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  834. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  835. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  836. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  837. typedef __uint32_t __darwin_wctype_t;
  838. ^
  839. note: '__uint128_t' declared here
  840. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp:13:
  841. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  842. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  843. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  844. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  845. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  846. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  847. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  848. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  849. #error architecture not supported
  850. ^
  851. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp:13:
  852. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  853. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  854. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  855. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  856. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  857. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  858. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  859. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  860. #error architecture not supported
  861. ^
  862. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  863. 20 errors generated.
  864. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWeak.cpp.o
  865. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWeak.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWeak.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWeak.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
  866. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp:14:
  867. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  868. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  869. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  870. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  871. #error Unsupported architecture
  872. ^
  873. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp:14:
  874. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  875. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  876. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  877. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  878. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  879. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  880. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  881. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  882. #error architecture not supported
  883. ^
  884. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp:14:
  885. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  886. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  887. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  888. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  889. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  890. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  891. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  892. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  893. ^
  894. note: '__int128_t' declared here
  895. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  896. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  897. ^
  898. note: '__int128_t' declared here
  899. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  900. typedef __int32_t __darwin_dev_t; /* dev_t */
  901. ^
  902. note: '__int128_t' declared here
  903. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  904. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  905. ^
  906. note: '__uint128_t' declared here
  907. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  908. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  909. ^
  910. note: '__uint128_t' declared here
  911. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  912. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  913. ^
  914. note: '__uint128_t' declared here
  915. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  916. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  917. ^
  918. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  919. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  920. ^
  921. note: '__uint128_t' declared here
  922. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  923. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  924. ^
  925. note: '__int128_t' declared here
  926. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  927. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  928. ^
  929. note: '__int128_t' declared here
  930. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  931. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  932. ^
  933. note: '__uint128_t' declared here
  934. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  935. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  936. ^
  937. note: '__int128_t' declared here
  938. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  939. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  940. ^
  941. note: '__uint128_t' declared here
  942. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  943. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  944. ^
  945. note: '__uint128_t' declared here
  946. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp:14:
  947. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  948. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  949. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  950. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  951. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  952. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  953. typedef __uint32_t __darwin_wctype_t;
  954. ^
  955. note: '__uint128_t' declared here
  956. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp:14:
  957. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  958. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  959. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  960. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  961. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  962. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  963. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  964. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  965. #error architecture not supported
  966. ^
  967. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp:14:
  968. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  969. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  970. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  971. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  972. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  973. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  974. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  975. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  976. #error architecture not supported
  977. ^
  978. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  979. 20 errors generated.
  980. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerCrossOver.cpp.o
  981. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerCrossOver.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerCrossOver.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerCrossOver.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp
  982. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
  983. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  984. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  985. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  986. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  987. #error Unsupported architecture
  988. ^
  989. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
  990. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  991. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  992. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  993. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  994. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  995. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  996. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  997. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  998. #error architecture not supported
  999. ^
  1000. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
  1001. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1002. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1003. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1004. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1005. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1006. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1007. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1008. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1009. ^
  1010. note: '__int128_t' declared here
  1011. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1012. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1013. ^
  1014. note: '__int128_t' declared here
  1015. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1016. typedef __int32_t __darwin_dev_t; /* dev_t */
  1017. ^
  1018. note: '__int128_t' declared here
  1019. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1020. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1021. ^
  1022. note: '__uint128_t' declared here
  1023. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1024. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1025. ^
  1026. note: '__uint128_t' declared here
  1027. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1028. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1029. ^
  1030. note: '__uint128_t' declared here
  1031. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1032. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1033. ^
  1034. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1035. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1036. ^
  1037. note: '__uint128_t' declared here
  1038. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1039. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1040. ^
  1041. note: '__int128_t' declared here
  1042. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1043. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1044. ^
  1045. note: '__int128_t' declared here
  1046. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1047. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1048. ^
  1049. note: '__uint128_t' declared here
  1050. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1051. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1052. ^
  1053. note: '__int128_t' declared here
  1054. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1055. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1056. ^
  1057. note: '__uint128_t' declared here
  1058. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1059. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1060. ^
  1061. note: '__uint128_t' declared here
  1062. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
  1063. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1064. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1065. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1066. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1067. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1068. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1069. typedef __uint32_t __darwin_wctype_t;
  1070. ^
  1071. note: '__uint128_t' declared here
  1072. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
  1073. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1074. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1075. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1076. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1077. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1078. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1079. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1080. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1081. #error architecture not supported
  1082. ^
  1083. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp:11:
  1084. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1085. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1086. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1087. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1088. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1089. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1090. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1091. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1092. #error architecture not supported
  1093. ^
  1094. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1095. 20 errors generated.
  1096. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDataFlowTrace.cpp.o
  1097. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDataFlowTrace.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDataFlowTrace.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDataFlowTrace.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
  1098. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp:11:
  1099. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  1100. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1101. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1102. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1103. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1104. #error Unsupported architecture
  1105. ^
  1106. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp:11:
  1107. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  1108. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1109. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1110. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1111. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1112. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1113. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1114. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1115. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1116. #error architecture not supported
  1117. ^
  1118. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp:11:
  1119. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  1120. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1121. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1122. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1123. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1124. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1125. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1126. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1127. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1128. ^
  1129. note: '__int128_t' declared here
  1130. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1131. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1132. ^
  1133. note: '__int128_t' declared here
  1134. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1135. typedef __int32_t __darwin_dev_t; /* dev_t */
  1136. ^
  1137. note: '__int128_t' declared here
  1138. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1139. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1140. ^
  1141. note: '__uint128_t' declared here
  1142. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1143. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1144. ^
  1145. note: '__uint128_t' declared here
  1146. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1147. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1148. ^
  1149. note: '__uint128_t' declared here
  1150. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1151. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1152. ^
  1153. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1154. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1155. ^
  1156. note: '__uint128_t' declared here
  1157. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1158. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1159. ^
  1160. note: '__int128_t' declared here
  1161. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1162. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1163. ^
  1164. note: '__int128_t' declared here
  1165. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1166. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1167. ^
  1168. note: '__uint128_t' declared here
  1169. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1170. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1171. ^
  1172. note: '__int128_t' declared here
  1173. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1174. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1175. ^
  1176. note: '__uint128_t' declared here
  1177. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1178. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1179. ^
  1180. note: '__uint128_t' declared here
  1181. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp:11:
  1182. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  1183. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1184. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1185. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1186. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1187. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1188. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1189. typedef __uint32_t __darwin_wctype_t;
  1190. ^
  1191. note: '__uint128_t' declared here
  1192. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp:11:
  1193. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  1194. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1195. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1196. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1197. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1198. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1199. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1200. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1201. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1202. #error architecture not supported
  1203. ^
  1204. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp:11:
  1205. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  1206. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1207. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1208. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1209. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1210. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1211. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1212. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1213. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1214. #error architecture not supported
  1215. ^
  1216. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1217. 20 errors generated.
  1218. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWindows.cpp.o
  1219. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWindows.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWindows.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtFunctionsWindows.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
  1220. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp:12:
  1221. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1222. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1223. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1224. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1225. #error Unsupported architecture
  1226. ^
  1227. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp:12:
  1228. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1229. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1230. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1231. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1232. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1233. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1234. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1235. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1236. #error architecture not supported
  1237. ^
  1238. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp:12:
  1239. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1240. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1241. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1242. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1243. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1244. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1245. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1246. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1247. ^
  1248. note: '__int128_t' declared here
  1249. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1250. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1251. ^
  1252. note: '__int128_t' declared here
  1253. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1254. typedef __int32_t __darwin_dev_t; /* dev_t */
  1255. ^
  1256. note: '__int128_t' declared here
  1257. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1258. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1259. ^
  1260. note: '__uint128_t' declared here
  1261. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1262. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1263. ^
  1264. note: '__uint128_t' declared here
  1265. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1266. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1267. ^
  1268. note: '__uint128_t' declared here
  1269. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1270. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1271. ^
  1272. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1273. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1274. ^
  1275. note: '__uint128_t' declared here
  1276. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1277. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1278. ^
  1279. note: '__int128_t' declared here
  1280. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1281. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1282. ^
  1283. note: '__int128_t' declared here
  1284. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1285. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1286. ^
  1287. note: '__uint128_t' declared here
  1288. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1289. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1290. ^
  1291. note: '__int128_t' declared here
  1292. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1293. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1294. ^
  1295. note: '__uint128_t' declared here
  1296. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1297. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1298. ^
  1299. note: '__uint128_t' declared here
  1300. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp:12:
  1301. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1302. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1303. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1304. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1305. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1306. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1307. typedef __uint32_t __darwin_wctype_t;
  1308. ^
  1309. note: '__uint128_t' declared here
  1310. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp:12:
  1311. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1312. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1313. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1314. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1315. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1316. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1317. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1318. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1319. #error architecture not supported
  1320. ^
  1321. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp:12:
  1322. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1323. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1324. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1325. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1326. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1327. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1328. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1329. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1330. #error architecture not supported
  1331. ^
  1332. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1333. 20 errors generated.
  1334. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtraCounters.cpp.o
  1335. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtraCounters.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtraCounters.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerExtraCounters.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
  1336. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp:11:
  1337. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1338. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1339. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1340. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1341. #error Unsupported architecture
  1342. ^
  1343. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp:11:
  1344. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1345. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1346. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1347. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1348. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1349. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1350. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1351. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1352. #error architecture not supported
  1353. ^
  1354. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp:11:
  1355. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1356. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1357. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1358. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1359. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1360. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1361. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1362. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1363. ^
  1364. note: '__int128_t' declared here
  1365. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1366. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1367. ^
  1368. note: '__int128_t' declared here
  1369. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1370. typedef __int32_t __darwin_dev_t; /* dev_t */
  1371. ^
  1372. note: '__int128_t' declared here
  1373. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1374. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1375. ^
  1376. note: '__uint128_t' declared here
  1377. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1378. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1379. ^
  1380. note: '__uint128_t' declared here
  1381. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1382. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1383. ^
  1384. note: '__uint128_t' declared here
  1385. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1386. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1387. ^
  1388. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1389. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1390. ^
  1391. note: '__uint128_t' declared here
  1392. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1393. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1394. ^
  1395. note: '__int128_t' declared here
  1396. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1397. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1398. ^
  1399. note: '__int128_t' declared here
  1400. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1401. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1402. ^
  1403. note: '__uint128_t' declared here
  1404. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1405. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1406. ^
  1407. note: '__int128_t' declared here
  1408. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1409. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1410. ^
  1411. note: '__uint128_t' declared here
  1412. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1413. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1414. ^
  1415. note: '__uint128_t' declared here
  1416. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp:11:
  1417. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1418. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1419. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1420. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1421. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1422. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1423. typedef __uint32_t __darwin_wctype_t;
  1424. ^
  1425. note: '__uint128_t' declared here
  1426. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp:11:
  1427. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1428. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1429. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1430. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1431. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1432. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1433. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1434. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1435. #error architecture not supported
  1436. ^
  1437. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp:11:
  1438. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1439. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1440. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1441. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1442. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1443. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1444. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1445. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1446. #error architecture not supported
  1447. ^
  1448. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1449. 20 errors generated.
  1450. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDriver.cpp.o
  1451. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDriver.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDriver.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerDriver.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  1452. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:11:
  1453. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  1454. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1455. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1456. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1457. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1458. #error Unsupported architecture
  1459. ^
  1460. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:11:
  1461. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  1462. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1463. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1464. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1465. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1466. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1467. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1468. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1469. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1470. #error architecture not supported
  1471. ^
  1472. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:11:
  1473. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  1474. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1475. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1476. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1477. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1478. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1479. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1480. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1481. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1482. ^
  1483. note: '__int128_t' declared here
  1484. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1485. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1486. ^
  1487. note: '__int128_t' declared here
  1488. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1489. typedef __int32_t __darwin_dev_t; /* dev_t */
  1490. ^
  1491. note: '__int128_t' declared here
  1492. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1493. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1494. ^
  1495. note: '__uint128_t' declared here
  1496. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1497. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1498. ^
  1499. note: '__uint128_t' declared here
  1500. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1501. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1502. ^
  1503. note: '__uint128_t' declared here
  1504. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1505. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1506. ^
  1507. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1508. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1509. ^
  1510. note: '__uint128_t' declared here
  1511. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1512. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1513. ^
  1514. note: '__int128_t' declared here
  1515. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1516. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1517. ^
  1518. note: '__int128_t' declared here
  1519. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1520. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1521. ^
  1522. note: '__uint128_t' declared here
  1523. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1524. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1525. ^
  1526. note: '__int128_t' declared here
  1527. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1528. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1529. ^
  1530. note: '__uint128_t' declared here
  1531. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1532. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1533. ^
  1534. note: '__uint128_t' declared here
  1535. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:11:
  1536. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  1537. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1538. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1539. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1540. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1541. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1542. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1543. typedef __uint32_t __darwin_wctype_t;
  1544. ^
  1545. note: '__uint128_t' declared here
  1546. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:11:
  1547. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  1548. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1549. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1550. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1551. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1552. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1553. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1554. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1555. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1556. #error architecture not supported
  1557. ^
  1558. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:11:
  1559. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  1560. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1561. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1562. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1563. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1564. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1565. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1566. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1567. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1568. #error architecture not supported
  1569. ^
  1570. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1571. 20 errors generated.
  1572. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOWindows.cpp.o
  1573. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOWindows.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOWindows.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOWindows.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
  1574. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp:10:
  1575. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1576. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1577. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1578. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1579. #error Unsupported architecture
  1580. ^
  1581. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp:10:
  1582. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1583. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1584. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1585. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1586. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1587. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1588. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1589. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1590. #error architecture not supported
  1591. ^
  1592. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp:10:
  1593. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1594. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1595. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1596. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1597. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1598. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1599. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1600. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1601. ^
  1602. note: '__int128_t' declared here
  1603. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1604. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1605. ^
  1606. note: '__int128_t' declared here
  1607. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1608. typedef __int32_t __darwin_dev_t; /* dev_t */
  1609. ^
  1610. note: '__int128_t' declared here
  1611. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1612. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1613. ^
  1614. note: '__uint128_t' declared here
  1615. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1616. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1617. ^
  1618. note: '__uint128_t' declared here
  1619. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1620. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1621. ^
  1622. note: '__uint128_t' declared here
  1623. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1624. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1625. ^
  1626. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1627. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1628. ^
  1629. note: '__uint128_t' declared here
  1630. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1631. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1632. ^
  1633. note: '__int128_t' declared here
  1634. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1635. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1636. ^
  1637. note: '__int128_t' declared here
  1638. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1639. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1640. ^
  1641. note: '__uint128_t' declared here
  1642. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1643. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1644. ^
  1645. note: '__int128_t' declared here
  1646. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1647. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1648. ^
  1649. note: '__uint128_t' declared here
  1650. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1651. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1652. ^
  1653. note: '__uint128_t' declared here
  1654. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp:10:
  1655. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1656. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1657. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1658. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1659. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1660. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1661. typedef __uint32_t __darwin_wctype_t;
  1662. ^
  1663. note: '__uint128_t' declared here
  1664. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp:10:
  1665. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1666. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1667. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1668. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1669. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1670. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1671. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1672. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1673. #error architecture not supported
  1674. ^
  1675. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp:10:
  1676. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1677. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1678. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1679. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1680. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1681. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1682. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1683. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1684. #error architecture not supported
  1685. ^
  1686. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1687. 20 errors generated.
  1688. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIO.cpp.o
  1689. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIO.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIO.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIO.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp
  1690. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp:11:
  1691. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1692. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1693. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1694. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1695. #error Unsupported architecture
  1696. ^
  1697. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp:11:
  1698. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1699. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1700. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1701. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1702. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1703. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1704. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1705. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1706. #error architecture not supported
  1707. ^
  1708. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp:11:
  1709. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1710. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1711. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1712. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1713. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1714. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1715. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1716. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1717. ^
  1718. note: '__int128_t' declared here
  1719. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1720. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1721. ^
  1722. note: '__int128_t' declared here
  1723. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1724. typedef __int32_t __darwin_dev_t; /* dev_t */
  1725. ^
  1726. note: '__int128_t' declared here
  1727. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1728. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1729. ^
  1730. note: '__uint128_t' declared here
  1731. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1732. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1733. ^
  1734. note: '__uint128_t' declared here
  1735. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1736. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1737. ^
  1738. note: '__uint128_t' declared here
  1739. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1740. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1741. ^
  1742. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1743. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1744. ^
  1745. note: '__uint128_t' declared here
  1746. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1747. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1748. ^
  1749. note: '__int128_t' declared here
  1750. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1751. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1752. ^
  1753. note: '__int128_t' declared here
  1754. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1755. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1756. ^
  1757. note: '__uint128_t' declared here
  1758. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1759. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1760. ^
  1761. note: '__int128_t' declared here
  1762. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1763. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1764. ^
  1765. note: '__uint128_t' declared here
  1766. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1767. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1768. ^
  1769. note: '__uint128_t' declared here
  1770. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp:11:
  1771. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1772. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1773. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1774. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1775. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1776. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1777. typedef __uint32_t __darwin_wctype_t;
  1778. ^
  1779. note: '__uint128_t' declared here
  1780. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp:11:
  1781. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1782. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1783. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1784. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1785. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1786. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1787. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1788. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1789. #error architecture not supported
  1790. ^
  1791. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIO.cpp:11:
  1792. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1793. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1794. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1795. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1796. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1797. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1798. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1799. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1800. #error architecture not supported
  1801. ^
  1802. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1803. 20 errors generated.
  1804. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOPosix.cpp.o
  1805. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOPosix.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOPosix.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerIOPosix.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
  1806. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp:10:
  1807. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1808. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1809. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1810. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1811. #error Unsupported architecture
  1812. ^
  1813. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp:10:
  1814. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1815. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1816. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1817. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1818. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1819. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1820. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1821. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1822. #error architecture not supported
  1823. ^
  1824. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp:10:
  1825. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1826. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1827. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1828. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1829. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1830. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1831. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1832. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1833. ^
  1834. note: '__int128_t' declared here
  1835. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1836. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1837. ^
  1838. note: '__int128_t' declared here
  1839. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1840. typedef __int32_t __darwin_dev_t; /* dev_t */
  1841. ^
  1842. note: '__int128_t' declared here
  1843. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1844. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1845. ^
  1846. note: '__uint128_t' declared here
  1847. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1848. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1849. ^
  1850. note: '__uint128_t' declared here
  1851. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1852. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1853. ^
  1854. note: '__uint128_t' declared here
  1855. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1856. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1857. ^
  1858. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1859. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1860. ^
  1861. note: '__uint128_t' declared here
  1862. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1863. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1864. ^
  1865. note: '__int128_t' declared here
  1866. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1867. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1868. ^
  1869. note: '__int128_t' declared here
  1870. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1871. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1872. ^
  1873. note: '__uint128_t' declared here
  1874. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1875. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1876. ^
  1877. note: '__int128_t' declared here
  1878. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1879. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1880. ^
  1881. note: '__uint128_t' declared here
  1882. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1883. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  1884. ^
  1885. note: '__uint128_t' declared here
  1886. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp:10:
  1887. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1888. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1889. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1890. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1891. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1892. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1893. typedef __uint32_t __darwin_wctype_t;
  1894. ^
  1895. note: '__uint128_t' declared here
  1896. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp:10:
  1897. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1898. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1899. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1900. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1901. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1902. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1903. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  1904. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  1905. #error architecture not supported
  1906. ^
  1907. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp:10:
  1908. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1909. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1910. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1911. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1912. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  1913. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  1914. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  1915. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  1916. #error architecture not supported
  1917. ^
  1918. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1919. 20 errors generated.
  1920. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerSHA1.cpp.o
  1921. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerSHA1.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerSHA1.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerSHA1.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp
  1922. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp:18:
  1923. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.h:14:
  1924. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1925. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1926. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  1927. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  1928. #error Unsupported architecture
  1929. ^
  1930. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp:18:
  1931. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.h:14:
  1932. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1933. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1934. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1935. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1936. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1937. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1938. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  1939. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  1940. #error architecture not supported
  1941. ^
  1942. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp:18:
  1943. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.h:14:
  1944. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  1945. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  1946. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  1947. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  1948. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  1949. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  1950. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1951. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  1952. ^
  1953. note: '__int128_t' declared here
  1954. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1955. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  1956. ^
  1957. note: '__int128_t' declared here
  1958. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1959. typedef __int32_t __darwin_dev_t; /* dev_t */
  1960. ^
  1961. note: '__int128_t' declared here
  1962. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1963. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  1964. ^
  1965. note: '__uint128_t' declared here
  1966. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1967. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  1968. ^
  1969. note: '__uint128_t' declared here
  1970. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  1971. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  1972. ^
  1973. note: '__uint128_t' declared here
  1974. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  1975. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  1976. ^
  1977. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  1978. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  1979. ^
  1980. note: '__uint128_t' declared here
  1981. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  1982. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  1983. ^
  1984. note: '__int128_t' declared here
  1985. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1986. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  1987. ^
  1988. note: '__int128_t' declared here
  1989. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1990. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  1991. ^
  1992. note: '__uint128_t' declared here
  1993. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  1994. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  1995. ^
  1996. note: '__int128_t' declared here
  1997. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  1998. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  1999. ^
  2000. note: '__uint128_t' declared here
  2001. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2002. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2003. ^
  2004. note: '__uint128_t' declared here
  2005. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp:18:
  2006. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.h:14:
  2007. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2008. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2009. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2010. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2011. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2012. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2013. typedef __uint32_t __darwin_wctype_t;
  2014. ^
  2015. note: '__uint128_t' declared here
  2016. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp:18:
  2017. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.h:14:
  2018. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2019. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2020. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2021. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2022. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2023. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2024. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2025. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2026. #error architecture not supported
  2027. ^
  2028. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp:18:
  2029. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerSHA1.h:14:
  2030. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2031. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2032. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2033. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2034. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2035. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2036. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2037. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2038. #error architecture not supported
  2039. ^
  2040. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2041. 20 errors generated.
  2042. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerFork.cpp.o
  2043. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerFork.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerFork.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerFork.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp
  2044. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp:11:
  2045. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2046. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2047. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2048. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2049. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2050. #error Unsupported architecture
  2051. ^
  2052. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp:11:
  2053. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2054. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2055. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2056. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2057. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2058. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2059. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2060. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2061. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2062. #error architecture not supported
  2063. ^
  2064. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp:11:
  2065. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2066. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2067. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2068. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2069. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2070. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2071. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2072. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2073. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2074. ^
  2075. note: '__int128_t' declared here
  2076. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2077. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2078. ^
  2079. note: '__int128_t' declared here
  2080. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2081. typedef __int32_t __darwin_dev_t; /* dev_t */
  2082. ^
  2083. note: '__int128_t' declared here
  2084. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2085. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2086. ^
  2087. note: '__uint128_t' declared here
  2088. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2089. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2090. ^
  2091. note: '__uint128_t' declared here
  2092. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2093. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2094. ^
  2095. note: '__uint128_t' declared here
  2096. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2097. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2098. ^
  2099. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2100. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2101. ^
  2102. note: '__uint128_t' declared here
  2103. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2104. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2105. ^
  2106. note: '__int128_t' declared here
  2107. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2108. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2109. ^
  2110. note: '__int128_t' declared here
  2111. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2112. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2113. ^
  2114. note: '__uint128_t' declared here
  2115. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2116. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2117. ^
  2118. note: '__int128_t' declared here
  2119. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2120. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2121. ^
  2122. note: '__uint128_t' declared here
  2123. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2124. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2125. ^
  2126. note: '__uint128_t' declared here
  2127. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp:11:
  2128. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2129. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2130. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2131. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2132. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2133. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2134. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2135. typedef __uint32_t __darwin_wctype_t;
  2136. ^
  2137. note: '__uint128_t' declared here
  2138. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp:11:
  2139. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2140. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2141. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2142. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2143. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2144. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2145. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2146. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2147. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2148. #error architecture not supported
  2149. ^
  2150. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp:11:
  2151. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2152. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2153. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2154. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2155. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2156. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2157. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2158. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2159. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2160. #error architecture not supported
  2161. ^
  2162. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2163. 20 errors generated.
  2164. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMerge.cpp.o
  2165. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMerge.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMerge.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMerge.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp
  2166. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:11:
  2167. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2168. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2169. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2170. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2171. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2172. #error Unsupported architecture
  2173. ^
  2174. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:11:
  2175. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2176. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2177. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2178. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2179. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2180. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2181. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2182. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2183. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2184. #error architecture not supported
  2185. ^
  2186. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:11:
  2187. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2188. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2189. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2190. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2191. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2192. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2193. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2194. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2195. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2196. ^
  2197. note: '__int128_t' declared here
  2198. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2199. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2200. ^
  2201. note: '__int128_t' declared here
  2202. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2203. typedef __int32_t __darwin_dev_t; /* dev_t */
  2204. ^
  2205. note: '__int128_t' declared here
  2206. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2207. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2208. ^
  2209. note: '__uint128_t' declared here
  2210. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2211. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2212. ^
  2213. note: '__uint128_t' declared here
  2214. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2215. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2216. ^
  2217. note: '__uint128_t' declared here
  2218. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2219. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2220. ^
  2221. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2222. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2223. ^
  2224. note: '__uint128_t' declared here
  2225. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2226. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2227. ^
  2228. note: '__int128_t' declared here
  2229. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2230. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2231. ^
  2232. note: '__int128_t' declared here
  2233. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2234. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2235. ^
  2236. note: '__uint128_t' declared here
  2237. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2238. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2239. ^
  2240. note: '__int128_t' declared here
  2241. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2242. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2243. ^
  2244. note: '__uint128_t' declared here
  2245. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2246. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2247. ^
  2248. note: '__uint128_t' declared here
  2249. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:11:
  2250. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2251. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2252. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2253. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2254. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2255. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2256. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2257. typedef __uint32_t __darwin_wctype_t;
  2258. ^
  2259. note: '__uint128_t' declared here
  2260. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:11:
  2261. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2262. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2263. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2264. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2265. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2266. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2267. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2268. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2269. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2270. #error architecture not supported
  2271. ^
  2272. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:11:
  2273. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h:15:
  2274. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2275. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2276. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2277. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2278. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2279. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2280. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2281. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2282. #error architecture not supported
  2283. ^
  2284. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2285. 20 errors generated.
  2286. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMutate.cpp.o
  2287. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMutate.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMutate.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerMutate.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
  2288. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:11:
  2289. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2290. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2291. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2292. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2293. #error Unsupported architecture
  2294. ^
  2295. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:11:
  2296. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2297. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2298. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2299. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2300. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2301. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2302. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2303. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2304. #error architecture not supported
  2305. ^
  2306. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:11:
  2307. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2308. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2309. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2310. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2311. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2312. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2313. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2314. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2315. ^
  2316. note: '__int128_t' declared here
  2317. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2318. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2319. ^
  2320. note: '__int128_t' declared here
  2321. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2322. typedef __int32_t __darwin_dev_t; /* dev_t */
  2323. ^
  2324. note: '__int128_t' declared here
  2325. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2326. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2327. ^
  2328. note: '__uint128_t' declared here
  2329. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2330. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2331. ^
  2332. note: '__uint128_t' declared here
  2333. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2334. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2335. ^
  2336. note: '__uint128_t' declared here
  2337. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2338. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2339. ^
  2340. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2341. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2342. ^
  2343. note: '__uint128_t' declared here
  2344. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2345. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2346. ^
  2347. note: '__int128_t' declared here
  2348. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2349. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2350. ^
  2351. note: '__int128_t' declared here
  2352. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2353. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2354. ^
  2355. note: '__uint128_t' declared here
  2356. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2357. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2358. ^
  2359. note: '__int128_t' declared here
  2360. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2361. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2362. ^
  2363. note: '__uint128_t' declared here
  2364. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2365. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2366. ^
  2367. note: '__uint128_t' declared here
  2368. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:11:
  2369. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2370. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2371. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2372. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2373. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2374. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2375. typedef __uint32_t __darwin_wctype_t;
  2376. ^
  2377. note: '__uint128_t' declared here
  2378. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:11:
  2379. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2380. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2381. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2382. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2383. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2384. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2385. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2386. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2387. #error architecture not supported
  2388. ^
  2389. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:11:
  2390. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2391. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2392. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2393. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2394. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2395. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2396. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2397. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2398. #error architecture not supported
  2399. ^
  2400. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2401. 20 errors generated.
  2402. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerLoop.cpp.o
  2403. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerLoop.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerLoop.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerLoop.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
  2404. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:11:
  2405. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h:14:
  2406. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  2407. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2408. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2409. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2410. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2411. #error Unsupported architecture
  2412. ^
  2413. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:11:
  2414. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h:14:
  2415. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  2416. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2417. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2418. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2419. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2420. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2421. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2422. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2423. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2424. #error architecture not supported
  2425. ^
  2426. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:11:
  2427. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h:14:
  2428. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  2429. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2430. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2431. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2432. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2433. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2434. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2435. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2436. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2437. ^
  2438. note: '__int128_t' declared here
  2439. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2440. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2441. ^
  2442. note: '__int128_t' declared here
  2443. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2444. typedef __int32_t __darwin_dev_t; /* dev_t */
  2445. ^
  2446. note: '__int128_t' declared here
  2447. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2448. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2449. ^
  2450. note: '__uint128_t' declared here
  2451. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2452. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2453. ^
  2454. note: '__uint128_t' declared here
  2455. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2456. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2457. ^
  2458. note: '__uint128_t' declared here
  2459. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2460. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2461. ^
  2462. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2463. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2464. ^
  2465. note: '__uint128_t' declared here
  2466. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2467. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2468. ^
  2469. note: '__int128_t' declared here
  2470. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2471. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2472. ^
  2473. note: '__int128_t' declared here
  2474. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2475. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2476. ^
  2477. note: '__uint128_t' declared here
  2478. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2479. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2480. ^
  2481. note: '__int128_t' declared here
  2482. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2483. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2484. ^
  2485. note: '__uint128_t' declared here
  2486. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2487. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2488. ^
  2489. note: '__uint128_t' declared here
  2490. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:11:
  2491. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h:14:
  2492. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  2493. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2494. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2495. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2496. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2497. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2498. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2499. typedef __uint32_t __darwin_wctype_t;
  2500. ^
  2501. note: '__uint128_t' declared here
  2502. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:11:
  2503. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h:14:
  2504. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  2505. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2506. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2507. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2508. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2509. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2510. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2511. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2512. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2513. #error architecture not supported
  2514. ^
  2515. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:11:
  2516. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h:14:
  2517. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h:31:
  2518. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2519. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2520. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2521. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2522. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2523. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2524. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2525. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2526. #error architecture not supported
  2527. ^
  2528. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2529. 20 errors generated.
  2530. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilFuchsia.cpp.o
  2531. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilFuchsia.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilFuchsia.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilFuchsia.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
  2532. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:10:
  2533. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2534. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2535. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2536. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2537. #error Unsupported architecture
  2538. ^
  2539. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:10:
  2540. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2541. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2542. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2543. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2544. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2545. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2546. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2547. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2548. #error architecture not supported
  2549. ^
  2550. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:10:
  2551. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2552. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2553. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2554. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2555. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2556. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2557. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2558. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2559. ^
  2560. note: '__int128_t' declared here
  2561. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2562. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2563. ^
  2564. note: '__int128_t' declared here
  2565. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2566. typedef __int32_t __darwin_dev_t; /* dev_t */
  2567. ^
  2568. note: '__int128_t' declared here
  2569. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2570. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2571. ^
  2572. note: '__uint128_t' declared here
  2573. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2574. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2575. ^
  2576. note: '__uint128_t' declared here
  2577. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2578. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2579. ^
  2580. note: '__uint128_t' declared here
  2581. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2582. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2583. ^
  2584. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2585. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2586. ^
  2587. note: '__uint128_t' declared here
  2588. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2589. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2590. ^
  2591. note: '__int128_t' declared here
  2592. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2593. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2594. ^
  2595. note: '__int128_t' declared here
  2596. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2597. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2598. ^
  2599. note: '__uint128_t' declared here
  2600. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2601. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2602. ^
  2603. note: '__int128_t' declared here
  2604. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2605. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2606. ^
  2607. note: '__uint128_t' declared here
  2608. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2609. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2610. ^
  2611. note: '__uint128_t' declared here
  2612. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:10:
  2613. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2614. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2615. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2616. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2617. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2618. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2619. typedef __uint32_t __darwin_wctype_t;
  2620. ^
  2621. note: '__uint128_t' declared here
  2622. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:10:
  2623. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2624. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2625. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2626. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2627. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2628. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2629. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2630. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2631. #error architecture not supported
  2632. ^
  2633. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:10:
  2634. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2635. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2636. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2637. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2638. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2639. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2640. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2641. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2642. #error architecture not supported
  2643. ^
  2644. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2645. 20 errors generated.
  2646. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilLinux.cpp.o
  2647. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilLinux.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilLinux.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilLinux.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
  2648. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:10:
  2649. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2650. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2651. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2652. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2653. #error Unsupported architecture
  2654. ^
  2655. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:10:
  2656. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2657. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2658. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2659. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2660. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2661. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2662. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2663. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2664. #error architecture not supported
  2665. ^
  2666. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:10:
  2667. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2668. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2669. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2670. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2671. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2672. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2673. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2674. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2675. ^
  2676. note: '__int128_t' declared here
  2677. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2678. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2679. ^
  2680. note: '__int128_t' declared here
  2681. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2682. typedef __int32_t __darwin_dev_t; /* dev_t */
  2683. ^
  2684. note: '__int128_t' declared here
  2685. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2686. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2687. ^
  2688. note: '__uint128_t' declared here
  2689. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2690. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2691. ^
  2692. note: '__uint128_t' declared here
  2693. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2694. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2695. ^
  2696. note: '__uint128_t' declared here
  2697. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2698. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2699. ^
  2700. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2701. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2702. ^
  2703. note: '__uint128_t' declared here
  2704. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2705. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2706. ^
  2707. note: '__int128_t' declared here
  2708. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2709. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2710. ^
  2711. note: '__int128_t' declared here
  2712. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2713. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2714. ^
  2715. note: '__uint128_t' declared here
  2716. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2717. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2718. ^
  2719. note: '__int128_t' declared here
  2720. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2721. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2722. ^
  2723. note: '__uint128_t' declared here
  2724. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2725. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2726. ^
  2727. note: '__uint128_t' declared here
  2728. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:10:
  2729. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2730. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2731. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2732. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2733. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2734. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2735. typedef __uint32_t __darwin_wctype_t;
  2736. ^
  2737. note: '__uint128_t' declared here
  2738. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:10:
  2739. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2740. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2741. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2742. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2743. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2744. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2745. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2746. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2747. #error architecture not supported
  2748. ^
  2749. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:10:
  2750. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2751. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2752. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2753. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2754. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2755. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2756. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2757. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2758. #error architecture not supported
  2759. ^
  2760. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2761. 20 errors generated.
  2762. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerTracePC.cpp.o
  2763. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerTracePC.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerTracePC.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerTracePC.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
  2764. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:14:
  2765. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h:14:
  2766. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2767. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2768. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2769. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2770. #error Unsupported architecture
  2771. ^
  2772. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:14:
  2773. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h:14:
  2774. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2775. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2776. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2777. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2778. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2779. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2780. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2781. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2782. #error architecture not supported
  2783. ^
  2784. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:14:
  2785. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h:14:
  2786. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2787. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2788. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2789. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2790. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2791. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2792. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2793. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2794. ^
  2795. note: '__int128_t' declared here
  2796. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2797. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2798. ^
  2799. note: '__int128_t' declared here
  2800. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2801. typedef __int32_t __darwin_dev_t; /* dev_t */
  2802. ^
  2803. note: '__int128_t' declared here
  2804. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2805. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2806. ^
  2807. note: '__uint128_t' declared here
  2808. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2809. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2810. ^
  2811. note: '__uint128_t' declared here
  2812. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2813. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2814. ^
  2815. note: '__uint128_t' declared here
  2816. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2817. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2818. ^
  2819. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2820. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2821. ^
  2822. note: '__uint128_t' declared here
  2823. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2824. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2825. ^
  2826. note: '__int128_t' declared here
  2827. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2828. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2829. ^
  2830. note: '__int128_t' declared here
  2831. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2832. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2833. ^
  2834. note: '__uint128_t' declared here
  2835. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2836. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2837. ^
  2838. note: '__int128_t' declared here
  2839. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2840. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2841. ^
  2842. note: '__uint128_t' declared here
  2843. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2844. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2845. ^
  2846. note: '__uint128_t' declared here
  2847. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:14:
  2848. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h:14:
  2849. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2850. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2851. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2852. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2853. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2854. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2855. typedef __uint32_t __darwin_wctype_t;
  2856. ^
  2857. note: '__uint128_t' declared here
  2858. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:14:
  2859. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h:14:
  2860. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2861. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2862. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2863. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2864. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2865. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2866. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2867. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2868. #error architecture not supported
  2869. ^
  2870. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:14:
  2871. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h:14:
  2872. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2873. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2874. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2875. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2876. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2877. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2878. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  2879. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  2880. #error architecture not supported
  2881. ^
  2882. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2883. 20 errors generated.
  2884. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtil.cpp.o
  2885. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtil.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtil.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtil.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp
  2886. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:11:
  2887. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h:14:
  2888. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltins.h:14:
  2889. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2890. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2891. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  2892. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  2893. #error Unsupported architecture
  2894. ^
  2895. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:11:
  2896. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h:14:
  2897. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltins.h:14:
  2898. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2899. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2900. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2901. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2902. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2903. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2904. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  2905. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  2906. #error architecture not supported
  2907. ^
  2908. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:11:
  2909. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h:14:
  2910. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltins.h:14:
  2911. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2912. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2913. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2914. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2915. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2916. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  2917. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2918. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  2919. ^
  2920. note: '__int128_t' declared here
  2921. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2922. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  2923. ^
  2924. note: '__int128_t' declared here
  2925. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2926. typedef __int32_t __darwin_dev_t; /* dev_t */
  2927. ^
  2928. note: '__int128_t' declared here
  2929. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2930. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  2931. ^
  2932. note: '__uint128_t' declared here
  2933. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2934. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  2935. ^
  2936. note: '__uint128_t' declared here
  2937. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  2938. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  2939. ^
  2940. note: '__uint128_t' declared here
  2941. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  2942. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  2943. ^
  2944. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  2945. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  2946. ^
  2947. note: '__uint128_t' declared here
  2948. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  2949. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  2950. ^
  2951. note: '__int128_t' declared here
  2952. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2953. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  2954. ^
  2955. note: '__int128_t' declared here
  2956. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2957. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  2958. ^
  2959. note: '__uint128_t' declared here
  2960. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  2961. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  2962. ^
  2963. note: '__int128_t' declared here
  2964. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2965. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  2966. ^
  2967. note: '__uint128_t' declared here
  2968. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2969. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  2970. ^
  2971. note: '__uint128_t' declared here
  2972. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:11:
  2973. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h:14:
  2974. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltins.h:14:
  2975. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2976. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2977. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2978. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2979. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  2980. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  2981. typedef __uint32_t __darwin_wctype_t;
  2982. ^
  2983. note: '__uint128_t' declared here
  2984. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:11:
  2985. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h:14:
  2986. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltins.h:14:
  2987. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  2988. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  2989. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  2990. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  2991. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  2992. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  2993. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  2994. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  2995. #error architecture not supported
  2996. ^
  2997. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:11:
  2998. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h:14:
  2999. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltins.h:14:
  3000. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3001. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3002. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3003. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3004. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3005. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3006. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  3007. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  3008. #error architecture not supported
  3009. ^
  3010. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  3011. 20 errors generated.
  3012. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilDarwin.cpp.o
  3013. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilDarwin.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilDarwin.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilDarwin.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
  3014. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:10:
  3015. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3016. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3017. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  3018. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  3019. #error Unsupported architecture
  3020. ^
  3021. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:10:
  3022. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3023. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3024. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3025. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3026. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3027. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3028. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  3029. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  3030. #error architecture not supported
  3031. ^
  3032. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:10:
  3033. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3034. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3035. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3036. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3037. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3038. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3039. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3040. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  3041. ^
  3042. note: '__int128_t' declared here
  3043. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3044. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  3045. ^
  3046. note: '__int128_t' declared here
  3047. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3048. typedef __int32_t __darwin_dev_t; /* dev_t */
  3049. ^
  3050. note: '__int128_t' declared here
  3051. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3052. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  3053. ^
  3054. note: '__uint128_t' declared here
  3055. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3056. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  3057. ^
  3058. note: '__uint128_t' declared here
  3059. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  3060. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  3061. ^
  3062. note: '__uint128_t' declared here
  3063. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  3064. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  3065. ^
  3066. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  3067. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  3068. ^
  3069. note: '__uint128_t' declared here
  3070. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3071. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  3072. ^
  3073. note: '__int128_t' declared here
  3074. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3075. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  3076. ^
  3077. note: '__int128_t' declared here
  3078. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3079. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  3080. ^
  3081. note: '__uint128_t' declared here
  3082. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3083. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  3084. ^
  3085. note: '__int128_t' declared here
  3086. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3087. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  3088. ^
  3089. note: '__uint128_t' declared here
  3090. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3091. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  3092. ^
  3093. note: '__uint128_t' declared here
  3094. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:10:
  3095. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3096. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3097. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3098. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3099. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3100. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3101. typedef __uint32_t __darwin_wctype_t;
  3102. ^
  3103. note: '__uint128_t' declared here
  3104. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:10:
  3105. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3106. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3107. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3108. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3109. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3110. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3111. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  3112. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  3113. #error architecture not supported
  3114. ^
  3115. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:10:
  3116. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3117. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3118. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3119. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3120. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3121. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3122. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  3123. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  3124. #error architecture not supported
  3125. ^
  3126. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  3127. 20 errors generated.
  3128. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilWindows.cpp.o
  3129. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilWindows.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilWindows.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilWindows.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
  3130. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp:10:
  3131. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3132. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3133. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  3134. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  3135. #error Unsupported architecture
  3136. ^
  3137. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp:10:
  3138. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3139. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3140. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3141. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3142. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3143. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3144. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  3145. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  3146. #error architecture not supported
  3147. ^
  3148. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp:10:
  3149. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3150. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3151. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3152. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3153. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3154. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3155. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3156. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  3157. ^
  3158. note: '__int128_t' declared here
  3159. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3160. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  3161. ^
  3162. note: '__int128_t' declared here
  3163. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3164. typedef __int32_t __darwin_dev_t; /* dev_t */
  3165. ^
  3166. note: '__int128_t' declared here
  3167. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3168. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  3169. ^
  3170. note: '__uint128_t' declared here
  3171. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3172. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  3173. ^
  3174. note: '__uint128_t' declared here
  3175. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  3176. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  3177. ^
  3178. note: '__uint128_t' declared here
  3179. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  3180. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  3181. ^
  3182. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  3183. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  3184. ^
  3185. note: '__uint128_t' declared here
  3186. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3187. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  3188. ^
  3189. note: '__int128_t' declared here
  3190. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3191. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  3192. ^
  3193. note: '__int128_t' declared here
  3194. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3195. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  3196. ^
  3197. note: '__uint128_t' declared here
  3198. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3199. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  3200. ^
  3201. note: '__int128_t' declared here
  3202. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3203. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  3204. ^
  3205. note: '__uint128_t' declared here
  3206. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3207. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  3208. ^
  3209. note: '__uint128_t' declared here
  3210. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp:10:
  3211. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3212. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3213. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3214. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3215. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3216. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3217. typedef __uint32_t __darwin_wctype_t;
  3218. ^
  3219. note: '__uint128_t' declared here
  3220. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp:10:
  3221. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3222. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3223. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3224. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3225. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3226. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3227. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  3228. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  3229. #error architecture not supported
  3230. ^
  3231. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp:10:
  3232. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3233. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3234. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3235. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3236. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3237. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3238. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  3239. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  3240. #error architecture not supported
  3241. ^
  3242. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  3243. 20 errors generated.
  3244. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer_main.watchos.dir/FuzzerMain.cpp.o
  3245. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer_main.watchos.dir/FuzzerMain.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer_main.watchos.dir/FuzzerMain.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer_main.watchos.dir/FuzzerMain.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp
  3246. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:11:
  3247. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3248. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3249. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  3250. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  3251. #error Unsupported architecture
  3252. ^
  3253. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:11:
  3254. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3255. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3256. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3257. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3258. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3259. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3260. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  3261. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  3262. #error architecture not supported
  3263. ^
  3264. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:11:
  3265. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3266. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3267. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3268. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3269. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3270. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3271. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3272. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  3273. ^
  3274. note: '__int128_t' declared here
  3275. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3276. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  3277. ^
  3278. note: '__int128_t' declared here
  3279. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3280. typedef __int32_t __darwin_dev_t; /* dev_t */
  3281. ^
  3282. note: '__int128_t' declared here
  3283. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3284. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  3285. ^
  3286. note: '__uint128_t' declared here
  3287. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3288. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  3289. ^
  3290. note: '__uint128_t' declared here
  3291. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  3292. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  3293. ^
  3294. note: '__uint128_t' declared here
  3295. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  3296. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  3297. ^
  3298. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  3299. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  3300. ^
  3301. note: '__uint128_t' declared here
  3302. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3303. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  3304. ^
  3305. note: '__int128_t' declared here
  3306. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3307. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  3308. ^
  3309. note: '__int128_t' declared here
  3310. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3311. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  3312. ^
  3313. note: '__uint128_t' declared here
  3314. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3315. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  3316. ^
  3317. note: '__int128_t' declared here
  3318. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3319. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  3320. ^
  3321. note: '__uint128_t' declared here
  3322. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3323. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  3324. ^
  3325. note: '__uint128_t' declared here
  3326. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:11:
  3327. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3328. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3329. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3330. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3331. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3332. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3333. typedef __uint32_t __darwin_wctype_t;
  3334. ^
  3335. note: '__uint128_t' declared here
  3336. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:11:
  3337. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3338. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3339. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3340. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3341. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3342. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3343. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  3344. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  3345. #error architecture not supported
  3346. ^
  3347. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:11:
  3348. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3349. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3350. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3351. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3352. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3353. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3354. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  3355. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  3356. #error architecture not supported
  3357. ^
  3358. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  3359. 20 errors generated.
  3360. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilPosix.cpp.o
  3361. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilPosix.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilPosix.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchos.dir/FuzzerUtilPosix.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
  3362. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:10:
  3363. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3364. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3365. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:42:
  3366. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture
  3367. #error Unsupported architecture
  3368. ^
  3369. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:10:
  3370. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3371. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3372. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3373. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3374. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3375. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3376. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:33:
  3377. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
  3378. #error architecture not supported
  3379. ^
  3380. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:10:
  3381. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3382. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3383. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3384. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3385. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3386. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:27:
  3387. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3388. typedef __int64_t __darwin_blkcnt_t; /* total blocks */
  3389. ^
  3390. note: '__int128_t' declared here
  3391. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3392. typedef __int32_t __darwin_blksize_t; /* preferred block size */
  3393. ^
  3394. note: '__int128_t' declared here
  3395. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3396. typedef __int32_t __darwin_dev_t; /* dev_t */
  3397. ^
  3398. note: '__int128_t' declared here
  3399. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3400. typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
  3401. ^
  3402. note: '__uint128_t' declared here
  3403. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3404. typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
  3405. ^
  3406. note: '__uint128_t' declared here
  3407. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
  3408. typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
  3409. ^
  3410. note: '__uint128_t' declared here
  3411. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
  3412. typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
  3413. ^
  3414. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
  3415. typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
  3416. ^
  3417. note: '__uint128_t' declared here
  3418. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
  3419. typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
  3420. ^
  3421. note: '__int128_t' declared here
  3422. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3423. typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
  3424. ^
  3425. note: '__int128_t' declared here
  3426. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3427. typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
  3428. ^
  3429. note: '__uint128_t' declared here
  3430. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
  3431. typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
  3432. ^
  3433. note: '__int128_t' declared here
  3434. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3435. typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
  3436. ^
  3437. note: '__uint128_t' declared here
  3438. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3439. typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
  3440. ^
  3441. note: '__uint128_t' declared here
  3442. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:10:
  3443. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3444. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3445. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3446. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3447. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:64:
  3448. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
  3449. typedef __uint32_t __darwin_wctype_t;
  3450. ^
  3451. note: '__uint128_t' declared here
  3452. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:10:
  3453. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3454. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3455. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3456. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3457. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3458. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3459. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:82:
  3460. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
  3461. #error architecture not supported
  3462. ^
  3463. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:10:
  3464. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:14:
  3465. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cassert:21:
  3466. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/assert.h:44:
  3467. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:94:
  3468. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/stdlib.h:66:
  3469. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/wait.h:109:
  3470. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/sys/signal.h:146:
  3471. /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
  3472. #error architecture not supported
  3473. ^
  3474. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  3475. 20 errors generated.
  3476. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvos.dir/FuzzerUtilDarwin.cpp.o
  3477. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvos.dir/FuzzerUtilDarwin.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvos.dir/FuzzerUtilDarwin.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvos.dir/FuzzerUtilDarwin.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
  3478. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:43:7: error: call to unavailable function 'posix_spawnattr_init': not available on tvOS
  3479. if (posix_spawnattr_init(&SpawnAttributes))
  3480. ^~~~~~~~~~~~~~~~~~~~
  3481. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:112:5: note: candidate function has been explicitly made unavailable
  3482. int posix_spawnattr_init(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3483. ^
  3484. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:57:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3485. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3486. ^~~~~~~~~~~~~~~~~~~~~~~
  3487. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3488. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3489. ^
  3490. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:64:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3491. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3492. ^~~~~~~~~~~~~~~~~~~~~~~
  3493. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3494. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3495. ^
  3496. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:76:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3497. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3498. ^~~~~~~~~~~~~~~~~~~~~~~
  3499. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3500. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3501. ^
  3502. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:93:9: error: call to unavailable function 'posix_spawnattr_setsigdefault': not available on tvOS
  3503. (void)posix_spawnattr_setsigdefault(&SpawnAttributes, &DefaultSigSet);
  3504. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3505. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:115:5: note: candidate function has been explicitly made unavailable
  3506. int posix_spawnattr_setsigdefault(posix_spawnattr_t * __restrict,
  3507. ^
  3508. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:95:9: error: call to unavailable function 'posix_spawnattr_setsigmask': not available on tvOS
  3509. (void)posix_spawnattr_setsigmask(&SpawnAttributes, &OldBlockedSignalsSet);
  3510. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  3511. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:125:5: note: candidate function has been explicitly made unavailable
  3512. int posix_spawnattr_setsigmask(posix_spawnattr_t * __restrict,
  3513. ^
  3514. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:97:9: error: call to unavailable function 'posix_spawnattr_setflags': not available on tvOS
  3515. (void)posix_spawnattr_setflags(&SpawnAttributes, SpawnFlags);
  3516. ^~~~~~~~~~~~~~~~~~~~~~~~
  3517. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:119:5: note: candidate function has been explicitly made unavailable
  3518. int posix_spawnattr_setflags(posix_spawnattr_t *, short) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3519. ^
  3520. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:110:15: error: call to unavailable function 'posix_spawn': not available on tvOS
  3521. ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes,
  3522. ^~~~~~~~~~~
  3523. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:61:5: note: candidate function has been explicitly made unavailable
  3524. int posix_spawn(pid_t * __restrict, const char * __restrict,
  3525. ^
  3526. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:112:9: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3527. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3528. ^~~~~~~~~~~~~~~~~~~~~~~
  3529. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3530. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3531. ^
  3532. 9 errors generated.
  3533. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvossim.dir/FuzzerUtilDarwin.cpp.o
  3534. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvossim.dir/FuzzerUtilDarwin.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvossim.dir/FuzzerUtilDarwin.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.tvossim.dir/FuzzerUtilDarwin.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
  3535. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:43:7: error: call to unavailable function 'posix_spawnattr_init': not available on tvOS
  3536. if (posix_spawnattr_init(&SpawnAttributes))
  3537. ^~~~~~~~~~~~~~~~~~~~
  3538. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:112:5: note: candidate function has been explicitly made unavailable
  3539. int posix_spawnattr_init(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3540. ^
  3541. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:57:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3542. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3543. ^~~~~~~~~~~~~~~~~~~~~~~
  3544. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3545. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3546. ^
  3547. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:64:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3548. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3549. ^~~~~~~~~~~~~~~~~~~~~~~
  3550. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3551. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3552. ^
  3553. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:76:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3554. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3555. ^~~~~~~~~~~~~~~~~~~~~~~
  3556. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3557. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3558. ^
  3559. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:93:9: error: call to unavailable function 'posix_spawnattr_setsigdefault': not available on tvOS
  3560. (void)posix_spawnattr_setsigdefault(&SpawnAttributes, &DefaultSigSet);
  3561. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3562. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:115:5: note: candidate function has been explicitly made unavailable
  3563. int posix_spawnattr_setsigdefault(posix_spawnattr_t * __restrict,
  3564. ^
  3565. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:95:9: error: call to unavailable function 'posix_spawnattr_setsigmask': not available on tvOS
  3566. (void)posix_spawnattr_setsigmask(&SpawnAttributes, &OldBlockedSignalsSet);
  3567. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  3568. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:125:5: note: candidate function has been explicitly made unavailable
  3569. int posix_spawnattr_setsigmask(posix_spawnattr_t * __restrict,
  3570. ^
  3571. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:97:9: error: call to unavailable function 'posix_spawnattr_setflags': not available on tvOS
  3572. (void)posix_spawnattr_setflags(&SpawnAttributes, SpawnFlags);
  3573. ^~~~~~~~~~~~~~~~~~~~~~~~
  3574. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:119:5: note: candidate function has been explicitly made unavailable
  3575. int posix_spawnattr_setflags(posix_spawnattr_t *, short) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3576. ^
  3577. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:110:15: error: call to unavailable function 'posix_spawn': not available on tvOS
  3578. ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes,
  3579. ^~~~~~~~~~~
  3580. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:61:5: note: candidate function has been explicitly made unavailable
  3581. int posix_spawn(pid_t * __restrict, const char * __restrict,
  3582. ^
  3583. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:112:9: error: call to unavailable function 'posix_spawnattr_destroy': not available on tvOS
  3584. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3585. ^~~~~~~~~~~~~~~~~~~~~~~
  3586. /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator12.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3587. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3588. ^
  3589. 9 errors generated.
  3590. -- Found Git: /usr/bin/git (found version "2.17.2 (Apple Git-113)")
  3591. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilDarwin.cpp.o
  3592. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilDarwin.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilDarwin.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilDarwin.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
  3593. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:43:7: error: call to unavailable function 'posix_spawnattr_init': not available on watchOS
  3594. if (posix_spawnattr_init(&SpawnAttributes))
  3595. ^~~~~~~~~~~~~~~~~~~~
  3596. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:112:5: note: candidate function has been explicitly made unavailable
  3597. int posix_spawnattr_init(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3598. ^
  3599. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:57:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on watchOS
  3600. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3601. ^~~~~~~~~~~~~~~~~~~~~~~
  3602. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3603. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3604. ^
  3605. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:64:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on watchOS
  3606. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3607. ^~~~~~~~~~~~~~~~~~~~~~~
  3608. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3609. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3610. ^
  3611. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:76:15: error: call to unavailable function 'posix_spawnattr_destroy': not available on watchOS
  3612. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3613. ^~~~~~~~~~~~~~~~~~~~~~~
  3614. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3615. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3616. ^
  3617. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:93:9: error: call to unavailable function 'posix_spawnattr_setsigdefault': not available on watchOS
  3618. (void)posix_spawnattr_setsigdefault(&SpawnAttributes, &DefaultSigSet);
  3619. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3620. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:115:5: note: candidate function has been explicitly made unavailable
  3621. int posix_spawnattr_setsigdefault(posix_spawnattr_t * __restrict,
  3622. ^
  3623. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:95:9: error: call to unavailable function 'posix_spawnattr_setsigmask': not available on watchOS
  3624. (void)posix_spawnattr_setsigmask(&SpawnAttributes, &OldBlockedSignalsSet);
  3625. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  3626. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:125:5: note: candidate function has been explicitly made unavailable
  3627. int posix_spawnattr_setsigmask(posix_spawnattr_t * __restrict,
  3628. ^
  3629. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:97:9: error: call to unavailable function 'posix_spawnattr_setflags': not available on watchOS
  3630. (void)posix_spawnattr_setflags(&SpawnAttributes, SpawnFlags);
  3631. ^~~~~~~~~~~~~~~~~~~~~~~~
  3632. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:119:5: note: candidate function has been explicitly made unavailable
  3633. int posix_spawnattr_setflags(posix_spawnattr_t *, short) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3634. ^
  3635. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:110:15: error: call to unavailable function 'posix_spawn': not available on watchOS
  3636. ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes,
  3637. ^~~~~~~~~~~
  3638. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:61:5: note: candidate function has been explicitly made unavailable
  3639. int posix_spawn(pid_t * __restrict, const char * __restrict,
  3640. ^
  3641. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp:112:9: error: call to unavailable function 'posix_spawnattr_destroy': not available on watchOS
  3642. (void)posix_spawnattr_destroy(&SpawnAttributes);
  3643. ^~~~~~~~~~~~~~~~~~~~~~~
  3644. /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk/usr/include/spawn.h:93:5: note: candidate function has been explicitly made unavailable
  3645. int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
  3646. ^
  3647. 9 errors generated.
  3648. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtil.cpp.o
  3649. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtil.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtil.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtil.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp
  3650. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.cpp:13:
  3651. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h:146:10: error: thread-local storage is not supported for the current target
  3652. static thread_local bool IsMyThread;
  3653. ^
  3654. 1 error generated.
  3655. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilPosix.cpp.o
  3656. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilPosix.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilPosix.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerUtilPosix.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
  3657. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:13:
  3658. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h:146:10: error: thread-local storage is not supported for the current target
  3659. static thread_local bool IsMyThread;
  3660. ^
  3661. 1 error generated.
  3662. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerMerge.cpp.o
  3663. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerMerge.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerMerge.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerMerge.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp
  3664. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp:14:
  3665. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h:146:10: error: thread-local storage is not supported for the current target
  3666. static thread_local bool IsMyThread;
  3667. ^
  3668. 1 error generated.
  3669. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerLoop.cpp.o
  3670. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerLoop.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerLoop.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerLoop.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
  3671. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:13:
  3672. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h:146:10: error: thread-local storage is not supported for the current target
  3673. static thread_local bool IsMyThread;
  3674. ^
  3675. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:40:1: error: thread-local storage is not supported for the current target
  3676. thread_local bool Fuzzer::IsMyThread;
  3677. ^
  3678. 2 errors generated.
  3679. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerTracePC.cpp.o
  3680. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerTracePC.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerTracePC.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerTracePC.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
  3681. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:27:1: error: thread-local storage is not supported for the current target
  3682. ATTRIBUTES_INTERFACE_TLS_INITIAL_EXEC uintptr_t __sancov_lowest_stack;
  3683. ^
  3684. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:140:66: note: expanded from macro 'ATTRIBUTES_INTERFACE_TLS_INITIAL_EXEC'
  3685. ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
  3686. ^
  3687. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:27:1: error: 'tls_model' attribute only applies to thread-local variables
  3688. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h:140:38: note: expanded from macro 'ATTRIBUTES_INTERFACE_TLS_INITIAL_EXEC'
  3689. ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
  3690. ^
  3691. 2 errors generated.
  3692. FAILED: projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerDriver.cpp.o
  3693. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/fuzzer -I/Users/yuri/llvm-project/compiler-rt/lib/fuzzer -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -Iinclude -I/Users/yuri/llvm-project/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -Wall -std=c++11 -Wno-unused-parameter -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -stdlib=libc++ -mwatchos-version-min=2.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator5.1.sdk -fPIC -fno-builtin -fno-exceptions -funwind-tables -fno-stack-protector -fno-sanitize=safe-stack -fvisibility=hidden -fno-lto -DSANITIZER_DEBUG=1 -O0 -g -Wno-gnu -Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fno-omit-frame-pointer -MD -MT projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerDriver.cpp.o -MF projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerDriver.cpp.o.d -o projects/compiler-rt/lib/fuzzer/CMakeFiles/RTfuzzer.watchossim.dir/FuzzerDriver.cpp.o -c /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  3694. In file included from /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:16:
  3695. /Users/yuri/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h:146:10: error: thread-local storage is not supported for the current target
  3696. static thread_local bool IsMyThread;
  3697. ^
  3698. 1 error generated.
  3699. ninja: build stopped: cannot make progress due to previous errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement