ninja: Entering directory `/Volumes/Work/s/w/ir/x/w/llvm_build'
[1/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o
[2/4784](31) Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o
[3/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AArch64BuildAttributes.cpp.o
[4/4784](31) Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/DLangDemangle.cpp.o
[5/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o
[6/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc:17:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/custom_call_status_internal.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:39:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/utility/utility.h:50:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/invoke.h:42:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/custom_call_status_internal.h:25:31: note: in instantiation of template class 'absl::optional<std::string>' requested here
25 | absl::optional<std::string> message;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc:17:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/custom_call_status_internal.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:39:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/utility/utility.h:50:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/invoke.h:42:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/custom_call_status_internal.h:25:31: note: in instantiation of template class 'absl::optional<std::string>' requested here
25 | absl::optional<std::string> message;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc:17:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/custom_call_status_internal.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:39:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/utility/utility.h:50:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/invoke.h:42:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc:23:11: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
23 | return !xla::CustomCallStatusGetMessage(status).has_value();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc:17:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/custom_call_status_internal.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:39:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/utility/utility.h:50:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/invoke.h:42:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_custom_call_status.cc:23:11: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
23 | return !xla::CustomCallStatusGetMessage(status).has_value();
| ^
9 warnings generated.
[7/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttributes.cpp.o
[8/4784](31) Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o
[9/4784](31) Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o
[10/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o
[11/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AArch64AttributeParser.cpp.o
[12/4784](31) Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o
[13/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o
[14/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o
[15/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/core/platform/default/env_time.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/platform/default/env_time.cc:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/env_time.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
33 warnings generated.
[16/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_pow.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:18:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/macros.h:155:57: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]
155 | void remove_unused_variable_compiler_warning(const T&){};
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_pow.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_pow.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
34 warnings generated.
[17/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:19:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/macros.h:155:57: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]
155 | void remove_unused_variable_compiler_warning(const T&){};
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fp16.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fp16.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
34 warnings generated.
[18/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o
[19/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/cpu_function_runtime.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/cpu_function_runtime.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
33 warnings generated.
[20/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o
[21/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_topk.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:24:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/macros.h:155:57: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]
155 | void remove_unused_variable_compiler_warning(const T&){};
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_topk.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_topk.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
34 warnings generated.
[22/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/core/kernels/eigen_contraction_kernel.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/call_once.h:34:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/invoke.h:42:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/core/kernels/eigen_contraction_kernel.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_contraction_kernel.h:35:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
12 warnings generated.
[23/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o
[24/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o
[25/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o
[26/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Base64.cpp.o
[27/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o
[28/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/executable_run_options.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/executable_run_options.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
40 warnings generated.
[29/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
40 warnings generated.
[30/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o
[31/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o
[32/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/blocking_counter.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/logging.h:27:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/logging.h:36:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/macros.h:155:57: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]
155 | void remove_unused_variable_compiler_warning(const T&){};
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fork_join.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
41 warnings generated.
[33/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o
[34/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o
[35/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o
[36/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o
[37/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o
[38/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:25:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/macros.h:155:57: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]
155 | void remove_unused_variable_compiler_warning(const T&){};
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc:15:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
41 warnings generated.
[39/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o
[40/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o
[41/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertEBCDIC.cpp.o
[42/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DeltaTree.cpp.o
[43/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DivisionByConstantInfo.cpp.o
[44/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o
[45/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o
[46/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CSKYAttributes.cpp.o
[47/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o
[48/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o
[49/4784](31) Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o
[50/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o
[51/4784](31) Linking CXX static library lib/libLLVMDemangle.a
[52/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o
[53/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o
[54/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CSKYAttributeParser.cpp.o
[55/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o
[56/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Caching.cpp.o
[57/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o
[58/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o
[59/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o
[60/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DynamicAPInt.cpp.o
[61/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o
[62/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o
[63/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BalancedPartitioning.cpp.o
[64/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o
[65/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o
[66/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o
[67/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o
[68/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ExponentialBackoff.cpp.o
[69/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FloatingPointMode.cpp.o
[70/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o
[71/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/HexagonAttributes.cpp.o
[72/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o
[73/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o
[74/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o
[75/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o
[76/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o
[77/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o
[78/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o
[79/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o
[80/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o
[81/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/HexagonAttributeParser.cpp.o
[82/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o
[83/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o
[84/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttrParserExtended.cpp.o
[85/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttrParserCompact.cpp.o
[86/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/KnownFPClass.cpp.o
[87/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o
[88/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o
[89/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o
[90/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o
[91/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o
[92/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o
[93/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o
[94/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MSP430Attributes.cpp.o
[95/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o
[96/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o
[97/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ModRef.cpp.o
[98/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o
[99/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/OptionStrCmp.cpp.o
[100/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o
[101/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o
[102/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MSP430AttributeParser.cpp.o
[103/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o
[104/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o
[105/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o
[106/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o
[107/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RewriteRope.cpp.o
[108/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o
[109/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RewriteBuffer.cpp.o
[110/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o
[111/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o
[112/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PGOOptions.cpp.o
[113/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o
[114/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o
[115/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o
[116/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o
[117/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVISAUtils.cpp.o
[118/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o
[119/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o
[120/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTreeNode.cpp.o
[121/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o
[122/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o
[123/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o
[124/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o
[125/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SipHash.cpp.o
[126/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SlowDynamicAPInt.cpp.o
[127/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Mustache.cpp.o
[128/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o
[129/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o
[130/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o
[131/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o
[132/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeNameToCodepointGenerated.cpp.o
[133/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o
[134/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o
[135/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o
[136/4784](31) Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o
[137/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o
[138/4784](31) Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o
[139/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o
[140/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o
[141/4784](31) Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o
[142/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o
[143/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o
[144/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
[145/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o
[146/4784](31) Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o
[147/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o
[148/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o
[149/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TrieRawHashMap.cpp.o
[150/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o
[151/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o
[152/4784](31) Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o
[153/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o
[154/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o
[155/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o
[156/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o
[157/4784](31) Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o
[158/4784](31) Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o
[159/4784](31) Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx2_x86-64_unix.S.o
[160/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeNameToCodepoint.cpp.o
[161/4784](31) Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx512_x86-64_unix.S.o
[162/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o
[163/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o
[164/4784](31) Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_neon.c.o
[165/4784](31) Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_dispatch.c.o
[166/4784](31) Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3.c.o
[167/4784](31) Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_portable.c.o
[168/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o
[169/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_socket_stream.cpp.o
[170/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o
[171/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o
[172/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o
[173/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o
[174/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-min-tblgen.dir/llvm-min-tblgen.cpp.o
[175/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o
[176/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o
[177/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o
[178/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o
[179/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o
[180/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o
[181/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o
[182/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o
[183/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o
[184/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o
[185/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGTimer.cpp.o
[186/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o
[187/4784](31) Generating VCSRevision.h
[188/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:250:17: note: in instantiation of function template specialization 'tensorflow::xla::internal::EigenFftWithRank<1, Eigen::DefaultDevice>' requested here
250 | internal::EigenFftWithRank<1, EigenDevice>(device, out, operand, fft_type,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:29:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenFftImpl<Eigen::DefaultDevice>' requested here
29 | tensorflow::xla::EigenFftImpl(Eigen::DefaultDevice(), out, operand,
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:255:17: note: in instantiation of function template specialization 'tensorflow::xla::internal::EigenFftWithRank<2, Eigen::DefaultDevice>' requested here
255 | internal::EigenFftWithRank<2, EigenDevice>(device, out, operand, fft_type,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:29:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenFftImpl<Eigen::DefaultDevice>' requested here
29 | tensorflow::xla::EigenFftImpl(Eigen::DefaultDevice(), out, operand,
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:18:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:260:17: note: in instantiation of function template specialization 'tensorflow::xla::internal::EigenFftWithRank<3, Eigen::DefaultDevice>' requested here
260 | internal::EigenFftWithRank<3, EigenDevice>(
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_fft.cc:29:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenFftImpl<Eigen::DefaultDevice>' requested here
29 | tensorflow::xla::EigenFftImpl(Eigen::DefaultDevice(), out, operand,
| ^
44 warnings generated.
[189/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringToOffsetTable.cpp.o
[190/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o
[191/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o
[192/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o
[193/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Parser.cpp.o
[194/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o
[195/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o
[196/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o
[197/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/Attributes.cpp.o
[198/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o
[199/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
[200/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/SDNodeProperties.cpp.o
[201/4784](31) Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o
[202/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/TableGen.cpp.o
[203/4784](31) Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o
[204/4784](31) Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o
[205/4784](31) Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o
[206/4784](31) Linking CXX static library lib/libLLVMSupport.a
warning: 'blake3_neon.c.o': has no symbols for architecture x86_64
warning: 'AutoConvert.cpp.o': has no symbols for architecture x86_64
[207/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o
[208/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/ARMTargetDefEmitter.cpp.o
[209/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/VTEmitter.cpp.o
[210/4784](31) Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o
[211/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/RISCVTargetDefEmitter.cpp.o
[212/4784](31) Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o
[213/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_fft.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:21:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:21:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:250:17: note: in instantiation of function template specialization 'tensorflow::xla::internal::EigenFftWithRank<1, Eigen::ThreadPoolDevice>' requested here
250 | internal::EigenFftWithRank<1, EigenDevice>(device, out, operand, fft_type,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:35:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenFftImpl<Eigen::ThreadPoolDevice>' requested here
35 | tensorflow::xla::EigenFftImpl(
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:21:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:255:17: note: in instantiation of function template specialization 'tensorflow::xla::internal::EigenFftWithRank<2, Eigen::ThreadPoolDevice>' requested here
255 | internal::EigenFftWithRank<2, EigenDevice>(device, out, operand, fft_type,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:35:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenFftImpl<Eigen::ThreadPoolDevice>' requested here
35 | tensorflow::xla::EigenFftImpl(
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:21:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:235:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
235 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_fft_impl.h:260:17: note: in instantiation of function template specialization 'tensorflow::xla::internal::EigenFftWithRank<3, Eigen::ThreadPoolDevice>' requested here
260 | internal::EigenFftWithRank<3, EigenDevice>(
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_fft.cc:35:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenFftImpl<Eigen::ThreadPoolDevice>' requested here
35 | tensorflow::xla::EigenFftImpl(
| ^
44 warnings generated.
[214/4784](31) Building CXX object lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o
[215/4784](31) Linking CXX static library lib/libLLVMBitstreamReader.a
[216/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o
[217/4784](31) Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o
[218/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/CodeGenIntrinsics.cpp.o
[219/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o
[220/4784](31) Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o
[221/4784](31) Linking CXX static library lib/libLLVMOption.a
[222/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o
[223/4784](31) Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o
[224/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o
[225/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o
[226/4784](31) Linking CXX static library lib/libLLVMDebugInfoMSF.a
[227/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o
[228/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o
[229/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_spatial_convolutions.h:23:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_spatial_convolutions-inl.h:1679:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
1679 | default: {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:97:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h:317:9: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
317 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:424:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
424 | m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:1013:7: note: in instantiation of member function 'Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, Eigen::DefaultDevice>>::TensorContractionEvaluatorBase' requested here
1013 | Base(op, device) { }
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:129:7: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
129 | m_rightImpl(op.rhsExpression(), device)
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:98:41: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
98 | TensorEvaluator<Expression, Device> evaluator(expr, device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h:37:59: note: in instantiation of member function 'Eigen::internal::TensorExecutor<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>>, Eigen::DefaultDevice>::run' requested here
37 | internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:79:25: note: in instantiation of function template specialization 'Eigen::TensorDevice<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 4, 1>, 16>, Eigen::DefaultDevice>::operator=<Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>>' requested here
79 | output.device(device) =
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:33:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenConvImpl<Eigen::DefaultDevice, Eigen::half>' requested here
33 | tensorflow::xla::EigenConvImpl(
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:97:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h:317:9: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
317 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:424:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
424 | m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:1013:7: note: in instantiation of member function 'Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, Eigen::DefaultDevice>>::TensorContractionEvaluatorBase' requested here
1013 | Base(op, device) { }
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:129:7: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
129 | m_rightImpl(op.rhsExpression(), device)
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:130:48: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>>, Eigen::DefaultDevice>::TensorEvaluator' requested here
130 | TensorEvaluator<Expression, DefaultDevice> evaluator(expr, device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h:37:59: note: in instantiation of member function 'Eigen::internal::TensorExecutor<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>>, Eigen::DefaultDevice>::run' requested here
37 | internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:79:25: note: in instantiation of function template specialization 'Eigen::TensorDevice<Eigen::TensorMap<Eigen::Tensor<float, 4, 1>, 16>, Eigen::DefaultDevice>::operator=<Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>>' requested here
79 | output.device(device) =
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_conv2d.cc:51:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenConvImpl<Eigen::DefaultDevice, float>' requested here
51 | tensorflow::xla::EigenConvImpl(
| ^
43 warnings generated.
[230/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o
[231/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o
[232/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o
[233/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o
[234/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o
[235/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o
[236/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o
[237/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o
[238/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o
[239/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o
[240/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o
[241/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o
[242/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o
[243/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o
[244/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/IntrinsicEmitter.cpp.o
[245/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o
[246/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o
[247/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o
[248/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o
[249/4784](31) Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o
[250/4784](31) Linking CXX static library lib/libLLVMTableGen.a
[251/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o
[252/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o
[253/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o
[254/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o
[255/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o
[256/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o
[257/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o
[258/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o
[259/4784](31) Building CXX object utils/TableGen/Basic/CMakeFiles/obj.LLVMTableGenBasic.dir/DirectiveEmitter.cpp.o
[260/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o
[261/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o
[262/4784](31) Linking CXX executable bin/llvm-min-tblgen
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[263/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o
[264/4784](31) Building CXX object lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o
[265/4784](31) Building Attributes.inc...
[266/4784](31) Building GenVT.inc...
[267/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o
[268/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o
[269/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o
[270/4784](31) Building IntrinsicEnums.inc...
[271/4784](31) Building IntrinsicsAArch64.h...
[272/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o
[273/4784](31) Building IntrinsicImpl.inc...
[274/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o
[275/4784](31) Building IntrinsicsAMDGPU.h...
[276/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o
[277/4784](31) Building IntrinsicsARM.h...
[278/4784](31) Building IntrinsicsBPF.h...
[279/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o
[280/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o
[281/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangBuiltinTemplatesEmitter.cpp.o
[282/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o
[283/4784](31) Building IntrinsicsDirectX.h...
[284/4784](31) Building IntrinsicsHexagon.h...
[285/4784](31) Building ACC.h.inc...
[286/4784](31) Building ACC.inc...
[287/4784](31) Building OMP.h.inc...
[288/4784](31) Building IntrinsicsLoongArch.h...
[289/4784](31) Building OMP.inc...
[290/4784](31) Building IntrinsicsMips.h...
[291/4784](31) Linking CXX static library lib/libLLVMWindowsManifest.a
[292/4784](31) Bundling HTMLLogger resources
[293/4784](31) Building IntrinsicsNVPTX.h...
[294/4784](31) Building IntrinsicsPowerPC.h...
[295/4784](31) Generating ../../../../bin/analyze-build
[296/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o
[297/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangBuiltinsEmitter.cpp.o
[298/4784](31) Building IntrinsicsR600.h...
[299/4784](31) Building IntrinsicsRISCV.h...
[300/4784](31) Generating ../../../../bin/intercept-build
[301/4784](31) Generating ../../../../bin/scan-build-py
[302/4784](31) Building IntrinsicsS390.h...
[303/4784](31) Generating ../../../../lib/libear/__init__.py
[304/4784](31) Building IntrinsicsSPIRV.h...
[305/4784](31) Generating ../../../../lib/libear/config.h.in
[306/4784](31) Generating ../../../../lib/libear/ear.c
[307/4784](31) Building IntrinsicsVE.h...
[308/4784](31) Generating ../../../../lib/libscanbuild/__init__.py
[309/4784](31) Generating ../../../../lib/libscanbuild/analyze.py
[310/4784](31) Generating ../../../../lib/libscanbuild/arguments.py
[311/4784](31) Generating ../../../../lib/libscanbuild/clang.py
[312/4784](31) Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o
[313/4784](31) Generating ../../../../lib/libscanbuild/compilation.py
[314/4784](31) Generating ../../../../lib/libscanbuild/intercept.py
[315/4784](31) Generating ../../../../lib/libscanbuild/report.py
[316/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o
[317/4784](31) Generating ../../../../libexec/analyze-c++
[318/4784](31) Linking CXX static library lib/libLLVMDebugInfoCodeView.a
[319/4784](31) Generating ../../../../libexec/analyze-cc
[320/4784](31) Generating ../../../../lib/libscanbuild/shell.py
[321/4784](31) Copying clang-doc-default-stylesheet.css to /Volumes/Work/s/w/ir/x/w/llvm_build/./bin/../share/clang-doc
[322/4784](31) Building IntrinsicsWebAssembly.h...
[323/4784](31) Generating ../../../../lib/libscanbuild/resources/selectable.js
[324/4784](31) Generating ../../../../lib/libscanbuild/resources/scanview.css
[325/4784](31) Copying index.js to /Volumes/Work/s/w/ir/x/w/llvm_build/./bin/../share/clang-doc
[326/4784](31) Generating ../../../../libexec/intercept-c++
[327/4784](31) Generating ../../../../libexec/intercept-cc
[328/4784](31) Generating ../../../../lib/libscanbuild/resources/sorttable.js
[329/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o
[330/4784](31) Building IntrinsicsX86.h...
[331/4784](31) Creating directories for 'bolt_rt'
[332/4784](31) Building IntrinsicsXCore.h...
[333/4784](31) No download step for 'bolt_rt'
[334/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o
[335/4784](31) Generating VCSVersion.inc
[336/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_aff_map.c.o
[337/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/basis_reduction_tab.c.o
[338/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_arg.c.o
[339/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_affine_hull.c.o
[340/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_build_expr.c.o
[341/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_build.c.o
[342/4784](31) Building ARMTargetParserDef.inc...
[343/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_graft.c.o
[344/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o
[345/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o
[346/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_codegen.c.o
[347/4784](31) Building CXX object lib/CodeGenTypes/CMakeFiles/LLVMCodeGenTypes.dir/LowLevelType.cpp.o
[348/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast.c.o
[349/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o
[350/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/ConfusableTable/CMakeFiles/clang-tidy-confusable-chars-gen.dir/BuildConfusableTable.cpp.o
[351/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o
[352/4784](31) Building CXX object tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o
[353/4784](31) Building CXX object tools/clang/lib/Support/CMakeFiles/obj.clangSupport.dir/RISCVVIntrinsicUtils.cpp.o
[354/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o
[355/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/llvm-tblgen.cpp.o
[356/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o
[357/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o
[358/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o
[359/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o
[360/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o
[361/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o
[362/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o
[363/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o
[364/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o
[365/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o
[366/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o
[367/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o
[368/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o
[369/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o
[370/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o
[371/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CompressInstEmitter.cpp.o
[372/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/MacroFusionPredicatorEmitter.cpp.o
[373/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DXILEmitter.cpp.o
[374/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o
[375/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o
[376/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptionRSTEmitter.cpp.o
[377/4784](31) Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_aff.c.o
[378/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o
[379/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/CodeExpander.cpp.o
[380/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o
[381/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptionParserEmitter.cpp.o
[382/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o
[383/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_single_threaded_matmul.cc:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
40 warnings generated.
[384/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o
[385/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/CXXPredicates.cpp.o
[386/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o
[387/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/CombinerUtils.cpp.o
[388/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DecoderEmitter.cpp.o
[389/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o
[390/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o
[391/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86MnemonicTables.cpp.o
[392/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/Types.cpp.o
[393/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_spatial_convolutions.h:23:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/kernels/eigen_spatial_convolutions-inl.h:1679:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
1679 | default: {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:97:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h:317:9: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
317 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:424:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
424 | m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h:72:7: note: in instantiation of member function 'Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, Eigen::ThreadPoolDevice>>::TensorContractionEvaluatorBase' requested here
72 | Base(op, device) {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:129:7: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
129 | m_rightImpl(op.rhsExpression(), device)
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:334:15: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
334 | Evaluator evaluator(expr, device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h:37:59: note: in instantiation of member function 'Eigen::internal::TensorExecutor<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>>, Eigen::ThreadPoolDevice>::run' requested here
37 | internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:79:25: note: in instantiation of function template specialization 'Eigen::TensorDevice<Eigen::TensorMap<Eigen::Tensor<float, 4, 1>, 16>, Eigen::ThreadPoolDevice>::operator=<Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const float, 4, 1>, 16>>>>>' requested here
79 | output.device(device) =
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:38:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenConvImpl<Eigen::ThreadPoolDevice, float>' requested here
38 | tensorflow::xla::EigenConvImpl(
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:97:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h:317:9: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
317 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:424:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
424 | m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h:72:7: note: in instantiation of member function 'Eigen::TensorContractionEvaluatorBase<Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, Eigen::ThreadPoolDevice>>::TensorContractionEvaluatorBase' requested here
72 | Base(op, device) {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h:146:9: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
146 | : m_impl(op.expression(), device), m_dimensions(op.dimensions())
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:129:7: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
129 | m_rightImpl(op.rhsExpression(), device)
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:334:15: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>>, Eigen::ThreadPoolDevice>::TensorEvaluator' requested here
334 | Evaluator evaluator(expr, device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h:37:59: note: in instantiation of member function 'Eigen::internal::TensorExecutor<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 4, 1>, 16>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>>, Eigen::ThreadPoolDevice>::run' requested here
37 | internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_conv2d_impl.h:79:25: note: in instantiation of function template specialization 'Eigen::TensorDevice<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 4, 1>, 16>, Eigen::ThreadPoolDevice>::operator=<Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 4>, const Eigen::TensorContractionOp<const std::array<Eigen::IndexPair<long long>, 1>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorImagePatchOp<-1, -1, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>, const Eigen::TensorReshapingOp<const Eigen::DSizes<long long, 2>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 4, 1>, 16>>>>>' requested here
79 | output.device(device) =
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:59:20: note: in instantiation of function template specialization 'tensorflow::xla::EigenConvImpl<Eigen::ThreadPoolDevice, Eigen::half>' requested here
59 | tensorflow::xla::EigenConvImpl(
| ^
43 warnings generated.
[394/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86InstrMappingEmitter.cpp.o
[395/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o
[396/4784](31) Linking CXX static library lib/libLLVMCodeGenTypes.a
[397/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o
[398/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SDNodeInfoEmitter.cpp.o
[399/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o
[400/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/PatternParser.cpp.o
[401/4784](31) Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o
[402/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/AsmWriterInst.cpp.o
[403/4784](31) Building AArch64TargetParserDef.inc...
[404/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenHwModes.cpp.o
[405/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/OptEmitter.cpp.o
[406/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/Patterns.cpp.o
[407/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o
[408/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/Utils.cpp.o
[409/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/SubtargetFeatureInfo.cpp.o
[410/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/PredicateExpander.cpp.o
[411/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenInstruction.cpp.o
[412/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenInstAlias.cpp.o
[413/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/GlobalISelMatchTableExecutorEmitter.cpp.o
[414/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o
[415/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o
[416/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/InfoByHwMode.cpp.o
[417/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/MachOObjectFormat.cpp.o
[418/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o
[419/4784](31) Linking CXX executable bin/clang-tblgen
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[420/4784](31) Linking CXX static library lib/libclangSupport.a
[421/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o
[422/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o
[423/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o
[424/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/DAGISelMatcher.cpp.o
[425/4784](31) Building StmtNodes.inc...
[426/4784](31) Building AttrNodeTraverse.inc...
[427/4784](31) Building AttrTextNodeDump.inc...
[428/4784](31) Building AttrVisitor.inc...
[429/4784](31) Building DeclNodes.inc...
[430/4784](31) Building Attrs.inc...
[431/4784](31) Building AttrImpl.inc...
[432/4784](31) Building TypeNodes.inc...
[433/4784](31) Building AbstractBasicReader.inc...
[434/4784](31) Building AbstractBasicWriter.inc...
[435/4784](31) Building AbstractTypeReader.inc...
[436/4784](31) Building AbstractTypeWriter.inc...
[437/4784](31) Building CommentNodes.inc...
[438/4784](31) Building CommentHTMLTags.inc...
[439/4784](31) Building CommentHTMLTagsProperties.inc...
[440/4784](31) Building CommentHTMLNamedCharacterReferences.inc...
[441/4784](31) Building CommentCommandList.inc...
[442/4784](31) Building CommentCommandInfo.inc...
[443/4784](31) Building StmtDataCollectors.inc...
[444/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/ObjectFormats.cpp.o
[445/4784](31) Building DiagnosticAnalysisCompatIDs.inc...
[446/4784](31) Building DiagnosticAnalysisInterface.inc...
[447/4784](31) Building DiagnosticASTKinds.inc...
[448/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o
[449/4784](31) Building DiagnosticAnalysisKinds.inc...
[450/4784](31) Building DiagnosticAnalysisEnums.inc...
[451/4784](31) Building DiagnosticASTEnums.inc...
[452/4784](31) Building DiagnosticASTCompatIDs.inc...
[453/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/VarLenCodeEmitterGen.cpp.o
[454/4784](31) Building DiagnosticASTInterface.inc...
[455/4784](31) Building DiagnosticCommentCompatIDs.inc...
[456/4784](31) Building DiagnosticCommentInterface.inc...
[457/4784](31) Building DiagnosticCommentKinds.inc...
[458/4784](31) Building DiagnosticCommentEnums.inc...
[459/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o
[460/4784](31) Building DiagnosticCommonKinds.inc...
[461/4784](31) Building DiagnosticCommonEnums.inc...
[462/4784](31) Building DiagnosticCommonCompatIDs.inc...
[463/4784](31) Building DiagnosticCommonInterface.inc...
[464/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o
[465/4784](31) Building DiagnosticCrossTUKinds.inc...
[466/4784](31) Building DiagnosticCrossTUInterface.inc...
[467/4784](31) Building DiagnosticCrossTUCompatIDs.inc...
[468/4784](31) Building DiagnosticCrossTUEnums.inc...
[469/4784](31) Building DiagnosticDriverCompatIDs.inc...
[470/4784](31) Building DiagnosticDriverInterface.inc...
[471/4784](31) Building DiagnosticDriverEnums.inc...
[472/4784](31) Building DiagnosticDriverKinds.inc...
[473/4784](31) Building DiagnosticFrontendKinds.inc...
[474/4784](31) Building DiagnosticFrontendEnums.inc...
[475/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o
[476/4784](31) Building DiagnosticFrontendCompatIDs.inc...
[477/4784](31) Building DiagnosticFrontendInterface.inc...
[478/4784](31) Building DiagnosticInstallAPIEnums.inc...
[479/4784](31) Building DiagnosticInstallAPIInterface.inc...
[480/4784](31) Building DiagnosticInstallAPIKinds.inc...
[481/4784](31) Building DiagnosticInstallAPICompatIDs.inc...
[482/4784](31) Building DiagnosticLexCompatIDs.inc...
[483/4784](31) Building DiagnosticLexKinds.inc...
[484/4784](31) Building DiagnosticLexInterface.inc...
[485/4784](31) Building DiagnosticLexEnums.inc...
[486/4784](31) Building DiagnosticParseCompatIDs.inc...
[487/4784](31) Building DiagnosticParseInterface.inc...
[488/4784](31) Building DiagnosticParseKinds.inc...
[489/4784](31) Building DiagnosticParseEnums.inc...
[490/4784](31) Building CXX object lib/DebugInfo/BTF/CMakeFiles/LLVMDebugInfoBTF.dir/BTFContext.cpp.o
[491/4784](31) Building DiagnosticRefactoringCompatIDs.inc...
[492/4784](31) Building DiagnosticRefactoringInterface.inc...
[493/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o
[494/4784](31) Building DiagnosticRefactoringEnums.inc...
[495/4784](31) Building DiagnosticRefactoringKinds.inc...
[496/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o
[497/4784](31) Building DiagnosticSemaCompatIDs.inc...
[498/4784](31) Building DiagnosticSemaInterface.inc...
[499/4784](31) Building DiagnosticSemaEnums.inc...
[500/4784](31) Building AttrList.inc...
[501/4784](31) Building AttrSubMatchRulesList.inc...
[502/4784](31) Building AttrParsedAttrList.inc...
[503/4784](31) Building RegularKeywordAttrInfo.inc...
[504/4784](31) Building BuiltinsBPF.inc...
[505/4784](31) Building DiagnosticSerializationInterface.inc...
[506/4784](31) Building AttrHasAttributeImpl.inc...
[507/4784](31) Building DiagnosticSerializationCompatIDs.inc...
[508/4784](31) Building DiagnosticSemaKinds.inc...
[509/4784](31) Building DiagnosticSerializationKinds.inc...
[510/4784](31) Building CXX11AttributeInfo.inc...
[511/4784](31) Building BuiltinsDirectX.inc...
[512/4784](31) Building Builtins.inc...
[513/4784](31) Building DiagnosticSerializationEnums.inc...
[514/4784](31) Building BuiltinsRISCV.inc...
[515/4784](31) Building BuiltinsSPIRV.inc...
[516/4784](31) Building DiagnosticAllCompatIDs.inc...
[517/4784](31) Building BuiltinTemplates.inc...
[518/4784](31) Building BuiltinsNVPTX.inc...
[519/4784](31) Building BuiltinsX86_64.inc...
[520/4784](31) Building DiagnosticGroups.inc...
[521/4784](31) Building DiagnosticIndexName.inc...
[522/4784](31) Building arm_fp16.inc...
[523/4784](31) Building BuiltinsHexagon.inc...
[524/4784](31) Building RISCVTargetParserDef.inc...
[525/4784](31) Building arm_immcheck_types.inc...
[526/4784](31) Building BuiltinsX86.inc...
[527/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/SymbolStringPool.cpp.o
[528/4784](31) Building arm_neon.inc...
[529/4784](31) Building arm_sve_typeflags.inc...
[530/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/AllocationActions.cpp.o
[531/4784](31) Building arm_mve_builtins.inc...
[532/4784](31) Building arm_mve_builtin_sema.inc...
[533/4784](31) Building arm_mve_builtin_aliases.inc...
[534/4784](31) Building arm_sme_builtin_cg.inc...
[535/4784](31) Building arm_sme_sema_rangechecks.inc...
[536/4784](31) Building arm_sme_builtins.inc...
[537/4784](31) Building arm_sve_streaming_attrs.inc...
[538/4784](31) Building arm_mve_builtin_cg.inc...
[539/4784](31) Building arm_sve_builtin_cg.inc...
[540/4784](31) Building arm_sve_sema_rangechecks.inc...
[541/4784](31) Building arm_sve_builtins.inc...
[542/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o
[543/4784](31) Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o
[544/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcRTBridge.cpp.o
[545/4784](31) Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/SimpleRemoteEPCUtils.cpp.o
[546/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenTarget.cpp.o
[547/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o
[548/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelCombinerEmitter.cpp.o
[549/4784](31) Building CXX object lib/DebugInfo/BTF/CMakeFiles/LLVMDebugInfoBTF.dir/BTFParser.cpp.o
[550/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o
[551/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o
[552/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o
[553/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o
[554/4784](31) Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o
[555/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRangeList.cpp.o
[556/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantFPRange.cpp.o
[557/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o
[558/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenSchedule.cpp.o
[559/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o
[560/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o
[561/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o
[562/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DIExpressionOptimizer.cpp.o
[563/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o
[564/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o
[565/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o
[566/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o
[567/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConvergenceVerifier.cpp.o
[568/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o
[569/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugProgramInstruction.cpp.o
[570/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o
[571/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/GlobalISel/GlobalISelMatchTable.cpp.o
[572/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/EHPersonalities.cpp.o
[573/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o
[574/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DroppedVariableStats.cpp.o
[575/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o
[576/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DroppedVariableStatsIR.cpp.o
[577/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o
[578/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SSAContext.cpp.o
[579/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o
[580/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenDAGPatterns.cpp.o
[581/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o
[582/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o
[583/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o
[584/4784](31) Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenRegisters.cpp.o
[585/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o
[586/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o
[587/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o
[588/4784](31) Linking CXX executable bin/llvm-tblgen
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[589/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Intrinsics.cpp.o
[590/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o
[591/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/MemoryModelRelaxationAnnotations.cpp.o
[592/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o
[593/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o
[594/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o
[595/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o
[596/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o
[597/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o
[598/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o
[599/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o
[600/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o
[601/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o
[602/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o
[603/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o
[604/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o
[605/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o
[606/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o
[607/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfDataUtils.cpp.o
[608/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o
[609/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o
[610/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o
[611/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/VectorTypeUtils.cpp.o
[612/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o
[613/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o
[614/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o
[615/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/RuntimeLibcalls.cpp.o
[616/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o
[617/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o
[618/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o
[619/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.o
[620/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o
[621/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o
[622/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o
[623/4784](31) Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o
[624/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypedPointerType.cpp.o
[625/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o
[626/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o
[627/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/VFABIDemangler.cpp.o
[628/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/VectorBuilder.cpp.o
[629/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o
[630/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o
[631/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/OutlinedHashTree.cpp.o
[632/4784](31) Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o
[633/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o
[634/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o
[635/4784](31) Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o
[636/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o
[637/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/OutlinedHashTreeRecord.cpp.o
[638/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenDataWriter.cpp.o
[639/4784](31) Building CXX object lib/IRPrinter/CMakeFiles/LLVMIRPrinter.dir/IRPrintingPasses.cpp.o
[640/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenDataReader.cpp.o
[641/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMap.cpp.o
[642/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o
[643/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMapRecord.cpp.o
[644/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o
[645/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o
[646/4784](31) Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenData.cpp.o
[647/4784](31) Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o
[648/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o
[649/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockPathCloning.cpp.o
[650/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o
[651/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallBrPrepare.cpp.o
[652/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o
[653/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSectionsProfileReader.cpp.o
[654/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o
[655/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o
[656/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o
[657/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o
[658/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o
[659/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o
[660/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o
[661/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenCommonISel.cpp.o
[662/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o
[663/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIFixup.cpp.o
[664/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DroppedVariableStatsMIR.cpp.o
[665/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o
[666/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o
[667/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o
[668/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o
[669/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o
[670/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o
[671/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o
[672/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o
[673/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardTargets.cpp.o
[674/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o
[675/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o
[676/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o
[677/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o
[678/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o
[679/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o
[680/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o
[681/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o
[682/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o
[683/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o
[684/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandLargeDivRem.cpp.o
[685/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionAnalysis.cpp.o
[686/4784](31) Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o
[687/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o
[688/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ComplexDeinterleavingPass.cpp.o
[689/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o
[690/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandFp.cpp.o
[691/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o
[692/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o
[693/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o
[694/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InitUndef.cpp.o
[695/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o
[696/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o
[697/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o
[698/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o
[699/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o
[700/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o
[701/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o
[702/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/JMCInstrumenter.cpp.o
[703/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMergeFunctions.cpp.o
[704/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o
[705/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AssignmentTrackingAnalysis.cpp.o
[706/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o
[707/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o
[708/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o
[709/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelTypeUtils.cpp.o
[710/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o
[711/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o
[712/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o
[713/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o
[714/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/KCFI.cpp.o
[715/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o
[716/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o
[717/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o
[718/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o
[719/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o
[720/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o
[721/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o
[722/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o
[723/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o
[724/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o
[725/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o
[726/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o
[727/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o
[728/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o
[729/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCFGPrinter.cpp.o
[730/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o
[731/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o
[732/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o
[733/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o
[734/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDomTreeUpdater.cpp.o
[735/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o
[736/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o
[737/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineConvergenceVerifier.cpp.o
[738/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o
[739/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCycleAnalysis.cpp.o
[740/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o
[741/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o
[742/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o
[743/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o
[744/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o
[745/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o
[746/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o
[747/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o
[748/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLateInstrsCleanup.cpp.o
[749/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o
[750/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o
[751/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o
[752/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o
[753/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o
[754/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o
[755/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenTargetMachineImpl.cpp.o
[756/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o
[757/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o
[758/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o
[759/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o
[760/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAContext.cpp.o
[761/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o
[762/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o
[763/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o
[764/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o
[765/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o
[766/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o
[767/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o
[768/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o
[769/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o
[770/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o
[771/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o
[772/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o
[773/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o
[774/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o
[775/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o
[776/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MLRegAllocPriorityAdvisor.cpp.o
[777/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineUniformityAnalysis.cpp.o
[778/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o
[779/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o
[780/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o
[781/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o
[782/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MLRegAllocEvictAdvisor.cpp.o
[783/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o
[784/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o
[785/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o
[786/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o
[787/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o
[788/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o
[789/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o
[790/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o
[791/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o
[792/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o
[793/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o
[794/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRSampleProfile.cpp.o
[795/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o
[796/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o
[797/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o
[798/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o
[799/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o
[800/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocScore.cpp.o
[801/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocEvictionAdvisor.cpp.o
[802/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o
[803/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCEmptyBasicBlocks.cpp.o
[804/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPriorityAdvisor.cpp.o
[805/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o
[806/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o
[807/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o
[808/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o
[809/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o
[810/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o
[811/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o
[812/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o
[813/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o
[814/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o
[815/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o
[816/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o
[817/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBank.cpp.o
[818/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o
[819/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o
[820/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o
[821/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o
[822/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o
[823/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o
[824/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o
[825/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveLoadsIntoFakeUses.cpp.o
[826/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o
[827/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o
[828/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBankInfo.cpp.o
[829/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o
[830/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o
[831/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SanitizerBinaryMetadata.cpp.o
[832/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o
[833/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o
[834/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o
[835/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o
[836/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o
[837/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o
[838/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StaticDataAnnotator.cpp.o
[839/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o
[840/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o
[841/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o
[842/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o
[843/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StaticDataSplitter.cpp.o
[844/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o
[845/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o
[846/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o
[847/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o
[848/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackFrameLayoutAnalysisPass.cpp.o
[849/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o
[850/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o
[851/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o
[852/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o
[853/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o
[854/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o
[855/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o
[856/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o
[857/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o
[858/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o
[859/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o
[860/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o
[861/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o
[862/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SelectOptimize.cpp.o
[863/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o
[864/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o
[865/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o
[866/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o
[867/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o
[868/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o
[869/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o
[870/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o
[871/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o
[872/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SDNodeInfo.cpp.o
[873/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VLIWMachineScheduler.cpp.o
[874/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o
[875/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o
[876/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o
[877/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o
[878/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o
[879/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WindowScheduler.cpp.o
[880/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o
[881/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o
[882/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o
[883/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o
[884/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o
[885/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o
[886/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o
[887/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o
[888/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o
[889/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o
[890/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o
[891/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o
[892/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o
[893/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o
[894/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o
[895/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o
[896/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o
[897/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o
[898/4784](31) Building CXX object lib/tf_runtime/CMakeFiles/tf_xla_runtime_objects.dir/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc.o
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:16:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/service/cpu/runtime_matmul.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/xla_aot_runtime_src/tensorflow/compiler/xla/service/cpu/runtime_matmul.cc:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
40 warnings generated.
[899/4784](31) Linking CXX static library lib/libtf_xla_runtime.a
warning: 'eigen_contraction_kernel.cc.o': has no symbols for architecture x86_64
[900/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o
[901/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o
[902/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o
[903/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o
[904/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o
[905/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o
[906/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o
[907/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o
[908/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o
[909/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o
[910/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o
[911/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o
[912/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o
[913/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o
[914/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o
[915/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o
[916/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o
[917/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o
[918/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o
[919/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o
[920/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o
[921/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o
[922/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o
[923/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o
[924/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o
[925/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o
[926/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o
[927/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o
[928/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o
[929/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o
[930/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o
[931/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelValueTracking.cpp.o
[932/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o
[933/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o
[934/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o
[935/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GIMatchTableExecutor.cpp.o
[936/4784](31) Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o
[937/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelperArtifacts.cpp.o
[938/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o
[939/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o
[940/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelperCompares.cpp.o
[941/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o
[942/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o
[943/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelperCasts.cpp.o
[944/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/COFF.cpp.o
[945/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o
[946/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o
[947/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o
[948/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelperVectorOps.cpp.o
[949/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o
[950/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o
[951/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o
[952/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o
[953/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o
[954/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o
[955/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o
[956/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/DXContainer.cpp.o
[957/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o
[958/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o
[959/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o
[960/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o
[961/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o
[962/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o
[963/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o
[964/4784](31) Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o
[965/4784](31) Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/Utils.cpp.o
[966/4784](31) Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o
[967/4784](31) Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o
[968/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o
[969/4784](31) Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerBase.cpp.o
[970/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o
[971/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o
[972/4784](31) Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o
[973/4784](31) Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o
[974/4784](31) Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o
[975/4784](31) Building CXX object lib/DWARFLinker/Classic/CMakeFiles/LLVMDWARFLinkerClassic.dir/DWARFLinkerDeclContext.cpp.o
[976/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o
[977/4784](31) Building CXX object lib/Frontend/HLSL/CMakeFiles/LLVMFrontendHLSL.dir/HLSLResource.cpp.o
[978/4784](31) Building CXX object lib/DWARFLinker/Classic/CMakeFiles/LLVMDWARFLinkerClassic.dir/DWARFLinkerCompileUnit.cpp.o
[979/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LoadStoreOpt.cpp.o
[980/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o
[981/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
[982/4784](31) Building CXX object lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o
[983/4784](31) Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o
[984/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o
[985/4784](31) Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o
[986/4784](31) Building CXX object lib/Frontend/Atomic/CMakeFiles/LLVMFrontendAtomic.dir/Atomic.cpp.o
[987/4784](31) Building CXX object lib/Frontend/Driver/CMakeFiles/LLVMFrontendDriver.dir/CodeGenOptions.cpp.o
[988/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DependencyTracker.cpp.o
[989/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/AcceleratorRecordsSaver.cpp.o
[990/4784](31) Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o
[991/4784](31) Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o
[992/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DIEAttributeCloner.cpp.o
[993/4784](31) Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o
[994/4784](31) Building CXX object lib/Frontend/Offloading/CMakeFiles/LLVMFrontendOffloading.dir/OffloadWrapper.cpp.o
[995/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o
[996/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o
[997/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o
[998/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFEmitterImpl.cpp.o
[999/4784](31) Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o
[1000/4784](31) Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o
[1001/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o
[1002/4784](31) Building CXX object lib/DWARFLinker/Classic/CMakeFiles/LLVMDWARFLinkerClassic.dir/DWARFStreamer.cpp.o
[1003/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinker.cpp.o
[1004/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o
[1005/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/OutputSections.cpp.o
[1006/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/SyntheticTypeNameBuilder.cpp.o
[1007/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o
[1008/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CountVisits.cpp.o
[1009/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinkerUnit.cpp.o
[1010/4784](31) Building CXX object lib/Frontend/Offloading/CMakeFiles/LLVMFrontendOffloading.dir/Utility.cpp.o
[1011/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o
[1012/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o
[1013/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o
[1014/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o
[1015/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DXILUpgrade.cpp.o
[1016/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o
[1017/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinkerCompileUnit.cpp.o
[1018/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o
[1019/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o
[1020/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o
[1021/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ControlFlowUtils.cpp.o
[1022/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o
[1023/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o
[1024/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinkerTypeUnit.cpp.o
[1025/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o
[1026/4784](31) Building CXX object lib/DWARFLinker/Classic/CMakeFiles/LLVMDWARFLinkerClassic.dir/DWARFLinker.cpp.o
[1027/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o
[1028/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeLayout.cpp.o
[1029/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o
[1030/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o
[1031/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o
[1032/4784](31) Building CXX object lib/DWARFLinker/Parallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinkerImpl.cpp.o
[1033/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o
[1034/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o
[1035/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o
[1036/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o
[1037/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o
[1038/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o
[1039/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o
[1040/4784](31) Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o
[1041/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o
[1042/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o
[1043/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o
[1044/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Instrumentation.cpp.o
[1045/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o
[1046/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o
[1047/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o
[1048/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerAtomic.cpp.o
[1049/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerIFunc.cpp.o
[1050/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o
[1051/4784](31) Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o
[1052/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o
[1053/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IRNormalizer.cpp.o
[1054/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerGlobalDtors.cpp.o
[1055/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o
[1056/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o
[1057/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o
[1058/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerVectorIntrinsics.cpp.o
[1059/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopConstrainer.cpp.o
[1060/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o
[1061/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o
[1062/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MisExpect.cpp.o
[1063/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o
[1064/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o
[1065/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o
[1066/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o
[1067/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o
[1068/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o
[1069/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o
[1070/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o
[1071/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o
[1072/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o
[1073/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o
[1074/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryTaggingSupport.cpp.o
[1075/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o
[1076/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o
[1077/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o
[1078/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o
[1079/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MoveAutoInit.cpp.o
[1080/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o
[1081/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileInference.cpp.o
[1082/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o
[1083/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o
[1084/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o
[1085/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o
[1086/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o
[1087/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o
[1088/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o
[1089/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o
[1090/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o
[1091/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o
[1092/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o
[1093/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o
[1094/4784](31) Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o
[1095/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o
[1096/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o
[1097/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o
[1098/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o
[1099/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BlockCoverageInference.cpp.o
[1100/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o
[1101/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o
[1102/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOForceFunctionAttrs.cpp.o
[1103/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o
[1104/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o
[1105/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/KCFI.cpp.o
[1106/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o
[1107/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/LowerAllowCheckPass.cpp.o
[1108/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/RealtimeSanitizer.cpp.o
[1109/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o
[1110/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/NumericalStabilitySanitizer.cpp.o
[1111/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOCtxProfLowering.cpp.o
[1112/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerBinaryMetadata.cpp.o
[1113/4784](31) Building CXX object lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o
[1114/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o
[1115/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o
[1116/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOCtxProfFlattening.cpp.o
[1117/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o
[1118/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o
[1119/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o
[1120/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/TypeSanitizer.cpp.o
[1121/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o
[1122/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o
[1123/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o
[1124/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o
[1125/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o
[1126/4784](31) Building CXX object lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o
[1127/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o
[1128/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o
[1129/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o
[1130/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o
[1131/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o
[1132/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o
[1133/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o
[1134/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o
[1135/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o
[1136/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o
[1137/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o
[1138/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o
[1139/4784](31) Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o
[1140/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o
[1141/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o
[1142/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o
[1143/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o
[1144/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o
[1145/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o
[1146/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o
[1147/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o
[1148/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o
[1149/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o
[1150/4784](31) Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o
[1151/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o
[1152/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o
[1153/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o
[1154/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o
[1155/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAlignment.cpp.o
[1156/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o
[1157/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o
[1158/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o
[1159/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o
[1160/4784](31) Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o
[1161/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o
[1162/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpTableToSwitch.cpp.o
[1163/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o
[1164/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o
[1165/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o
[1166/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o
[1167/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o
[1168/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o
[1169/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o
[1170/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o
[1171/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o
[1172/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o
[1173/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o
[1174/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o
[1175/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o
[1176/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o
[1177/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomicPass.cpp.o
[1178/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o
[1179/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o
[1180/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o
[1181/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o
[1182/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o
[1183/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o
[1184/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o
[1185/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o
[1186/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o
[1187/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o
[1188/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o
[1189/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o
[1190/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o
[1191/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o
[1192/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o
[1193/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o
[1194/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o
[1195/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o
[1196/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopTermFold.cpp.o
[1197/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o
[1198/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o
[1199/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o
[1200/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o
[1201/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o
[1202/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o
[1203/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o
[1204/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o
[1205/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o
[1206/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o
[1207/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o
[1208/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o
[1209/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o
[1210/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o
[1211/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o
[1212/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o
[1213/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o
[1214/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o
[1215/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o
[1216/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o
[1217/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o
[1218/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o
[1219/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o
[1220/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o
[1221/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o
[1222/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o
[1223/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o
[1224/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o
[1225/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o
[1226/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o
[1227/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o
[1228/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FatLTOCleanup.cpp.o
[1229/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o
[1230/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/EmbedBitcodePass.cpp.o
[1231/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o
[1232/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o
[1233/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o
[1234/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o
[1235/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o
[1236/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExpandVariadics.cpp.o
[1237/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o
[1238/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o
[1239/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o
[1240/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o
[1241/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o
[1242/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o
[1243/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o
[1244/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o
[1245/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o
[1246/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o
[1247/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o
[1248/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ModuleInliner.cpp.o
[1249/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o
[1250/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o
[1251/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o
[1252/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o
[1253/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o
[1254/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o
[1255/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o
[1256/4784](31) Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o
[1257/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o
[1258/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o
[1259/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o
[1260/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o
[1261/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/InstrMaps.cpp.o
[1262/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Interval.cpp.o
[1263/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o
[1264/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/DependencyGraph.cpp.o
[1265/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopIdiomVectorize.cpp.o
[1266/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileMatcher.cpp.o
[1267/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o
[1268/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/RegionsFromBBs.cpp.o
[1269/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/RegionsFromMetadata.cpp.o
[1270/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/TransactionAcceptOrRevert.cpp.o
[1271/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o
[1272/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/TransactionSave.cpp.o
[1273/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o
[1274/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Legality.cpp.o
[1275/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/SeedCollection.cpp.o
[1276/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o
[1277/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o
[1278/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SandboxVectorizer.cpp.o
[1279/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/BottomUpVec.cpp.o
[1280/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Scheduler.cpp.o
[1281/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/VecUtils.cpp.o
[1282/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SandboxVectorizerPassBuilder.cpp.o
[1283/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SeedCollector.cpp.o
[1284/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o
[1285/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o
[1286/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o
[1287/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o
[1288/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o
[1289/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanConstruction.cpp.o
[1290/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o
[1291/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o
[1292/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o
[1293/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanUtils.cpp.o
[1294/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o
[1295/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o
[1296/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o
[1297/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o
[1298/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanAnalysis.cpp.o
[1299/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroAnnotationElide.cpp.o
[1300/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o
[1301/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroConditionalWrapper.cpp.o
[1302/4784](31) Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o
[1303/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o
[1304/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanUnroll.cpp.o
[1305/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o
[1306/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o
[1307/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/SuspendCrossingInfo.cpp.o
[1308/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanRecipes.cpp.o
[1309/4784](31) Building CXX object lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o
[1310/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o
[1311/4784](31) Building CXX object lib/Transforms/HipStdPar/CMakeFiles/LLVMHipStdPar.dir/HipStdPar.cpp.o
[1312/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o
[1313/4784](31) Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o
[1314/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o
[1315/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o
[1316/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o
[1317/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o
[1318/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o
[1319/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/MaterializationUtils.cpp.o
[1320/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o
[1321/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/SpillUtils.cpp.o
[1322/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGSCCPrinter.cpp.o
[1323/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o
[1324/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o
[1325/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o
[1326/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o
[1327/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o
[1328/4784](31) Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o
[1329/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o
[1330/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CycleAnalysis.cpp.o
[1331/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o
[1332/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o
[1333/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o
[1334/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o
[1335/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o
[1336/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o
[1337/4784](31) Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o
[1338/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o
[1339/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o
[1340/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o
[1341/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o
[1342/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o
[1343/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o
[1344/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o
[1345/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o
[1346/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EphemeralValuesCache.cpp.o
[1347/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomConditionCache.cpp.o
[1348/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o
[1349/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o
[1350/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o
[1351/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o
[1352/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o
[1353/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o
[1354/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CtxProfAnalysis.cpp.o
[1355/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o
[1356/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o
[1357/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DXILMetadataAnalysis.cpp.o
[1358/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o
[1359/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o
[1360/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o
[1361/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o
[1362/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o
[1363/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o
[1364/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o
[1365/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o
[1366/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LastRunTrackingAnalysis.cpp.o
[1367/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DXILResource.cpp.o
[1368/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InteractiveModelRunner.cpp.o
[1369/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o
[1370/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o
[1371/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o
[1372/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o
[1373/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o
[1374/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o
[1375/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o
[1376/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o
[1377/4784](31) Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MemProfContextDisambiguation.cpp.o
[1378/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Local.cpp.o
[1379/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o
[1380/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o
[1381/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o
[1382/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/KernelInfo.cpp.o
[1383/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModelUnderTrainingRunner.cpp.o
[1384/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineOrder.cpp.o
[1385/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o
[1386/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/NoInferenceModelRunner.cpp.o
[1387/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o
[1388/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o
[1389/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o
[1390/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o
[1391/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o
[1392/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o
[1393/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o
[1394/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o
[1395/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o
[1396/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryProfileInfo.cpp.o
[1397/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o
[1398/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o
[1399/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o
[1400/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o
[1401/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o
[1402/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o
[1403/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o
[1404/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFLiteUtils.cpp.o
[1405/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o
[1406/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o
[1407/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o
[1408/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o
[1409/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o
[1410/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o
[1411/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o
[1412/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o
[1413/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o
[1414/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o
[1415/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StructuralHash.cpp.o
[1416/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o
[1417/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o
[1418/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o
[1419/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o
[1420/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o
[1421/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o
[1422/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o
[1423/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TrainingLogger.cpp.o
[1424/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o
[1425/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StaticDataProfileInfo.cpp.o
[1426/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o
[1427/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:342:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
342 | : std::integral_constant<bool, __has_trivial_constructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint16_t, Source = int16_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint16_t, Source = int16_t, $2 = (no value)]
188 | return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint32_t, Source = int32_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint32_t, Source = int32_t, $2 = (no value)]
191 | return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here
46 | type_traits_internal::is_trivially_copyable<Source>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:530:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
530 | (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:531:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
531 | (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:533:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here
533 | is_trivially_destructible<ExtentsRemoved>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:542:70: note: in instantiation of static data member 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>::kValue' requested here
542 | bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here
47 | type_traits_internal::is_trivially_copyable<Dest>::value &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here
153 | typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = uint64_t, Source = int64_t]
155 | inline Dest bit_cast(const Source& source) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | Dest dest;
| ~~~~~~~~~~
157 | memcpy(static_cast<void*>(std::addressof(dest)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158 | static_cast<const void*>(std::addressof(source)), sizeof(dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159 | return dest;
| ~~~~~~~~~~~~
160 | }
| ~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = uint64_t, Source = int64_t, $2 = (no value)]
194 | return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string_view>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string_view>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string_view>' requested here
174 | bool unused = absl::is_trivially_copy_constructible<T>::value&&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string_view>' requested here
175 | absl::is_trivially_copy_assignable<typename std::remove_cv<
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string_view>' required here
119 | class optional : private optional_internal::optional_data<T>,
| ^~~~~~~~~~~~~~~~
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:651:54: note: in instantiation of template class 'absl::optional<std::string_view>' requested here
651 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:78:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/functional/function_ref.h:124:16: warning: definition of implicit copy constructor for 'FunctionRef<void (std::string_view)>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
124 | FunctionRef& operator=(const FunctionRef& rhs) = delete;
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:1325:33: note: in implicit copy constructor for 'absl::FunctionRef<void (std::string_view)>' first required here
1325 | return ForEachChunkAux(rep, callback);
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring.h:22:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:193:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
193 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:206:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
206 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:221:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
221 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:298:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
298 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:424:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
424 | default:
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/ctstring_internal.h:450:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
450 | default:
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:94:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h:395:34: warning: cast from 'const typename TensorConvolutionOp<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>::Scalar *' to 'void *' drops const qualifier [-Wcast-qual]
395 | m_device.deallocate((void*)m_kernel);
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:114:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h:130:9: warning: variable 'num_distinct_reduce_dims' set but not used [-Wunused-but-set-variable]
130 | int num_distinct_reduce_dims = 0;
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
/Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:70:10: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
70 | static const ::int64_t ArgSize(::tensorflow::int32 index) {
| ^~~~~
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:293:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
293 | : std::integral_constant<bool, __has_trivial_destructor(T) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:91:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here
91 | absl::is_trivially_destructible<T>::value> {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:414:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here
414 | std::is_lvalue_reference<T>>::type::type {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/cpu_function_runtime.h:19:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/types.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/tstring.h:24:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/cord.h:25:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/platform/default/cord.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:73:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/internal/endian.h:29:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/base/casts.h:34:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:486:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
486 | bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
226 | : std::conditional<T::value, conjunction<Ts...>, T>::type {};
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/meta/type_traits.h:226:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/internal/inlined_vector.h:332:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here
332 | } else if (IsMemcpyOk::value) {
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/container/inlined_vector.h:248:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here
248 | ~InlinedVector() {}
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/absl/strings/cord.h:345:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here
345 | class ChunkIterator {
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::VALUE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::VALUE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2015:47: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::VALUE>::run' requested here
2015 | return EIGEN_MATHFUNC_IMPL(igamma, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:37:41: note: in instantiation of function template specialization 'Eigen::numext::igamma<float>' requested here
37 | return Eigen::bfloat16(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2021:53: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::DERIVATIVE>::run' requested here
2021 | return EIGEN_MATHFUNC_IMPL(igamma_der_a, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:41:41: note: in instantiation of function template specialization 'Eigen::numext::igamma_der_a<float>' requested here
41 | return Eigen::bfloat16(Eigen::numext::igamma_der_a(static_cast<float>(a), static_cast<float>(x)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:874:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
874 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1091:51: note: in instantiation of member function 'Eigen::internal::igammac_cf_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1091 | Scalar ret = igammac_cf_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
In file included from /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp:65:
In file included from /Volumes/Work/s/w/ir/x/w/llvm_build/lib/Analysis/InlinerSizeModel.h:14:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h:23:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/executable_run_options.h:21:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/compiler/xla/types.h:22:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/framework/numeric_types.h:20:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/Tensor:18:
In file included from /Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../SpecialFunctions:69:
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:945:7: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
945 | default: // this is needed to suppress clang warning
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:1099:46: note: in instantiation of member function 'Eigen::internal::igamma_series_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
1099 | return igamma_series_impl<Scalar, mode>::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsImpl.h:2027:63: note: in instantiation of member function 'Eigen::internal::igamma_generic_impl<float, Eigen::internal::SAMPLE_DERIVATIVE>::run' requested here
2027 | return EIGEN_MATHFUNC_IMPL(gamma_sample_der_alpha, Scalar)::run(a, x);
| ^
/Volumes/Work/s/w/ir/x/w/rc/tensorflow-venv/store/python_venv-jbdvf9tjpfvpgp6drbbgb1jsuo/contents/lib/python3.8/site-packages/tensorflow/include/unsupported/Eigen/CXX11/../src/SpecialFunctions/SpecialFunctionsBFloat16.h:45:41: note: in instantiation of function template specialization 'Eigen::numext::gamma_sample_der_alpha<float>' requested here
45 | return Eigen::bfloat16(Eigen::numext::gamma_sample_der_alpha(static_cast<float>(alpha), static_cast<float>(sample)));
| ^
43 warnings generated.
[1428/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o
[1429/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TensorSpec.cpp.o
[1430/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o
[1431/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o
[1432/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o
[1433/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o
[1434/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o
[1435/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o
[1436/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o
[1437/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/DXContainerRootSignature.cpp.o
[1438/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o
[1439/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o
[1440/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o
[1441/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o
[1442/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/DXContainerPSVInfo.cpp.o
[1443/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o
[1444/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/GOFFObjectWriter.cpp.o
[1445/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o
[1446/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoGOFF.cpp.o
[1447/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o
[1448/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o
[1449/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o
[1450/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o
[1451/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o
[1452/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o
[1453/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o
[1454/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o
[1455/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o
[1456/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/UniformityAnalysis.cpp.o
[1457/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o
[1458/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o
[1459/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDXContainerStreamer.cpp.o
[1460/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o
[1461/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o
[1462/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDXContainerWriter.cpp.o
[1463/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o
[1464/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o
[1465/4784](31) Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o
[1466/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o
[1467/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o
[1468/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o
[1469/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.cpp.o
[1470/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o
[1471/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCGOFFStreamer.cpp.o
[1472/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o
[1473/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o
[1474/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o
[1475/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o
[1476/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o
[1477/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o
[1478/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o
[1479/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionDXContainer.cpp.o
[1480/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o
[1481/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o
[1482/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o
[1483/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o
[1484/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o
[1485/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o
[1486/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o
[1487/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o
[1488/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o
[1489/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o
[1490/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o
[1491/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o
[1492/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o
[1493/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o
[1494/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o
[1495/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o
[1496/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o
[1497/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
[1498/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o
[1499/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSPIRVStreamer.cpp.o
[1500/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o
[1501/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o
[1502/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o
[1503/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o
[1504/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o
[1505/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o
[1506/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o
[1507/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o
[1508/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o
[1509/4784](31) Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o
[1510/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/SPIRVObjectWriter.cpp.o
[1511/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o
[1512/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o
[1513/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o
[1514/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o
[1515/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o
[1516/4784](31) Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o
[1517/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/TargetRegistry.cpp.o
[1518/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/GOFFAsmParser.cpp.o
[1519/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o
[1520/4784](31) Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o
[1521/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o
[1522/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o
[1523/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o
[1524/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o
[1525/4784](31) Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o
[1526/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o
[1527/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o
[1528/4784](31) Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o
[1529/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o
[1530/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
[1531/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o
[1532/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o
[1533/4784](31) Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o
[1534/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o
[1535/4784](31) Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o
[1536/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o
[1537/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o
[1538/4784](31) Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o
[1539/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ConfigManager.cpp.o
[1540/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/CommonConfig.cpp.o
[1541/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/Archive.cpp.o
[1542/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFReader.cpp.o
[1543/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFWriter.cpp.o
[1544/4784](31) Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o
[1545/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFObject.cpp.o
[1546/4784](31) Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o
[1547/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFObjcopy.cpp.o
[1548/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmObject.cpp.o
[1549/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmReader.cpp.o
[1550/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmWriter.cpp.o
[1551/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ObjCopy.cpp.o
[1552/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFReader.cpp.o
[1553/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFWriter.cpp.o
[1554/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOLayoutBuilder.cpp.o
[1555/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFObjcopy.cpp.o
[1556/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOWriter.cpp.o
[1557/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmObjcopy.cpp.o
[1558/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o
[1559/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o
[1560/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o
[1561/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o
[1562/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOObject.cpp.o
[1563/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOReader.cpp.o
[1564/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o
[1565/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o
[1566/4784](31) Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o
[1567/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o
[1568/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/DXContainer.cpp.o
[1569/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o
[1570/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/GOFFObjectFile.cpp.o
[1571/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/BuildID.cpp.o
[1572/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o
[1573/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOObjcopy.cpp.o
[1574/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o
[1575/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o
[1576/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o
[1577/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o
[1578/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ELF/ELFObjcopy.cpp.o
[1579/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o
[1580/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o
[1581/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o
[1582/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o
[1583/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o
[1584/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o
[1585/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
[1586/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o
[1587/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o
[1588/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o
[1589/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o
[1590/4784](31) Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o
[1591/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o
[1592/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o
[1593/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o
[1594/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o
[1595/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o
[1596/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/OffloadBinary.cpp.o
[1597/4784](31) Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o
[1598/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/GOFFYAML.cpp.o
[1599/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o
[1600/4784](31) Linking CXX static library lib/libLLVMRemarks.a
[1601/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o
[1602/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/OffloadEmitter.cpp.o
[1603/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o
[1604/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/OffloadYAML.cpp.o
[1605/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o
[1606/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o
[1607/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o
[1608/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DXContainerYAML.cpp.o
[1609/4784](31) Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/BuildIDFetcher.cpp.o
[1610/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o
[1611/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o
[1612/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/GOFFEmitter.cpp.o
[1613/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o
[1614/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o
[1615/4784](31) Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/HTTPClient.cpp.o
[1616/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o
[1617/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o
[1618/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o
[1619/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DXContainerEmitter.cpp.o
[1620/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o
[1621/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o
[1622/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o
[1623/4784](31) Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o
[1624/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o
[1625/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o
[1626/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o
[1627/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o
[1628/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o
[1629/4784](31) Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ELF/ELFObject.cpp.o
[1630/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o
[1631/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o
[1632/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o
[1633/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o
[1634/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o
[1635/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o
[1636/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o
[1637/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o
[1638/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o
[1639/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o
[1640/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o
[1641/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o
[1642/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o
[1643/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o
[1644/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o
[1645/4784](31) Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o
[1646/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o
[1647/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o
[1648/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o
[1649/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o
[1650/4784](31) Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/Debuginfod.cpp.o
[1651/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o
[1652/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o
[1653/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o
[1654/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o
[1655/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o
[1656/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o
[1657/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o
[1658/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o
[1659/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o
[1660/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o
[1661/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o
[1662/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ExtractRanges.cpp.o
[1663/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o
[1664/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o
[1665/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o
[1666/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/MergedFunctionsInfo.cpp.o
[1667/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o
[1668/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o
[1669/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o
[1670/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o
[1671/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o
[1672/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o
[1673/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o
[1674/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o
[1675/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o
[1676/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o
[1677/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o
[1678/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o
[1679/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o
[1680/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o
[1681/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o
[1682/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/CallSiteInfo.cpp.o
[1683/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o
[1684/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o
[1685/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o
[1686/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o
[1687/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o
[1688/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o
[1689/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o
[1690/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o
[1691/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o
[1692/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o
[1693/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o
[1694/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o
[1695/4784](31) Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o
[1696/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o
[1697/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o
[1698/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o
[1699/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o
[1700/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o
[1701/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o
[1702/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o
[1703/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o
[1704/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o
[1705/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o
[1706/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o
[1707/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o
[1708/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o
[1709/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o
[1710/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o
[1711/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o
[1712/4784](31) Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/HTTPServer.cpp.o
[1713/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o
[1714/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o
[1715/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o
[1716/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o
[1717/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o
[1718/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o
[1719/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o
[1720/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o
[1721/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o
[1722/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/FormatUtil.cpp.o
[1723/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o
[1724/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o
[1725/4784](31) Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o
[1726/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o
[1727/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o
[1728/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o
[1729/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o
[1730/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o
[1731/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o
[1732/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o
[1733/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o
[1734/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o
[1735/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o
[1736/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o
[1737/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o
[1738/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o
[1739/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o
[1740/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o
[1741/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o
[1742/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o
[1743/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o
[1744/4784](31) Linking CXX static library lib/libLLVMDebugInfoBTF.a
[1745/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/LinePrinter.cpp.o
[1746/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o
[1747/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o
[1748/4784](31) Linking CXX static library lib/libLLVMOrcShared.a
[1749/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o
[1750/4784](31) Building COFFOptions.inc...
[1751/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o
[1752/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InputFile.cpp.o
[1753/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o
[1754/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o
[1755/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o
[1756/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o
[1757/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o
[1758/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o
[1759/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o
[1760/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o
[1761/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o
[1762/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o
[1763/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o
[1764/4784](31) Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Markup.cpp.o
[1765/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o
[1766/4784](31) Building CXX object lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o
[1767/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o
[1768/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o
[1769/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o
[1770/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o
[1771/4784](31) Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o
[1772/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/DefaultHostBootstrapValues.cpp.o
[1773/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o
[1774/4784](31) Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o
[1775/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o
[1776/4784](31) Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/MarkupFilter.cpp.o
[1777/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/ExecutorSharedMemoryMapperService.cpp.o
[1778/4784](31) Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o
[1779/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/CompactUnwindSupport.cpp.o
[1780/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o
[1781/4784](31) Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o
[1782/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/DWARFRecordSectionSplitter.cpp.o
[1783/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o
[1784/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o
[1785/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o
[1786/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFF.cpp.o
[1787/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFFDirectiveParser.cpp.o
[1788/4784](31) Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o
[1789/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o
[1790/4784](31) Building CXX object lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o
[1791/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o
[1792/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/XCOFF.cpp.o
[1793/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o
[1794/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/XCOFF_ppc64.cpp.o
[1795/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o
[1796/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderPerf.cpp.o
[1797/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderVTune.cpp.o
[1798/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o
[1799/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o
[1800/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o
[1801/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o
[1802/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/i386.cpp.o
[1803/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFF_x86_64.cpp.o
[1804/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o
[1805/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/XCOFFLinkGraphBuilder.cpp.o
[1806/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ppc64.cpp.o
[1807/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/loongarch.cpp.o
[1808/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o
[1809/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/aarch64.cpp.o
[1810/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFFLinkGraphBuilder.cpp.o
[1811/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/aarch32.cpp.o
[1812/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_i386.cpp.o
[1813/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o
[1814/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_aarch32.cpp.o
[1815/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleExecutorDylibManager.cpp.o
[1816/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/OrcRTBootstrap.cpp.o
[1817/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/UnwindInfoManager.cpp.o
[1818/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_aarch64.cpp.o
[1819/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleRemoteEPCServer.cpp.o
[1820/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o
[1821/4784](31) Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleExecutorMemoryManager.cpp.o
[1822/4784](31) Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o
[1823/4784](31) Building ARMGenAsmMatcher.inc...
[1824/4784](31) Building ARMGenCallingConv.inc...
[1825/4784](31) Building ARMGenAsmWriter.inc...
[1826/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_loongarch.cpp.o
[1827/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_ppc64.cpp.o
[1828/4784](31) Building X86GenCallingConv.inc...
[1829/4784](31) Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o
[1830/4784](31) Building ARMGenDisassemblerTables.inc...
[1831/4784](31) Building X86GenExegesis.inc...
[1832/4784](31) Building ARMGenMCPseudoLowering.inc...
[1833/4784](31) Building ARMGenMCCodeEmitter.inc...
[1834/4784](31) Building ARMGenFastISel.inc...
[1835/4784](31) Building ARMGenRegisterBank.inc...
[1836/4784](31) Building ARMGenRegisterInfo.inc...
[1837/4784](31) Building ARMGenSystemRegister.inc...
[1838/4784](31) Building X86GenAsmWriter.inc...
[1839/4784](31) Building X86GenRegisterBank.inc...
[1840/4784](31) Building X86GenAsmWriter1.inc...
[1841/4784](31) Building ARMGenDAGISel.inc...
[1842/4784](31) Building X86GenRegisterInfo.inc...
[1843/4784](31) Building X86GenAsmMatcher.inc...
[1844/4784](31) Building ARMGenGlobalISel.inc...
[1845/4784](31) Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o
[1846/4784](31) Building X86GenMnemonicTables.inc...
[1847/4784](31) Building X86GenInstrMapping.inc...
[1848/4784](31) Building X86GenDisassemblerTables.inc...
[1849/4784](31) Building AArch64GenCallingConv.inc...
[1850/4784](31) Building ARMGenSubtargetInfo.inc...
[1851/4784](31) Building X86GenFoldTables.inc...
[1852/4784](31) Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o
[1853/4784](31) Building ARMGenInstrInfo.inc...
[1854/4784](31) Building AArch64GenExegesis.inc...
[1855/4784](31) Building AArch64GenAsmWriter.inc...
[1856/4784](31) Building AArch64GenAsmWriter1.inc...
[1857/4784](31) Building AArch64GenMCPseudoLowering.inc...
[1858/4784](31) Building AArch64GenDisassemblerTables.inc...
[1859/4784](31) Building AArch64GenMCCodeEmitter.inc...
[1860/4784](31) Building AArch64GenO0PreLegalizeGICombiner.inc...
[1861/4784](31) Building AArch64GenPostLegalizeGICombiner.inc...
[1862/4784](31) Building AArch64GenAsmMatcher.inc...
[1863/4784](31) Building AArch64GenPostLegalizeGILowering.inc...
[1864/4784](31) Building AArch64GenPreLegalizeGICombiner.inc...
[1865/4784](31) Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o
[1866/4784](31) Building AArch64GenSystemOperands.inc...
[1867/4784](31) Building AArch64GenRegisterBank.inc...
[1868/4784](31) Building AArch64GenFastISel.inc...
[1869/4784](31) Building X86GenFastISel.inc...
[1870/4784](31) Building AArch64GenRegisterInfo.inc...
[1871/4784](31) Building RISCVGenCompressInstEmitter.inc...
[1872/4784](31) Building RISCVGenExegesis.inc...
[1873/4784](31) Building RISCVGenAsmMatcher.inc...
[1874/4784](31) Building RISCVGenAsmWriter.inc...
[1875/4784](31) Building RISCVGenDisassemblerTables.inc...
[1876/4784](31) Building X86GenGlobalISel.inc...
[1877/4784](31) Building AArch64GenGlobalISel.inc...
[1878/4784](31) Building AArch64GenDAGISel.inc...
[1879/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o
[1880/4784](31) Building X86GenDAGISel.inc...
[1881/4784](31) Building X86GenSubtargetInfo.inc...
[1882/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o
[1883/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o
[1884/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBranchTargets.cpp.o
[1885/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o
[1886/4784](31) Building X86GenInstrInfo.inc...
[1887/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFixCortexA57AES1742098Pass.cpp.o
[1888/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o
[1889/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o
[1890/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o
[1891/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o
[1892/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o
[1893/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o
[1894/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o
[1895/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o
[1896/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o
[1897/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o
[1898/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBlockPlacement.cpp.o
[1899/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o
[1900/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o
[1901/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o
[1902/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o
[1903/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o
[1904/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o
[1905/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o
[1906/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o
[1907/4784](31) Building AArch64GenSubtargetInfo.inc...
[1908/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o
[1909/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o
[1910/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o
[1911/4784](31) Building AArch64GenInstrInfo.inc...
[1912/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o
[1913/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o
[1914/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ArgumentStackSlotRebase.cpp.o
[1915/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o
[1916/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSLSHardening.cpp.o
[1917/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o
[1918/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o
[1919/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o
[1920/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o
[1921/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o
[1922/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o
[1923/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o
[1924/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o
[1925/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o
[1926/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o
[1927/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o
[1928/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o
[1929/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastPreTileConfig.cpp.o
[1930/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o
[1931/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o
[1932/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupInstTuning.cpp.o
[1933/4784](31) Building RISCVGenDAGISel.inc...
[1934/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o
[1935/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o
[1936/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o
[1937/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o
[1938/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o
[1939/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupVectorConstants.cpp.o
[1940/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DynAllocaExpander.cpp.o
[1941/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o
[1942/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o
[1943/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o
[1944/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o
[1945/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o
[1946/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o
[1947/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o
[1948/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o
[1949/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CompressEVEX.cpp.o
[1950/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o
[1951/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o
[1952/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o
[1953/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CodeGenPassBuilder.cpp.o
[1954/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o
[1955/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o
[1956/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o
[1957/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o
[1958/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o
[1959/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o
[1960/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o
[1961/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLoweringCall.cpp.o
[1962/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o
[1963/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnThunks.cpp.o
[1964/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o
[1965/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o
[1966/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o
[1967/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o
[1968/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o
[1969/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o
[1970/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o
[1971/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o
[1972/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o
[1973/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o
[1974/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o
[1975/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86EncodingOptimization.cpp.o
[1976/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o
[1977/4784](31) Building CXX object lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o
[1978/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinFixupBufferSecurityCheck.cpp.o
[1979/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o
[1980/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o
[1981/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o
[1982/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o
[1983/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o
[1984/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o
[1985/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o
[1986/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o
[1987/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o
[1988/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MnemonicTables.cpp.o
[1989/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o
[1990/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/GISel/X86RegisterBankInfo.cpp.o
[1991/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o
[1992/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o
[1993/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/GISel/X86CallLowering.cpp.o
[1994/4784](31) Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o
[1995/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/GISel/X86LegalizerInfo.cpp.o
[1996/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o
[1997/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o
[1998/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o
[1999/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/GISel/X86InstructionSelector.cpp.o
[2000/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o
[2001/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o
[2002/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMInstPrinter.cpp.o
[2003/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o
[2004/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o
[2005/4784](31) Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o
[2006/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o
[2007/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o
[2008/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o
[2009/4784](31) Building CXX object lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o
[2010/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o
[2011/4784](31) Building CXX object lib/Target/ARM/Utils/CMakeFiles/LLVMARMUtils.dir/ARMBaseInfo.cpp.o
[2012/4784](31) Linking CXX static library lib/libLLVMARMUtils.a
[2013/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o
[2014/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o
[2015/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o
[2016/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o
[2017/4784](31) Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o
[2018/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEVPTBlockPass.cpp.o
[2019/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o
[2020/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVELaneInterleavingPass.cpp.o
[2021/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o
[2022/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEGatherScatterLowering.cpp.o
[2023/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLatencyMutations.cpp.o
[2024/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o
[2025/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETPAndVPTOptimisationsPass.cpp.o
[2026/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o
[2027/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o
[2028/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o
[2029/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETailPredication.cpp.o
[2030/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o
[2031/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o
[2032/4784](31) Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o
[2033/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o
[2034/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64GlobalISelUtils.cpp.o
[2035/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandImm.cpp.o
[2036/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o
[2037/4784](31) Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o
[2038/4784](31) Building CXX object lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o
[2039/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64RegisterBankInfo.cpp.o
[2040/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Arm64ECCallLowering.cpp.o
[2041/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostSelectOptimize.cpp.o
[2042/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64CallLowering.cpp.o
[2043/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o
[2044/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64O0PreLegalizerCombiner.cpp.o
[2045/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o
[2046/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o
[2047/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallingConvention.cpp.o
[2048/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o
[2049/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o
[2050/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o
[2051/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerCombiner.cpp.o
[2052/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64BranchTargets.cpp.o
[2053/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64LegalizerInfo.cpp.o
[2054/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o
[2055/4784](31) Building CXX object lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o
[2056/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o
[2057/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o
[2058/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PreLegalizerCombiner.cpp.o
[2059/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerLowering.cpp.o
[2060/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CompressJumpTables.cpp.o
[2061/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o
[2062/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o
[2063/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o
[2064/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineScheduler.cpp.o
[2065/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o
[2066/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MIPeepholeOpt.cpp.o
[2067/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o
[2068/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineFunctionInfo.cpp.o
[2069/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LowerHomogeneousPrologEpilog.cpp.o
[2070/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SMEABIPass.cpp.o
[2071/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o
[2072/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o
[2073/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o
[2074/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o
[2075/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SpeculationHardening.cpp.o
[2076/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o
[2077/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o
[2078/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64InstructionSelector.cpp.o
[2079/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PostCoalescerPass.cpp.o
[2080/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PointerAuth.cpp.o
[2081/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o
[2082/4784](31) Building CXX object lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o
[2083/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o
[2084/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTaggingPreRA.cpp.o
[2085/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SLSHardening.cpp.o
[2086/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o
[2087/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SVEIntrinsicOpts.cpp.o
[2088/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o
[2089/4784](31) Building CXX object lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o
[2090/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SMEPeepholeOpt.cpp.o
[2091/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o
[2092/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o
[2093/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o
[2094/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o
[2095/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SIMDInstrOpt.cpp.o
[2096/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o
[2097/4784](31) Building CXX object lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64SMEAttributes.cpp.o
[2098/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o
[2099/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTagging.cpp.o
[2100/4784](31) Building CXX object lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o
[2101/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o
[2102/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o
[2103/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o
[2104/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64InstPrinter.cpp.o
[2105/4784](31) Building RISCVGenMCPseudoLowering.inc...
[2106/4784](31) Building RISCVGenMacroFusion.inc...
[2107/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o
[2108/4784](31) Building RISCVGenMCCodeEmitter.inc...
[2109/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Argument.cpp.o
[2110/4784](31) Building RISCVGenO0PreLegalizeGICombiner.inc...
[2111/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Pass.cpp.o
[2112/4784](31) Building RISCVGenPostLegalizeGICombiner.inc...
[2113/4784](31) Building CXX object lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o
[2114/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/PassManager.cpp.o
[2115/4784](31) Building RISCVGenPreLegalizeGICombiner.inc...
[2116/4784](31) Building RISCVGenRegisterBank.inc...
[2117/4784](31) Building RISCVGenRegisterInfo.inc...
[2118/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o
[2119/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Function.cpp.o
[2120/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o
[2121/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Module.cpp.o
[2122/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Constant.cpp.o
[2123/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o
[2124/4784](31) Building RISCVGenSearchableTables.inc...
[2125/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/BasicBlock.cpp.o
[2126/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Type.cpp.o
[2127/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Use.cpp.o
[2128/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/User.cpp.o
[2129/4784](31) Building RISCVGenSubtargetInfo.inc...
[2130/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Value.cpp.o
[2131/4784](31) Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o
[2132/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Tracker.cpp.o
[2133/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/OptimizationLevel.cpp.o
[2134/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SymbolRemappingReader.cpp.o
[2135/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Region.cpp.o
[2136/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Context.cpp.o
[2137/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o
[2138/4784](31) Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o
[2139/4784](31) Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o
[2140/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o
[2141/4784](31) Building CXX object lib/SandboxIR/CMakeFiles/LLVMSandboxIR.dir/Instruction.cpp.o
[2142/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/PGOCtxProfWriter.cpp.o
[2143/4784](31) Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o
[2144/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o
[2145/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/PGOCtxProfReader.cpp.o
[2146/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/ARMTargetParserCommon.cpp.o
[2147/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfCorrelator.cpp.o
[2148/4784](31) Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o
[2149/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/CSKYTargetParser.cpp.o
[2150/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o
[2151/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/ARMTargetParser.cpp.o
[2152/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/LoongArchTargetParser.cpp.o
[2153/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/PPCTargetParser.cpp.o
[2154/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/AArch64TargetParser.cpp.o
[2155/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/Host.cpp.o
[2156/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/MemProf.cpp.o
[2157/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/SubtargetFeature.cpp.o
[2158/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/TargetParser.cpp.o
[2159/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/RISCVTargetParser.cpp.o
[2160/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o
[2161/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/X86TargetParser.cpp.o
[2162/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o
[2163/4784](31) Building CXX object lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o
[2164/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o
[2165/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o
[2166/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o
[2167/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/RISCVISAInfo.cpp.o
[2168/4784](31) Building Options.inc...
[2169/4784](31) Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/Triple.cpp.o
[2170/4784](31) Linking CXX static library lib/libLLVMTargetParser.a
[2171/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o
[2172/4784](31) Linking CXX static library lib/libLLVMBinaryFormat.a
[2173/4784](31) Linking CXX static library lib/libLLVMOrcTargetProcess.a
[2174/4784](31) Linking CXX static library lib/libLLVMCore.a
[2175/4784](31) Linking CXX static library lib/libLLVMMC.a
warning: 'MCAsmMacro.cpp.o': has no symbols for architecture x86_64
[2176/4784](31) Linking CXX static library lib/libLLVMBitReader.a
[2177/4784](31) Linking CXX static library lib/libLLVMFrontendHLSL.a
warning: 'HLSLResource.cpp.o': has no symbols for architecture x86_64
[2178/4784](31) Linking CXX static library lib/libLLVMCFGuard.a
[2179/4784](31) Linking CXX static library lib/libLLVMMCParser.a
[2180/4784](31) Linking CXX static library lib/libLLVMMCDisassembler.a
[2181/4784](31) Linking CXX static library lib/libLLVMX86Info.a
[2182/4784](31) Linking CXX static library lib/libLLVMARMInfo.a
[2183/4784](31) Linking CXX static library lib/libLLVMX86Disassembler.a
[2184/4784](31) Linking CXX static library lib/libLLVMX86Desc.a
[2185/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o
[2186/4784](31) Linking CXX static library lib/libLLVMAArch64Info.a
[2187/4784](31) Linking CXX static library lib/libLLVMX86AsmParser.a
[2188/4784](31) Building Options.inc...
[2189/4784](31) Linking CXX static library lib/libLLVMAArch64Utils.a
[2190/4784](31) Linking CXX static library lib/libLLVMAArch64Desc.a
[2191/4784](31) Linking CXX static library lib/libLLVMAArch64AsmParser.a
[2192/4784](31) Linking CXX static library lib/libLLVMAArch64Disassembler.a
[2193/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ItaniumManglingCanonicalizer.cpp.o
[2194/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/RecordVisitor.cpp.o
[2195/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o
[2196/4784](31) Building RISCVGenInstrInfo.inc...
[2197/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextAPIError.cpp.o
[2198/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/SymbolSet.cpp.o
[2199/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o
[2200/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o
[2201/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o
[2202/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o
[2203/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/RecordsSlice.cpp.o
[2204/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o
[2205/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o
[2206/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o
[2207/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o
[2208/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o
[2209/4784](31) Building Options.inc...
[2210/4784](31) Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/MemProfReader.cpp.o
[2211/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Utils.cpp.o
[2212/4784](31) Building Options.inc...
[2213/4784](31) Building Options.inc...
[2214/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o
[2215/4784](31) Building Options.inc...
[2216/4784](31) Building Options.inc...
[2217/4784](31) Building arm_cde_builtins.inc...
[2218/4784](31) Building arm_sme_streaming_attrs.inc...
[2219/4784](31) Building arm_sme_builtins_za_state.inc...
[2220/4784](31) Building arm_cde_builtin_cg.inc...
[2221/4784](31) Building arm_cde_builtin_aliases.inc...
[2222/4784](31) Building arm_cde_builtin_sema.inc...
[2223/4784](31) Building riscv_sifive_vector_builtins.inc...
[2224/4784](31) Building riscv_sifive_vector_builtin_cg.inc...
[2225/4784](31) Building riscv_sifive_vector_builtin_sema.inc...
[2226/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o
[2227/4784](31) Building AttrParserStringSwitches.inc...
[2228/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o
[2229/4784](31) Building AttrSubMatchRulesParserStringSwitches.inc...
[2230/4784](31) Building AttrTemplateInstantiate.inc...
[2231/4784](31) Building AttrParsedAttrKinds.inc...
[2232/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o
[2233/4784](31) Building riscv_vector_builtins.inc...
[2234/4784](31) Building riscv_vector_builtin_sema.inc...
[2235/4784](31) Building AttrSpellingListIndex.inc...
[2236/4784](31) Building AttrPCHWrite.inc...
[2237/4784](31) Building AttrPCHRead.inc...
[2238/4784](31) Building Options.inc...
[2239/4784](31) Building AttrParsedAttrImpl.inc...
[2240/4784](31) Building Nodes.inc...
[2241/4784](31) Building Checkers.inc...
[2242/4784](31) Building riscv_vector_builtin_cg.inc...
[2243/4784](31) Building NodeClasses.inc...
[2244/4784](31) Building arm_fp16.h...
[2245/4784](31) Building arm_bf16.h...
[2246/4784](31) Building arm_cde.h...
[2247/4784](31) Building arm_sme.h...
[2248/4784](31) Building arm_vector_types.h...
[2249/4784](31) Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o
[2250/4784](31) Building riscv_vector.h...
[2251/4784](31) Building arm_mve.h...
[2252/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o
[2253/4784](31) Building arm_sve.h...
[2254/4784](31) Building arm_neon.h...
[2255/4784](31) Copying clang's builtins.h...
[2256/4784](31) Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o
[2257/4784](31) Copying clang's float.h...
[2258/4784](31) Copying clang's inttypes.h...
[2259/4784](31) Copying clang's iso646.h...
[2260/4784](31) Copying clang's module.modulemap...
[2261/4784](31) Copying clang's limits.h...
[2262/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/CodeGenPassBuilder.cpp.o
[2263/4784](31) Generating VCSVersion.inc
[2264/4784](31) Copying clang's stdalign.h...
[2265/4784](31) Copying clang's stdarg.h...
[2266/4784](31) Copying clang's __stdarg___va_copy.h...
[2267/4784](31) Copying clang's __stdarg___gnuc_va_list.h...
[2268/4784](31) Building CXX object lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o
[2269/4784](31) Copying clang's __stdarg_header_macro.h...
[2270/4784](31) Copying clang's __stdarg_va_arg.h...
[2271/4784](31) Copying clang's __stdarg_va_list.h...
[2272/4784](31) Copying clang's __stdarg_va_copy.h...
[2273/4784](31) Copying clang's stdatomic.h...
[2274/4784](31) Copying clang's stdbool.h...
[2275/4784](31) Copying clang's stdckdint.h...
[2276/4784](31) Copying clang's stddef.h...
[2277/4784](31) Copying clang's __stddef_header_macro.h...
[2278/4784](31) Copying clang's __stddef_max_align_t.h...
[2279/4784](31) Copying clang's __stddef_null.h...
[2280/4784](31) Copying clang's __stddef_nullptr_t.h...
[2281/4784](31) Copying clang's __stddef_offsetof.h...
[2282/4784](31) Copying clang's __stddef_ptrdiff_t.h...
[2283/4784](31) Copying clang's __stddef_rsize_t.h...
[2284/4784](31) Copying clang's __stddef_wint_t.h...
[2285/4784](31) Copying clang's __stddef_size_t.h...
[2286/4784](31) Copying clang's __stddef_unreachable.h...
[2287/4784](31) Copying clang's __stddef_wchar_t.h...
[2288/4784](31) Copying clang's stdint.h...
[2289/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o
[2290/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o
[2291/4784](31) Copying clang's stdnoreturn.h...
[2292/4784](31) Copying clang's varargs.h...
[2293/4784](31) Copying clang's tgmath.h...
[2294/4784](31) Copying clang's unwind.h...
[2295/4784](31) Copying clang's arm_acle.h...
[2296/4784](31) Copying clang's arm_cmse.h...
[2297/4784](31) Copying clang's armintr.h...
[2298/4784](31) Copying clang's arm_neon_sve_bridge.h...
[2299/4784](31) Copying clang's arm64intr.h...
[2300/4784](31) Copying clang's __clang_cuda_builtin_vars.h...
[2301/4784](31) Copying clang's __clang_cuda_math.h...
[2302/4784](31) Copying clang's __clang_cuda_cmath.h...
[2303/4784](31) Copying clang's __clang_cuda_complex_builtins.h...
[2304/4784](31) Copying clang's __clang_cuda_device_functions.h...
[2305/4784](31) Copying clang's __clang_cuda_texture_intrinsics.h...
[2306/4784](31) Copying clang's __clang_cuda_runtime_wrapper.h...
[2307/4784](31) Copying clang's __clang_cuda_intrinsics.h...
[2308/4784](31) Copying clang's __clang_cuda_libdevice_declares.h...
[2309/4784](31) Copying clang's __clang_cuda_math_forward_declares.h...
[2310/4784](31) Copying clang's hexagon_circ_brev_intrinsics.h...
[2311/4784](31) Copying clang's hexagon_protos.h...
[2312/4784](31) Copying clang's hvx_hexagon_protos.h...
[2313/4784](31) Copying clang's __clang_hip_libdevice_declares.h...
[2314/4784](31) Copying clang's hexagon_types.h...
[2315/4784](31) Copying clang's __clang_hip_cmath.h...
[2316/4784](31) Copying clang's __clang_hip_math.h...
[2317/4784](31) Copying clang's __clang_hip_runtime_wrapper.h...
[2318/4784](31) Copying clang's __clang_hip_stdlib.h...
[2319/4784](31) Copying clang's lasxintrin.h...
[2320/4784](31) Copying clang's lsxintrin.h...
[2321/4784](31) Copying clang's msa.h...
[2322/4784](31) Copying clang's opencl-c.h...
[2323/4784](31) Copying clang's larchintrin.h...
[2324/4784](31) Copying clang's opencl-c-base.h...
[2325/4784](31) Copying clang's altivec.h...
[2326/4784](31) Copying clang's htmintrin.h...
[2327/4784](31) Copying clang's riscv_bitmanip.h...
[2328/4784](31) Copying clang's riscv_corev_alu.h...
[2329/4784](31) Copying clang's htmxlintrin.h...
[2330/4784](31) Copying clang's riscv_crypto.h...
[2331/4784](31) Copying clang's riscv_ntlh.h...
[2332/4784](31) Copying clang's sifive_vector.h...
[2333/4784](31) Copying clang's vecintrin.h...
[2334/4784](31) Copying clang's s390intrin.h...
[2335/4784](31) Copying clang's velintrin.h...
[2336/4784](31) Copying clang's velintrin_gen.h...
[2337/4784](31) Copying clang's velintrin_approx.h...
[2338/4784](31) Copying clang's adcintrin.h...
[2339/4784](31) Copying clang's adxintrin.h...
[2340/4784](31) Copying clang's ammintrin.h...
[2341/4784](31) Copying clang's amxavx512intrin.h...
[2342/4784](31) Copying clang's amxbf16transposeintrin.h...
[2343/4784](31) Copying clang's amxcomplexintrin.h...
[2344/4784](31) Copying clang's amxcomplextransposeintrin.h...
[2345/4784](31) Copying clang's amxfp16intrin.h...
[2346/4784](31) Copying clang's amxfp16transposeintrin.h...
[2347/4784](31) Copying clang's amxfp8intrin.h...
[2348/4784](31) Copying clang's amxmovrsintrin.h...
[2349/4784](31) Copying clang's amxmovrstransposeintrin.h...
[2350/4784](31) Copying clang's amxintrin.h...
[2351/4784](31) Copying clang's amxtf32intrin.h...
[2352/4784](31) Copying clang's amxtf32transposeintrin.h...
[2353/4784](31) Copying clang's amxtransposeintrin.h...
[2354/4784](31) Copying clang's avx10_2_512niintrin.h...
[2355/4784](31) Copying clang's avx10_2_512bf16intrin.h...
[2356/4784](31) Copying clang's avx10_2_512convertintrin.h...
[2357/4784](31) Copying clang's avx10_2_512minmaxintrin.h...
[2358/4784](31) Copying clang's avx10_2_512satcvtdsintrin.h...
[2359/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o
[2360/4784](31) Copying clang's avx10_2_512satcvtintrin.h...
[2361/4784](31) Copying clang's avx10_2bf16intrin.h...
[2362/4784](31) Copying clang's avx10_2niintrin.h...
[2363/4784](31) Copying clang's avx10_2convertintrin.h...
[2364/4784](31) Copying clang's avx10_2minmaxintrin.h...
[2365/4784](31) Copying clang's avx10_2satcvtdsintrin.h...
[2366/4784](31) Copying clang's avx10_2copyintrin.h...
[2367/4784](31) Copying clang's avx10_2satcvtintrin.h...
[2368/4784](31) Copying clang's avx2intrin.h...
[2369/4784](31) Copying clang's avx512bf16intrin.h...
[2370/4784](31) Copying clang's avx512dqintrin.h...
[2371/4784](31) Copying clang's avx512bitalgintrin.h...
[2372/4784](31) Copying clang's avx512bwintrin.h...
[2373/4784](31) Copying clang's avx512cdintrin.h...
[2374/4784](31) Copying clang's avx512fintrin.h...
[2375/4784](31) Copying clang's avx512fp16intrin.h...
[2376/4784](31) Copying clang's avx512ifmaintrin.h...
[2377/4784](31) Copying clang's avx512ifmavlintrin.h...
[2378/4784](31) Copying clang's avx512vbmivlintrin.h...
[2379/4784](31) Copying clang's avx512vbmi2intrin.h...
[2380/4784](31) Copying clang's avx512vbmiintrin.h...
[2381/4784](31) Copying clang's avx512vlbf16intrin.h...
[2382/4784](31) Copying clang's avx512vlbitalgintrin.h...
[2383/4784](31) Copying clang's avx512vlbwintrin.h...
[2384/4784](31) Copying clang's avx512vlcdintrin.h...
[2385/4784](31) Copying clang's avx512vldqintrin.h...
[2386/4784](31) Copying clang's avx512vlfp16intrin.h...
[2387/4784](31) Copying clang's avx512vlvbmi2intrin.h...
[2388/4784](31) Copying clang's avx512vlvnniintrin.h...
[2389/4784](31) Copying clang's avx512vlintrin.h...
[2390/4784](31) Copying clang's avx512vlvp2intersectintrin.h...
[2391/4784](31) Copying clang's avx512vnniintrin.h...
[2392/4784](31) Copying clang's avx512vp2intersectintrin.h...
[2393/4784](31) Copying clang's avx512vpopcntdqintrin.h...
[2394/4784](31) Copying clang's avx512vpopcntdqvlintrin.h...
[2395/4784](31) Copying clang's avxintrin.h...
[2396/4784](31) Copying clang's avxifmaintrin.h...
[2397/4784](31) Copying clang's avxneconvertintrin.h...
[2398/4784](31) Copying clang's avxvnniint16intrin.h...
[2399/4784](31) Copying clang's avxvnniint8intrin.h...
[2400/4784](31) Copying clang's avxvnniintrin.h...
[2401/4784](31) Copying clang's bmi2intrin.h...
[2402/4784](31) Copying clang's cetintrin.h...
[2403/4784](31) Copying clang's bmiintrin.h...
[2404/4784](31) Copying clang's cldemoteintrin.h...
[2405/4784](31) Copying clang's clflushoptintrin.h...
[2406/4784](31) Copying clang's clwbintrin.h...
[2407/4784](31) Copying clang's clzerointrin.h...
[2408/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o
[2409/4784](31) Copying clang's cmpccxaddintrin.h...
[2410/4784](31) Copying clang's crc32intrin.h...
[2411/4784](31) Copying clang's fmaintrin.h...
[2412/4784](31) Copying clang's emmintrin.h...
[2413/4784](31) Copying clang's enqcmdintrin.h...
[2414/4784](31) Copying clang's f16cintrin.h...
[2415/4784](31) Copying clang's fma4intrin.h...
[2416/4784](31) Copying clang's fxsrintrin.h...
[2417/4784](31) Copying clang's gfniintrin.h...
[2418/4784](31) Copying clang's hresetintrin.h...
[2419/4784](31) Copying clang's ia32intrin.h...
[2420/4784](31) Copying clang's invpcidintrin.h...
[2421/4784](31) Copying clang's lzcntintrin.h...
[2422/4784](31) Copying clang's immintrin.h...
[2423/4784](31) Copying clang's keylockerintrin.h...
[2424/4784](31) Copying clang's lwpintrin.h...
[2425/4784](31) Copying clang's mm3dnow.h...
[2426/4784](31) Copying clang's mmintrin.h...
[2427/4784](31) Copying clang's movdirintrin.h...
[2428/4784](31) Copying clang's movrs_avx10_2_512intrin.h...
[2429/4784](31) Copying clang's movrs_avx10_2intrin.h...
[2430/4784](31) Copying clang's movrsintrin.h...
[2431/4784](31) Copying clang's mwaitxintrin.h...
[2432/4784](31) Copying clang's nmmintrin.h...
[2433/4784](31) Copying clang's pconfigintrin.h...
[2434/4784](31) Copying clang's pkuintrin.h...
[2435/4784](31) Copying clang's pmmintrin.h...
[2436/4784](31) Copying clang's popcntintrin.h...
[2437/4784](31) Copying clang's prfchiintrin.h...
[2438/4784](31) Copying clang's prfchwintrin.h...
[2439/4784](31) Copying clang's ptwriteintrin.h...
[2440/4784](31) Copying clang's ptrauth.h...
[2441/4784](31) Copying clang's raointintrin.h...
[2442/4784](31) Copying clang's rdpruintrin.h...
[2443/4784](31) Copying clang's rdseedintrin.h...
[2444/4784](31) Copying clang's rtmintrin.h...
[2445/4784](31) Copying clang's serializeintrin.h...
[2446/4784](31) Copying clang's sgxintrin.h...
[2447/4784](31) Copying clang's sha512intrin.h...
[2448/4784](31) Copying clang's shaintrin.h...
[2449/4784](31) Copying clang's sm3intrin.h...
[2450/4784](31) Copying clang's sm4intrin.h...
[2451/4784](31) Copying clang's sm4evexintrin.h...
[2452/4784](31) Copying clang's smmintrin.h...
[2453/4784](31) Copying clang's tbmintrin.h...
[2454/4784](31) Copying clang's tmmintrin.h...
[2455/4784](31) Copying clang's tsxldtrkintrin.h...
[2456/4784](31) Copying clang's uintrintrin.h...
[2457/4784](31) Copying clang's vaesintrin.h...
[2458/4784](31) Copying clang's vpclmulqdqintrin.h...
[2459/4784](31) Copying clang's wbnoinvdintrin.h...
[2460/4784](31) Copying clang's usermsrintrin.h...
[2461/4784](31) Copying clang's waitpkgintrin.h...
[2462/4784](31) Copying clang's __wmmintrin_aes.h...
[2463/4784](31) Copying clang's wmmintrin.h...
[2464/4784](31) Copying clang's __wmmintrin_pclmul.h...
[2465/4784](31) Copying clang's x86gprintrin.h...
[2466/4784](31) Copying clang's xmmintrin.h...
[2467/4784](31) Copying clang's x86intrin.h...
[2468/4784](31) Copying clang's xsaveintrin.h...
[2469/4784](31) Copying clang's xopintrin.h...
[2470/4784](31) Copying clang's xsavecintrin.h...
[2471/4784](31) Copying clang's xsaveoptintrin.h...
[2472/4784](31) Copying clang's xsavesintrin.h...
[2473/4784](31) Copying clang's xtestintrin.h...
[2474/4784](31) Copying clang's cet.h...
[2475/4784](31) Copying clang's cpuid.h...
[2476/4784](31) Building CXX object lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o
[2477/4784](31) Copying clang's gpuintrin.h...
[2478/4784](31) Copying clang's nvptxintrin.h...
[2479/4784](31) Copying clang's amdgpuintrin.h...
[2480/4784](31) Copying clang's wasm_simd128.h...
[2481/4784](31) Copying clang's intrin0.h...
[2482/4784](31) Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o
[2483/4784](31) Copying clang's intrin.h...
[2484/4784](31) Copying clang's vadefs.h...
[2485/4784](31) Copying clang's yvals_core.h...
[2486/4784](31) Copying clang's mm_malloc.h...
[2487/4784](31) Copying clang's cuda_wrappers/algorithm...
[2488/4784](31) Copying clang's cuda_wrappers/cmath...
[2489/4784](31) Copying clang's cuda_wrappers/new...
[2490/4784](31) Copying clang's cuda_wrappers/bits/shared_ptr_base.h...
[2491/4784](31) Copying clang's cuda_wrappers/complex...
[2492/4784](31) Copying clang's cuda_wrappers/bits/basic_string.h...
[2493/4784](31) Copying clang's cuda_wrappers/bits/basic_string.tcc...
[2494/4784](31) Copying clang's ppc_wrappers/mmintrin.h...
[2495/4784](31) Copying clang's ppc_wrappers/xmmintrin.h...
[2496/4784](31) Copying clang's ppc_wrappers/mm_malloc.h...
[2497/4784](31) Copying clang's ppc_wrappers/emmintrin.h...
[2498/4784](31) Copying clang's ppc_wrappers/pmmintrin.h...
[2499/4784](31) Copying clang's ppc_wrappers/tmmintrin.h...
[2500/4784](31) Copying clang's ppc_wrappers/bmiintrin.h...
[2501/4784](31) Copying clang's ppc_wrappers/bmi2intrin.h...
[2502/4784](31) Copying clang's ppc_wrappers/smmintrin.h...
[2503/4784](31) Copying clang's ppc_wrappers/nmmintrin.h...
[2504/4784](31) Copying clang's ppc_wrappers/immintrin.h...
[2505/4784](31) Copying clang's ppc_wrappers/x86intrin.h...
[2506/4784](31) Copying clang's ppc_wrappers/x86gprintrin.h...
[2507/4784](31) Copying clang's openmp_wrappers/math.h...
[2508/4784](31) Copying clang's openmp_wrappers/complex.h...
[2509/4784](31) Copying clang's openmp_wrappers/cmath...
[2510/4784](31) Copying clang's openmp_wrappers/complex...
[2511/4784](31) Copying clang's openmp_wrappers/__clang_openmp_device_functions.h...
[2512/4784](31) Copying clang's openmp_wrappers/complex_cmath.h...
[2513/4784](31) Copying clang's openmp_wrappers/new...
[2514/4784](31) Copying clang's zos_wrappers/builtins.h...
[2515/4784](31) Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o
[2516/4784](31) Copying clang's hlsl.h...
[2517/4784](31) Copying clang's hlsl/hlsl_basic_types.h...
[2518/4784](31) Copying clang's hlsl/hlsl_alias_intrinsics.h...
[2519/4784](31) Copying clang's hlsl/hlsl_compat_overloads.h...
[2520/4784](31) Copying clang's hlsl/hlsl_intrinsic_helpers.h...
[2521/4784](31) Copying clang's hlsl/hlsl_detail.h...
[2522/4784](31) Copying clang's hlsl/hlsl_intrinsics.h...
[2523/4784](31) Copying clang's llvm_libc_wrappers/assert.h...
[2524/4784](31) Copying clang's llvm_libc_wrappers/stdio.h...
[2525/4784](31) Copying clang's llvm_libc_wrappers/stdlib.h...
[2526/4784](31) Copying clang's llvm_libc_wrappers/string.h...
[2527/4784](31) Copying clang's llvm_libc_wrappers/ctype.h...
[2528/4784](31) Copying clang's llvm_libc_wrappers/inttypes.h...
[2529/4784](31) Copying clang's llvm_libc_wrappers/time.h...
[2530/4784](31) Copying clang's llvm_offload_wrappers/__llvm_offload.h...
[2531/4784](31) Copying clang's llvm_offload_wrappers/__llvm_offload_host.h...
[2532/4784](31) Copying clang's arm_fp16.h...
[2533/4784](31) Copying clang's llvm_offload_wrappers/__llvm_offload_device.h...
[2534/4784](31) Copying clang's arm_sve.h...
[2535/4784](31) Copying clang's arm_neon.h...
[2536/4784](31) Copying clang's arm_sme.h...
[2537/4784](31) Copying clang's arm_mve.h...
[2538/4784](31) Copying clang's arm_bf16.h...
[2539/4784](31) Copying clang's arm_vector_types.h...
[2540/4784](31) Copying clang's arm_cde.h...
[2541/4784](31) Copying clang's riscv_vector.h...
[2542/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o
[2543/4784](31) Building RISCVGenGlobalISel.inc...
[2544/4784](31) Building CXX object lib/WindowsDriver/CMakeFiles/LLVMWindowsDriver.dir/MSVCPaths.cpp.o
[2545/4784](31) Building CXX object lib/TextAPI/BinaryReader/CMakeFiles/LLVMTextAPIBinaryReader.dir/DylibReader.cpp.o
[2546/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubV5.cpp.o
[2547/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o
[2548/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CLWarnings.cpp.o
[2549/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o
[2550/4784](31) Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o
[2551/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o
[2552/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesScanner.cpp.o
[2553/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o
[2554/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o
[2555/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o
[2556/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ASTSourceDescriptor.cpp.o
[2557/4784](31) Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o
[2558/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o
[2559/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVConstantPoolValue.cpp.o
[2560/4784](31) Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o
[2561/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o
[2562/4784](31) Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesManager.cpp.o
[2563/4784](31) Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o
[2564/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o
[2565/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o
[2566/4784](31) Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o
[2567/4784](31) Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesReader.cpp.o
[2568/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o
[2569/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o
[2570/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o
[2571/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o
[2572/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCallingConv.cpp.o
[2573/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVDeadRegisterDefinitions.cpp.o
[2574/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandAtomicPseudoInsts.cpp.o
[2575/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertReadWriteCSR.cpp.o
[2576/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFoldMemOffset.cpp.o
[2577/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCodeGenPrepare.cpp.o
[2578/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandPseudoInsts.cpp.o
[2579/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLandingPadSetup.cpp.o
[2580/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVIndirectBranchTracking.cpp.o
[2581/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLateBranchOpt.cpp.o
[2582/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertWriteVXRM.cpp.o
[2583/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVPostRAExpandPseudoInsts.cpp.o
[2584/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLoadStoreOptimizer.cpp.o
[2585/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMakeCompressible.cpp.o
[2586/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertVSETVLI.cpp.o
[2587/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVAsmPrinter.cpp.o
[2588/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMergeBaseOffset.cpp.o
[2589/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMachineFunctionInfo.cpp.o
[2590/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVGatherScatterLowering.cpp.o
[2591/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderPipelines.cpp.o
[2592/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRedundantCopyElimination.cpp.o
[2593/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFrameLowering.cpp.o
[2594/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMoveMerger.cpp.o
[2595/4784](31) Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesWriter.cpp.o
[2596/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSelectionDAGInfo.cpp.o
[2597/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVOptWInstrs.cpp.o
[2598/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVPushPopOptimizer.cpp.o
[2599/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o
[2600/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o
[2601/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstrInfo.cpp.o
[2602/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCAsmInfo.cpp.o
[2603/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o
[2604/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o
[2605/4784](31) Linking CXX static library lib/libLLVMAsmParser.a
[2606/4784](31) Linking CXX static library lib/libLLVMIRReader.a
[2607/4784](31) Linking CXX static library lib/libLLVMTextAPI.a
[2608/4784](31) Linking CXX static library lib/libLLVMObject.a
[2609/4784](31) Linking CXX static library lib/libLLVMInterfaceStub.a
[2610/4784](31) Linking CXX static library lib/libLLVMObjCopy.a
[2611/4784](31) Linking CXX static library lib/libLLVMObjectYAML.a
[2612/4784](31) Linking CXX static library lib/libLLVMDebugInfoDWARF.a
[2613/4784](31) Linking CXX static library lib/libLLVMDebugInfoGSYM.a
[2614/4784](31) Linking CXX static library lib/libLLVMDebugInfoPDB.a
[2615/4784](31) Linking CXX static library lib/libLLVMSymbolize.a
[2616/4784](31) Linking CXX static library lib/libLLVMDebuginfod.a
[2617/4784](31) Linking CXX static library lib/libLLVMDWP.a
[2618/4784](31) Linking CXX static library lib/libLLVMJITLink.a
[2619/4784](31) Linking CXX static library lib/libLLVMARMDesc.a
[2620/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSubtarget.cpp.o
[2621/4784](31) Linking CXX static library lib/libLLVMARMAsmParser.a
[2622/4784](31) Linking CXX static library lib/libLLVMARMDisassembler.a
[2623/4784](31) Linking CXX static library lib/libLLVMProfileData.a
[2624/4784](31) Linking CXX static library lib/libLLVMTextAPIBinaryReader.a
[2625/4784](31) Linking CXX static library lib/libLLVMAnalysis.a
warning: 'DevelopmentModeInlineAdvisor.cpp.o': has no symbols for architecture x86_64
warning: 'TFLiteUtils.cpp.o': has no symbols for architecture x86_64
[2626/4784](31) Linking CXX static library lib/libLLVMCoverage.a
[2627/4784](31) Building CXX object tools/llvm-profdata/CMakeFiles/obj.llvm-profdata.dir/llvm-profdata.cpp.o
[2628/4784](31) Linking CXX static library lib/libLLVMIRPrinter.a
[2629/4784](31) Linking CXX static library lib/libLLVMBitWriter.a
[2630/4784](31) Linking CXX static library lib/libLLVMFrontendAtomic.a
[2631/4784](31) Linking CXX static library lib/libLLVMFrontendDriver.a
[2632/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVVectorMaskDAGMutation.cpp.o
[2633/4784](31) Linking CXX static library lib/libLLVMCGData.a
[2634/4784](31) Linking CXX static library lib/libLLVMTarget.a
[2635/4784](31) Linking CXX static library lib/libLLVMSandboxIR.a
[2636/4784](31) Linking CXX static library lib/libLLVMTransformUtils.a
[2637/4784](31) Linking CXX static library lib/libLLVMDlltoolDriver.a
[2638/4784](31) Linking CXX static library lib/libLLVMLibDriver.a
[2639/4784](31) Linking CXX static library lib/libLLVMFrontendOffloading.a
[2640/4784](31) Linking CXX static library lib/libLLVMXRay.a
[2641/4784](31) Linking CXX static library lib/libLLVMInstrumentation.a
[2642/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCObjectFileInfo.cpp.o
[2643/4784](31) Linking CXX static library lib/libLLVMAggressiveInstCombine.a
[2644/4784](31) Linking CXX static library lib/libLLVMInstCombine.a
[2645/4784](31) Linking CXX static library lib/libLLVMVectorize.a
[2646/4784](31) Linking CXX static library lib/libLLVMObjCARCOpts.a
[2647/4784](31) Linking CXX static library lib/libLLVMHipStdPar.a
[2648/4784](31) Linking CXX static library lib/libLLVMLinker.a
[2649/4784](31) Building CXX object lib/Target/RISCV/TargetInfo/CMakeFiles/LLVMRISCVInfo.dir/RISCVTargetInfo.cpp.o
[2650/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterInfo.cpp.o
[2651/4784](31) Linking CXX static library lib/libLLVMWindowsDriver.a
[2652/4784](31) Linking CXX static library lib/libLLVMScalarOpts.a
[2653/4784](31) Linking CXX static library lib/libLLVMRISCVInfo.a
[2654/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVVMV0Elimination.cpp.o
[2655/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o
[2656/4784](31) Linking CXX static library lib/libLLVMFrontendOpenMP.a
[2657/4784](31) Linking CXX static library lib/libLLVMCodeGen.a
[2658/4784](31) Linking CXX executable bin/llvm-config
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[2659/4784](31) Linking CXX static library lib/libLLVMipo.a
[2660/4784](31) Linking CXX static library lib/libLLVMSelectionDAG.a
[2661/4784](31) Linking CXX static library lib/libLLVMAsmPrinter.a
[2662/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVVectorPeephole.cpp.o
[2663/4784](31) Building CXX object lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o
[2664/4784](31) Linking CXX static library lib/libLLVMDWARFLinker.a
[2665/4784](31) Linking CXX static library lib/libLLVMGlobalISel.a
[2666/4784](31) Linking CXX static library lib/libLLVMCoroutines.a
[2667/4784](31) Linking CXX static library lib/libLLVMDWARFLinkerClassic.a
[2668/4784](31) Linking CXX static library lib/libLLVMDWARFLinkerParallel.a
[2669/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o
[2670/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetObjectFile.cpp.o
[2671/4784](31) Linking CXX static library lib/libLLVMX86CodeGen.a
[2672/4784](31) Linking CXX static library lib/libLLVMARMCodeGen.a
[2673/4784](31) Linking CXX static library lib/libLLVMAArch64CodeGen.a
[2674/4784](31) Generating VCSVersion.inc
[2675/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o
[2676/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVVLOptimizer.cpp.o
[2677/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o
[2678/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVZacasABIFix.cpp.o
[2679/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o
[2680/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/MakeSupport.cpp.o
[2681/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o
[2682/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVRegisterBankInfo.cpp.o
[2683/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o
[2684/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVCallLowering.cpp.o
[2685/4784](31) Building CXX object lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o
[2686/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o
[2687/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o
[2688/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o
[2689/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/CommonLinkerContext.cpp.o
[2690/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Args.cpp.o
[2691/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o
[2692/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Version.cpp.o
[2693/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/DriverDispatcher.cpp.o
[2694/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Memory.cpp.o
[2695/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o
[2696/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/TargetOptionsCommandFlags.cpp.o
[2697/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVPostLegalizerCombiner.cpp.o
[2698/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVO0PreLegalizerCombiner.cpp.o
[2699/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o
[2700/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Filesystem.cpp.o
[2701/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Reproduce.cpp.o
[2702/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVLegalizerInfo.cpp.o
[2703/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Timer.cpp.o
[2704/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/DWARF.cpp.o
[2705/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/Strings.cpp.o
[2706/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVPreLegalizerCombiner.cpp.o
[2707/4784](31) Building CXX object tools/lld/tools/lld/CMakeFiles/obj.lld.dir/lld.cpp.o
[2708/4784](31) Building CXX object tools/llvm-ar/CMakeFiles/obj.llvm-ar.dir/llvm-ar.cpp.o
[2709/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o
[2710/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetMachine.cpp.o
[2711/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o
[2712/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetTransformInfo.cpp.o
[2713/4784](31) Building CXX object tools/lld/Common/CMakeFiles/lldCommon.dir/ErrorHandler.cpp.o
[2714/4784](31) Linking CXX static library lib/liblldCommon.a
[2715/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/COFFLinkerContext.cpp.o
[2716/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/CallGraphSort.cpp.o
[2717/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/MarkLive.cpp.o
[2718/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o
[2719/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/ICF.cpp.o
[2720/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Symbols.cpp.o
[2721/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/LLDMapFile.cpp.o
[2722/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/MinGW.cpp.o
[2723/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Chunks.cpp.o
[2724/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AVR.cpp.o
[2725/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/MapFile.cpp.o
[2726/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o
[2727/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o
[2728/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/DebugTypes.cpp.o
[2729/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/AArch64ErrataFix.cpp.o
[2730/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MSP430.cpp.o
[2731/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Hexagon.cpp.o
[2732/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o
[2733/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/DLL.cpp.o
[2734/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/LoongArch.cpp.o
[2735/4784](31) Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCTargetDesc.cpp.o
[2736/4784](31) Linking CXX static library lib/libLLVMRISCVDesc.a
[2737/4784](31) Linking CXX static library lib/libLLVMRISCVAsmParser.a
[2738/4784](31) Linking CXX static library lib/libLLVMRISCVDisassembler.a
[2739/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Mips.cpp.o
[2740/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o
[2741/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o
[2742/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o
[2743/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelLowering.cpp.o
[2744/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SystemZ.cpp.o
[2745/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86.cpp.o
[2746/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/ARM.cpp.o
[2747/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o
[2748/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/CallGraphSort.cpp.o
[2749/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o
[2750/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/EhFrame.cpp.o
[2751/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/DriverUtils.cpp.o
[2752/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelDAGToDAG.cpp.o
[2753/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ARMErrataFix.cpp.o
[2754/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/DWARF.cpp.o
[2755/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/RISCV.cpp.o
[2756/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/LTO.cpp.o
[2757/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptLexer.cpp.o
[2758/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/SymbolTable.cpp.o
[2759/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Arch/ARM64Common.cpp.o
[2760/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Arch/ARM64_32.cpp.o
[2761/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/MapFile.cpp.o
[2762/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Arch/ARM64.cpp.o
[2763/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ICF.cpp.o
[2764/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o
[2765/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Target.cpp.o
[2766/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Arch/X86_64.cpp.o
[2767/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Symbols.cpp.o
[2768/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o
[2769/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/InputFiles.cpp.o
[2770/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Dwarf.cpp.o
[2771/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Thunks.cpp.o
[2772/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/BPSectionOrderer.cpp.o
[2773/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/ConcatOutputSection.cpp.o
[2774/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/OutputSections.cpp.o
[2775/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/LinkerScript.cpp.o
[2776/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/EhFrame.cpp.o
[2777/4784](31) Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o
[2778/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/ExportTrie.cpp.o
[2779/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/OutputSection.cpp.o
[2780/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Target.cpp.o
[2781/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/MarkLive.cpp.o
[2782/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/MarkLive.cpp.o
[2783/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/ICF.cpp.o
[2784/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/LTO.cpp.o
[2785/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/InputSection.cpp.o
[2786/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptParser.cpp.o
[2787/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Relocations.cpp.o
[2788/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Sections.cpp.o
[2789/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/InputSection.cpp.o
[2790/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/MapFile.cpp.o
[2791/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/OutputSegment.cpp.o
[2792/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Symbols.cpp.o
[2793/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/SectionPriorities.cpp.o
[2794/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/ObjC.cpp.o
[2795/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/SymbolTable.cpp.o
[2796/4784](31) Building CXX object tools/lld/MinGW/CMakeFiles/lldMinGW.dir/Driver.cpp.o
[2797/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ParsedAttrInfo.cpp.o
[2798/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/UnwindInfoSection.cpp.o
[2799/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/WriterUtils.cpp.o
[2800/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/DriverUtils.cpp.o
[2801/4784](31) Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o
[2802/4784](31) Linking CXX static library lib/libLLVMPasses.a
[2803/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o
[2804/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o
[2805/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o
[2806/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Relocations.cpp.o
[2807/4784](31) Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVInstructionSelector.cpp.o
[2808/4784](31) Linking CXX static library lib/libLLVMRISCVCodeGen.a
[2809/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Writer.cpp.o
[2810/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o
[2811/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o
[2812/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/LTO.cpp.o
[2813/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/InputFiles.cpp.o
[2814/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/BPSectionOrderer.cpp.o
[2815/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/StackExhaustionHandler.cpp.o
[2816/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o
[2817/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o
[2818/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/SyntheticSections.cpp.o
[2819/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceMgrAdapter.cpp.o
[2820/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Writer.cpp.o
[2821/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sarif.cpp.o
[2822/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/InputChunks.cpp.o
[2823/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/Driver.cpp.o
[2824/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o
[2825/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/MarkLive.cpp.o
[2826/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSegment.cpp.o
[2827/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o
[2828/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/Relocations.cpp.o
[2829/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSections.cpp.o
[2830/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o
[2831/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/MapFile.cpp.o
[2832/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/Symbols.cpp.o
[2833/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o
[2834/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/LTO.cpp.o
[2835/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o
[2836/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/CSKY.cpp.o
[2837/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/DirectX.cpp.o
[2838/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Driver.cpp.o
[2839/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o
[2840/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/SymbolTable.cpp.o
[2841/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o
[2842/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o
[2843/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o
[2844/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o
[2845/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o
[2846/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o
[2847/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o
[2848/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o
[2849/4784](31) Building CXX object tools/lld/MachO/CMakeFiles/lldMachO.dir/InputFiles.cpp.o
[2850/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o
[2851/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/InputFiles.cpp.o
[2852/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o
[2853/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/Driver.cpp.o
[2854/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/LoongArch.cpp.o
[2855/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o
[2856/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o
[2857/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o
[2858/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o
[2859/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o
[2860/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o
[2861/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o
[2862/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o
[2863/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/SyntheticSections.cpp.o
[2864/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o
[2865/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o
[2866/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Xtensa.cpp.o
[2867/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o
[2868/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o
[2869/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LexHLSLRootSignature.cpp.o
[2870/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o
[2871/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o
[2872/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o
[2873/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o
[2874/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o
[2875/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o
[2876/4784](31) Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o
[2877/4784](31) Building CXX object tools/lld/wasm/CMakeFiles/lldWasm.dir/Writer.cpp.o
[2878/4784](31) Linking CXX static library lib/libclangBasic.a
[2879/4784](31) Linking CXX static library lib/libclangAPINotes.a
[2880/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o
[2881/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/InitHeaderSearch.cpp.o
[2882/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o
[2883/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o
[2884/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o
[2885/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o
[2886/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o
[2887/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o
[2888/4784](31) Building Opcodes.inc...
[2889/4784](31) Building AttrDocTable.inc...
[2890/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o
[2891/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o
[2892/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o
[2893/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o
[2894/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o
[2895/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMapFile.cpp.o
[2896/4784](31) Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/SyntheticSections.cpp.o
[2897/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o
[2898/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o
[2899/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseHLSLRootSignature.cpp.o
[2900/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o
[2901/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o
[2902/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o
[2903/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o
[2904/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o
[2905/4784](31) Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o
[2906/4784](31) Linking CXX static library lib/libclangLex.a
[2907/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o
[2908/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o
[2909/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o
[2910/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o
[2911/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrDocTable.cpp.o
[2912/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o
[2913/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o
[2914/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Availability.cpp.o
[2915/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o
[2916/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o
[2917/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseHLSL.cpp.o
[2918/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o
[2919/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o
[2920/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o
[2921/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o
[2922/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o
[2923/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o
[2924/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o
[2925/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o
[2926/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o
[2927/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o
[2928/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o
[2929/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o
[2930/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o
[2931/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o
[2932/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenACC.cpp.o
[2933/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o
[2934/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o
[2935/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o
[2936/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o
[2937/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o
[2938/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o
[2939/4784](31) Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o
[2940/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o
[2941/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenACC.cpp.o
[2942/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o
[2943/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/BitcastBuffer.cpp.o
[2944/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o
[2945/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o
[2946/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o
[2947/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Frame.cpp.o
[2948/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o
[2949/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o
[2950/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o
[2951/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o
[2952/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o
[2953/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o
[2954/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o
[2955/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o
[2956/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o
[2957/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Floating.cpp.o
[2958/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o
[2959/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o
[2960/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o
[2961/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o
[2962/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o
[2963/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o
[2964/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Descriptor.cpp.o
[2965/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/FunctionPointer.cpp.o
[2966/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Function.cpp.o
[2967/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpBlock.cpp.o
[2968/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/DynamicAllocator.cpp.o
[2969/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Context.cpp.o
[2970/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Source.cpp.o
[2971/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpStack.cpp.o
[2972/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/EvaluationResult.cpp.o
[2973/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/ByteCodeEmitter.cpp.o
[2974/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpFrame.cpp.o
[2975/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/PrimType.cpp.o
[2976/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpState.cpp.o
[2977/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Record.cpp.o
[2978/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpShared.cpp.o
[2979/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpBuiltinBitCast.cpp.o
[2980/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Program.cpp.o
[2981/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o
[2982/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/State.cpp.o
[2983/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/MemberPointer.cpp.o
[2984/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Pointer.cpp.o
[2985/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o
[2986/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o
[2987/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Disasm.cpp.o
[2988/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o
[2989/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o
[2990/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o
[2991/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpBuiltin.cpp.o
[2992/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o
[2993/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o
[2994/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o
[2995/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Compiler.cpp.o
[2996/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenACCClause.cpp.o
[2997/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o
[2998/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o
[2999/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o
[3000/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o
[3001/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o
[3002/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o
[3003/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o
[3004/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Randstruct.cpp.o
[3005/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o
[3006/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o
[3007/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRDiagsEmitter.cpp.o
[3008/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o
[3009/4784](31) Building OpenCLBuiltins.inc...
[3010/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o
[3011/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o
[3012/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o
[3013/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o
[3014/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o
[3015/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenACC.cpp.o
[3016/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o
[3017/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o
[3018/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o
[3019/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o
[3020/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o
[3021/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o
[3022/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o
[3023/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o
[3024/4784](31) Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/LowLevelHelpers.cpp.o
[3025/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o
[3026/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o
[3027/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o
[3028/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/HeuristicResolver.cpp.o
[3029/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o
[3030/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o
[3031/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o
[3032/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o
[3033/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o
[3034/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DynamicRecursiveASTVisitor.cpp.o
[3035/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o
[3036/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/HLSLBuiltinTypeDeclBuilder.cpp.o
[3037/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/HLSLExternalSemaSource.cpp.o
[3038/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o
[3039/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CheckExprLifetime.cpp.o
[3040/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o
[3041/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o
[3042/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o
[3043/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o
[3044/4784](31) Building CXX object tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o
[3045/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o
[3046/4784](31) Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o
[3047/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o
[3048/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAMDGPU.cpp.o
[3049/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAVR.cpp.o
[3050/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/EvalEmitter.cpp.o
[3051/4784](31) Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o
[3052/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o
[3053/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaBPF.cpp.o
[3054/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o
[3055/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o
[3056/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaBase.cpp.o
[3057/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaBoundsSafety.cpp.o
[3058/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o
[3059/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDirectX.cpp.o
[3060/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o
[3061/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o
[3062/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAPINotes.cpp.o
[3063/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o
[3064/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaARM.cpp.o
[3065/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o
[3066/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o
[3067/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o
[3068/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o
[3069/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaHexagon.cpp.o
[3070/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaM68k.cpp.o
[3071/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o
[3072/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o
[3073/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaMSP430.cpp.o
[3074/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFunctionEffects.cpp.o
[3075/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLoongArch.cpp.o
[3076/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o
[3077/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaMIPS.cpp.o
[3078/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaNVPTX.cpp.o
[3079/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o
[3080/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenACCAtomic.cpp.o
[3081/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o
[3082/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaHLSL.cpp.o
[3083/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o
[3084/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o
[3085/4784](31) Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o
[3086/4784](31) Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Interp.cpp.o
[3087/4784](31) Linking CXX static library lib/libclangAST.a
[3088/4784](31) Linking CXX static library lib/libclangASTMatchers.a
[3089/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o
[3090/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o
[3091/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenACCClause.cpp.o
[3092/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenCL.cpp.o
[3093/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPPC.cpp.o
[3094/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenACC.cpp.o
[3095/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o
[3096/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o
[3097/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjC.cpp.o
[3098/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o
[3099/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o
[3100/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o
[3101/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o
[3102/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSPIRV.cpp.o
[3103/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSystemZ.cpp.o
[3104/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o
[3105/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o
[3106/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o
[3107/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSwift.cpp.o
[3108/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o
[3109/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaWasm.cpp.o
[3110/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaX86.cpp.o
[3111/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o
[3112/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaRISCV.cpp.o
[3113/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o
[3114/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ABIInfo.cpp.o
[3115/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ABIInfoImpl.cpp.o
[3116/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o
[3117/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o
[3118/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o
[3119/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o
[3120/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o
[3121/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o
[3122/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o
[3123/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o
[3124/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o
[3125/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o
[3126/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o
[3127/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o
[3128/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o
[3129/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o
[3130/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o
[3131/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeductionGuide.cpp.o
[3132/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o
[3133/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o
[3134/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o
[3135/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o
[3136/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o
[3137/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o
[3138/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o
[3139/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o
[3140/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o
[3141/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o
[3142/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o
[3143/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGHLSLBuiltins.cpp.o
[3144/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o
[3145/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o
[3146/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o
[3147/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o
[3148/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o
[3149/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o
[3150/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o
[3151/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o
[3152/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o
[3153/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGPointerAuth.cpp.o
[3154/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o
[3155/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o
[3156/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o
[3157/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o
[3158/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o
[3159/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o
[3160/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o
[3161/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o
[3162/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o
[3163/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o
[3164/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGHLSLRuntime.cpp.o
[3165/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/HLSLBufferLayoutBuilder.cpp.o
[3166/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o
[3167/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o
[3168/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o
[3169/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o
[3170/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/LinkInModulesPass.cpp.o
[3171/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o
[3172/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o
[3173/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o
[3174/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o
[3175/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o
[3176/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o
[3177/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o
[3178/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o
[3179/4784](31) Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o
[3180/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o
[3181/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o
[3182/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/DirectX.cpp.o
[3183/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/Hexagon.cpp.o
[3184/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/AMDGPU.cpp.o
[3185/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o
[3186/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o
[3187/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SPIR.cpp.o
[3188/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/NVPTX.cpp.o
[3189/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SystemZ.cpp.o
[3190/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/PPC.cpp.o
[3191/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o
[3192/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/WebAssembly.cpp.o
[3193/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o
[3194/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o
[3195/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/X86.cpp.o
[3196/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/AMDGPU.cpp.o
[3197/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/AArch64.cpp.o
[3198/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/ARC.cpp.o
[3199/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/AVR.cpp.o
[3200/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/ARM.cpp.o
[3201/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/BPF.cpp.o
[3202/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/CSKY.cpp.o
[3203/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/DirectX.cpp.o
[3204/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Hexagon.cpp.o
[3205/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Lanai.cpp.o
[3206/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerWriter.cpp.o
[3207/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o
[3208/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/LoongArch.cpp.o
[3209/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/M68k.cpp.o
[3210/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/MSP430.cpp.o
[3211/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/ARM.cpp.o
[3212/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o
[3213/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Mips.cpp.o
[3214/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o
[3215/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/NVPTX.cpp.o
[3216/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/PNaCl.cpp.o
[3217/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o
[3218/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o
[3219/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/PPC.cpp.o
[3220/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o
[3221/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/SPIR.cpp.o
[3222/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Sparc.cpp.o
[3223/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/RISCV.cpp.o
[3224/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/SystemZ.cpp.o
[3225/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o
[3226/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o
[3227/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/TCE.cpp.o
[3228/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/VE.cpp.o
[3229/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o
[3230/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o
[3231/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o
[3232/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/WebAssembly.cpp.o
[3233/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o
[3234/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o
[3235/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o
[3236/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o
[3237/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o
[3238/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o
[3239/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Formula.cpp.o
[3240/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o
[3241/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/XCore.cpp.o
[3242/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o
[3243/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/X86.cpp.o
[3244/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/CNFFormula.cpp.o
[3245/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IntervalPartition.cpp.o
[3246/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o
[3247/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Arena.cpp.o
[3248/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o
[3249/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/WatchedLiteralsSolver.cpp.o
[3250/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o
[3251/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o
[3252/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/FixitUtil.cpp.o
[3253/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Value.cpp.o
[3254/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/SimplifyConstraints.cpp.o
[3255/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o
[3256/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DebugSupport.cpp.o
[3257/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/AdornedCFG.cpp.o
[3258/4784](31) Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o
[3259/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o
[3260/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o
[3261/4784](31) Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/APIIgnoresList.cpp.o
[3262/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/ASTOps.cpp.o
[3263/4784](31) Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o
[3264/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Logger.cpp.o
[3265/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/RecordOps.cpp.o
[3266/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o
[3267/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o
[3268/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o
[3269/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o
[3270/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DataflowAnalysisContext.cpp.o
[3271/4784](31) Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o
[3272/4784](31) Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o
[3273/4784](31) Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o
[3274/4784](31) Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/API.cpp.o
[3275/4784](31) Linking CXX static library lib/libclangEdit.a
[3276/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/HTMLLogger.cpp.o
[3277/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o
[3278/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o
[3279/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o
[3280/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o
[3281/4784](31) Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o
[3282/4784](31) Linking CXX static library lib/libclangRewrite.a
[3283/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o
[3284/4784](31) Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/TypedefUnderlyingTypeResolver.cpp.o
[3285/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o
[3286/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o
[3287/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/MultilibBuilder.cpp.o
[3288/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DataflowEnvironment.cpp.o
[3289/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OffloadBundler.cpp.o
[3290/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o
[3291/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o
[3292/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/CSKY.cpp.o
[3293/4784](31) Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/DeclarationFragments.cpp.o
[3294/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o
[3295/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o
[3296/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o
[3297/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o
[3298/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o
[3299/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o
[3300/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o
[3301/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o
[3302/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o
[3303/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/LoongArch.cpp.o
[3304/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/SmartPointerAccessorCaching.cpp.o
[3305/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/Models/CMakeFiles/obj.clangAnalysisFlowSensitiveModels.dir/ChromiumCheckModel.cpp.o
[3306/4784](31) Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/Serialization/SymbolGraphSerializer.cpp.o
[3307/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o
[3308/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Transfer.cpp.o
[3309/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o
[3310/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o
[3311/4784](31) Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UnsafeBufferUsage.cpp.o
[3312/4784](31) Linking CXX static library lib/libclangAnalysis.a
[3313/4784](31) Linking CXX static library lib/libclangSema.a
[3314/4784](31) Linking CXX static library lib/libclangParse.a
[3315/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/TypeErasedDataflowAnalysis.cpp.o
[3316/4784](31) Linking CXX static library lib/libclangAnalysisFlowSensitive.a
[3317/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o
[3318/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o
[3319/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o
[3320/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o
[3321/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o
[3322/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o
[3323/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CSKYToolChain.cpp.o
[3324/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o
[3325/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPSPV.cpp.o
[3326/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o
[3327/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o
[3328/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o
[3329/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HLSL.cpp.o
[3330/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPAMD.cpp.o
[3331/4784](31) Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/RISCV.cpp.o
[3332/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o
[3333/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o
[3334/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o
[3335/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o
[3336/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o
[3337/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPUtility.cpp.o
[3338/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o
[3339/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o
[3340/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o
[3341/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o
[3342/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o
[3343/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o
[3344/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/SPIRVOpenMP.cpp.o
[3345/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o
[3346/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o
[3347/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o
[3348/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/SYCL.cpp.o
[3349/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o
[3350/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/SPIRV.cpp.o
[3351/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o
[3352/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o
[3353/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o
[3354/4784](31) Building CXX object tools/clang/lib/Analysis/FlowSensitive/Models/CMakeFiles/obj.clangAnalysisFlowSensitiveModels.dir/UncheckedOptionalAccessModel.cpp.o
[3355/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o
[3356/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o
[3357/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCFreeBSD.cpp.o
[3358/4784](31) Linking CXX static library lib/libclangAnalysisFlowSensitiveModels.a
[3359/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/UEFI.cpp.o
[3360/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o
[3361/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o
[3362/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o
[3363/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o
[3364/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o
[3365/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o
[3366/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o
[3367/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OHOS.cpp.o
[3368/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o
[3369/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleCache.cpp.o
[3370/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o
[3371/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o
[3372/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o
[3373/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o
[3374/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ObjectFilePCHContainerReader.cpp.o
[3375/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o
[3376/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o
[3377/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o
[3378/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/TemplateArgumentHasher.cpp.o
[3379/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o
[3380/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o
[3381/4784](31) Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o
[3382/4784](31) Linking CXX static library lib/libclangDriver.a
[3383/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o
[3384/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o
[3385/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o
[3386/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o
[3387/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o
[3388/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o
[3389/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o
[3390/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o
[3391/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o
[3392/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SARIFDiagnosticPrinter.cpp.o
[3393/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o
[3394/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SARIFDiagnostic.cpp.o
[3395/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o
[3396/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o
[3397/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o
[3398/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o
[3399/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o
[3400/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o
[3401/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o
[3402/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o
[3403/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o
[3404/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o
[3405/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o
[3406/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o
[3407/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o
[3408/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o
[3409/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o
[3410/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o
[3411/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o
[3412/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o
[3413/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o
[3414/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o
[3415/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o
[3416/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o
[3417/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o
[3418/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o
[3419/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o
[3420/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o
[3421/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o
[3422/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o
[3423/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o
[3424/4784](31) Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o
[3425/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o
[3426/4784](31) Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/ExtractAPIConsumer.cpp.o
[3427/4784](31) Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o
[3428/4784](31) Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderAnalysis.cpp.o
[3429/4784](31) Building CXX object tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o
[3430/4784](31) Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o
[3431/4784](31) Linking CXX static library lib/libclangToolingCore.a
[3432/4784](31) Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o
[3433/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o
[3434/4784](31) Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o
[3435/4784](31) Linking CXX static library lib/libclangToolingInclusions.a
[3436/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o
[3437/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o
[3438/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o
[3439/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o
[3440/4784](31) Building CXX object tools/clang/lib/Tooling/Inclusions/Stdlib/CMakeFiles/obj.clangToolingInclusionsStdlib.dir/StandardLibrary.cpp.o
[3441/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o
[3442/4784](31) Linking CXX static library lib/libclangToolingInclusionsStdlib.a
[3443/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o
[3444/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/LocateToolCompilationDatabase.cpp.o
[3445/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o
[3446/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o
[3447/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o
[3448/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o
[3449/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o
[3450/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o
[3451/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o
[3452/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o
[3453/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o
[3454/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o
[3455/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o
[3456/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/TokenBufferTokenManager.cpp.o
[3457/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o
[3458/4784](31) Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/InProcessModuleCache.cpp.o
[3459/4784](31) Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o
[3460/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o
[3461/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o
[3462/4784](31) Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o
[3463/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o
[3464/4784](31) Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o
[3465/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o
[3466/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o
[3467/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o
[3468/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o
[3469/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o
[3470/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o
[3471/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/DiagnosticBuilderWrappers.cpp.o
[3472/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o
[3473/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o
[3474/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o
[3475/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/DirectoryScanner.cpp.o
[3476/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o
[3477/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/FileList.cpp.o
[3478/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o
[3479/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/HeaderFile.cpp.o
[3480/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/Library.cpp.o
[3481/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o
[3482/4784](31) Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o
[3483/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o
[3484/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o
[3485/4784](31) Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o
[3486/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o
[3487/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o
[3488/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o
[3489/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o
[3490/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/DylibVerifier.cpp.o
[3491/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o
[3492/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o
[3493/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o
[3494/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o
[3495/4784](31) Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o
[3496/4784](31) Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o
[3497/4784](31) Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o
[3498/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o
[3499/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o
[3500/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o
[3501/4784](31) Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o
[3502/4784](31) Linking CXX static library lib/libclangSerialization.a
[3503/4784](31) Linking CXX static library lib/libclangFrontend.a
[3504/4784](31) Linking CXX static library lib/libclangRewriteFrontend.a
[3505/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o
[3506/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o
[3507/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o
[3508/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o
[3509/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o
[3510/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o
[3511/4784](31) Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o
[3512/4784](31) Linking CXX static library lib/libclangToolingSyntax.a
[3513/4784](31) Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o
[3514/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o
[3515/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/Frontend.cpp.o
[3516/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugSuppression.cpp.o
[3517/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o
[3518/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o
[3519/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o
[3520/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallDescription.cpp.o
[3521/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o
[3522/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/EntryPointStats.cpp.o
[3523/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o
[3524/4784](31) Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o
[3525/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o
[3526/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o
[3527/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o
[3528/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o
[3529/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o
[3530/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o
[3531/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o
[3532/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o
[3533/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o
[3534/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o
[3535/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o
[3536/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o
[3537/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o
[3538/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o
[3539/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o
[3540/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o
[3541/4784](31) Building CXX object tools/clang/lib/InstallAPI/CMakeFiles/obj.clangInstallAPI.dir/Visitor.cpp.o
[3542/4784](31) Linking CXX static library lib/libclangInstallAPI.a
[3543/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o
[3544/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o
[3545/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o
[3546/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o
[3547/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o
[3548/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o
[3549/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o
[3550/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o
[3551/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o
[3552/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o
[3553/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o
[3554/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o
[3555/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Z3CrosscheckVisitor.cpp.o
[3556/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o
[3557/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o
[3558/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o
[3559/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AssumeModeling.cpp.o
[3560/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o
[3561/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o
[3562/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o
[3563/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BitwiseShiftChecker.cpp.o
[3564/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o
[3565/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o
[3566/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o
[3567/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o
[3568/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o
[3569/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o
[3570/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o
[3571/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o
[3572/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o
[3573/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o
[3574/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o
[3575/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o
[3576/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o
[3577/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o
[3578/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o
[3579/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXDeleteChecker.cpp.o
[3580/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o
[3581/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o
[3582/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o
[3583/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o
[3584/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o
[3585/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o
[3586/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o
[3587/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o
[3588/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o
[3589/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o
[3590/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o
[3591/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o
[3592/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o
[3593/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o
[3594/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o
[3595/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoChecker.cpp.o
[3596/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoModeling.cpp.o
[3597/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoTesterChecker.cpp.o
[3598/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o
[3599/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o
[3600/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o
[3601/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o
[3602/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o
[3603/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o
[3604/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o
[3605/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o
[3606/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/InvalidPtrChecker.cpp.o
[3607/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o
[3608/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o
[3609/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o
[3610/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o
[3611/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o
[3612/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o
[3613/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o
[3614/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o
[3615/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o
[3616/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o
[3617/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o
[3618/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o
[3619/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o
[3620/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o
[3621/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o
[3622/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o
[3623/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o
[3624/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o
[3625/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o
[3626/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoOwnershipChangeVisitor.cpp.o
[3627/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o
[3628/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o
[3629/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o
[3630/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o
[3631/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o
[3632/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o
[3633/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o
[3634/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o
[3635/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o
[3636/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o
[3637/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o
[3638/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o
[3639/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o
[3640/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o
[3641/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o
[3642/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PutenvStackArrayChecker.cpp.o
[3643/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o
[3644/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o
[3645/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o
[3646/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o
[3647/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SetgidSetuidOrderChecker.cpp.o
[3648/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o
[3649/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o
[3650/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o
[3651/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o
[3652/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o
[3653/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o
[3654/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o
[3655/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o
[3656/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdVariantChecker.cpp.o
[3657/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o
[3658/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o
[3659/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StringChecker.cpp.o
[3660/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o
[3661/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o
[3662/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o
[3663/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o
[3664/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o
[3665/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustReturnsNonnullChecker.cpp.o
[3666/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o
[3667/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o
[3668/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o
[3669/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o
[3670/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o
[3671/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o
[3672/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedNewArraySizeChecker.cpp.o
[3673/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o
[3674/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o
[3675/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o
[3676/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o
[3677/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o
[3678/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o
[3679/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o
[3680/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o
[3681/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o
[3682/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o
[3683/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o
[3684/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MatchFilePath.cpp.o
[3685/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o
[3686/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o
[3687/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o
[3688/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o
[3689/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/DefinitionBlockSeparator.cpp.o
[3690/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RawPtrRefCallArgsChecker.cpp.o
[3691/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o
[3692/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o
[3693/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/IntegerLiteralSeparatorFixer.cpp.o
[3694/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroCallReconstructor.cpp.o
[3695/4784](31) Building Opts.inc...
[3696/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o
[3697/4784](31) Building InstallAPIOpts.inc...
[3698/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RawPtrRefLambdaCapturesChecker.cpp.o
[3699/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o
[3700/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o
[3701/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o
[3702/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RawPtrRefLocalVarsChecker.cpp.o
[3703/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RawPtrRefMemberChecker.cpp.o
[3704/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o
[3705/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o
[3706/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ObjCPropertyAttributeOrderFixer.cpp.o
[3707/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o
[3708/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/QualifierAlignmentFixer.cpp.o
[3709/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o
[3710/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o
[3711/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o
[3712/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o
[3713/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o
[3714/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/MemoryUnsafeCastChecker.cpp.o
[3715/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o
[3716/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ClangTidyProfiling.cpp.o
[3717/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o
[3718/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/GlobList.cpp.o
[3719/4784](31) Building CXX object tools/clang/tools/driver/CMakeFiles/obj.clang.dir/cc1gen_reproducer_main.cpp.o
[3720/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o
[3721/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o
[3722/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o
[3723/4784](31) Building CXX object tools/clang/tools/driver/CMakeFiles/obj.clang.dir/cc1as_main.cpp.o
[3724/4784](31) Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o
[3725/4784](31) Linking CXX static library lib/libclangFormat.a
[3726/4784](31) Linking CXX static library lib/libclangTooling.a
[3727/4784](31) Linking CXX static library lib/libclangDependencyScanning.a
[3728/4784](31) Linking CXX static library lib/libclangIndex.a
[3729/4784](31) Linking CXX static library lib/libclangCrossTU.a
[3730/4784](31) Linking CXX static library lib/libclangExtractAPI.a
[3731/4784](31) Linking CXX static library lib/libclangToolingRefactoring.a
[3732/4784](31) Linking CXX static library lib/libclangTransformer.a
[3733/4784](31) Linking CXX static library lib/libclangStaticAnalyzerCore.a
[3734/4784](31) Building CXX object tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o
[3735/4784](31) Linking CXX executable bin/clang-format
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[3736/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ClangTidyOptions.cpp.o
[3737/4784](31) Building CXX object tools/clang/tools/driver/CMakeFiles/obj.clang.dir/driver.cpp.o
[3738/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/NoLintDirectiveHandler.cpp.o
[3739/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ForwardDeclChecker.cpp.o
[3740/4784](31) Building CXX object tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o
[3741/4784](31) Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RetainPtrCtorAdoptChecker.cpp.o
[3742/4784](31) Linking CXX static library lib/libclangStaticAnalyzerCheckers.a
[3743/4784](31) Linking CXX static library lib/libclangStaticAnalyzerFrontend.a
[3744/4784](31) Building CXX object tools/clang/tools/clang-installapi/CMakeFiles/obj.clang-installapi.dir/Options.cpp.o
[3745/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ClangTidyDiagnosticConsumer.cpp.o
[3746/4784](31) Building CXX object tools/clang/tools/driver/CMakeFiles/obj.clang.dir/cc1_main.cpp.o
[3747/4784](31) Building CXX object tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/ClangApplyReplacementsMain.cpp.o
[3748/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ClangTidyModule.cpp.o
[3749/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ClangTidyCheck.cpp.o
[3750/4784](31) Building CXX object tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o
[3751/4784](31) Building CXX object tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/obj.clangApplyReplacements.dir/lib/Tooling/ApplyReplacements.cpp.o
[3752/4784](31) Linking CXX static library lib/libclangApplyReplacements.a
[3753/4784](31) Linking CXX executable bin/clang-refactor
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[3754/4784](31) Linking CXX executable bin/clang-apply-replacements
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[3755/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/AndroidTidyModule.cpp.o
[3756/4784](31) Building CXX object tools/clang/tools/clang-installapi/CMakeFiles/obj.clang-installapi.dir/ClangInstallAPI.cpp.o
[3757/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ExpandModularHeadersPPCallbacks.cpp.o
[3758/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecAcceptCheck.cpp.o
[3759/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecAccept4Check.cpp.o
[3760/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecDupCheck.cpp.o
[3761/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecEpollCreateCheck.cpp.o
[3762/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecCreatCheck.cpp.o
[3763/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecFopenCheck.cpp.o
[3764/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecCheck.cpp.o
[3765/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecEpollCreate1Check.cpp.o
[3766/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecInotifyInitCheck.cpp.o
[3767/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecInotifyInit1Check.cpp.o
[3768/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecMemfdCreateCheck.cpp.o
[3769/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecOpenCheck.cpp.o
[3770/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecPipeCheck.cpp.o
[3771/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecSocketCheck.cpp.o
[3772/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/CloexecPipe2Check.cpp.o
[3773/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/obj.clangTidyAndroidModule.dir/ComparisonInTempFailureRetryCheck.cpp.o
[3774/4784](31) Building CXX object tools/clang/tools/clang-scan-deps/CMakeFiles/obj.clang-scan-deps.dir/ClangScanDeps.cpp.o
[3775/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/AbseilTidyModule.cpp.o
[3776/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/obj.clangTidy.dir/ClangTidy.cpp.o
[3777/4784](31) Linking CXX static library lib/libclangTidy.a
[3778/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/CleanupCtadCheck.cpp.o
[3779/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationAdditionCheck.cpp.o
[3780/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationComparisonCheck.cpp.o
[3781/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationConversionCastCheck.cpp.o
[3782/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationFactoryFloatCheck.cpp.o
[3783/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationDivisionCheck.cpp.o
[3784/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationFactoryScaleCheck.cpp.o
[3785/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationSubtractionCheck.cpp.o
[3786/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationRewriter.cpp.o
[3787/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/NoInternalDependenciesCheck.cpp.o
[3788/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/NoNamespaceCheck.cpp.o
[3789/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/DurationUnnecessaryConversionCheck.cpp.o
[3790/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/FasterStrsplitDelimiterCheck.cpp.o
[3791/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/altera/CMakeFiles/obj.clangTidyAlteraModule.dir/AlteraTidyModule.cpp.o
[3792/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/TimeComparisonCheck.cpp.o
[3793/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/RedundantStrcatCallsCheck.cpp.o
[3794/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/StrCatAppendCheck.cpp.o
[3795/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/altera/CMakeFiles/obj.clangTidyAlteraModule.dir/SingleWorkItemBarrierCheck.cpp.o
[3796/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/TimeSubtractionCheck.cpp.o
[3797/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/altera/CMakeFiles/obj.clangTidyAlteraModule.dir/StructPackAlignCheck.cpp.o
[3798/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/UpgradeDurationConversionsCheck.cpp.o
[3799/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/altera/CMakeFiles/obj.clangTidyAlteraModule.dir/IdDependentBackwardBranchCheck.cpp.o
[3800/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/obj.clangTidyBoostModule.dir/BoostTidyModule.cpp.o
[3801/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/altera/CMakeFiles/obj.clangTidyAlteraModule.dir/UnrollLoopsCheck.cpp.o
[3802/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/altera/CMakeFiles/obj.clangTidyAlteraModule.dir/KernelNameRestrictionCheck.cpp.o
[3803/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/obj.clangTidyBoostModule.dir/UseRangesCheck.cpp.o
[3804/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/StringFindStartswithCheck.cpp.o
[3805/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/abseil/CMakeFiles/obj.clangTidyAbseilModule.dir/StringFindStrContainsCheck.cpp.o
[3806/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/obj.clangTidyBoostModule.dir/UseToStringCheck.cpp.o
[3807/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ArgumentCommentCheck.cpp.o
[3808/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/BadSignalToKillThreadCheck.cpp.o
[3809/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/AssertSideEffectCheck.cpp.o
[3810/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/BitwisePointerCastCheck.cpp.o
[3811/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/BoolPointerImplicitConversionCheck.cpp.o
[3812/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/CastingThroughVoidCheck.cpp.o
[3813/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/CapturingThisInMemberVariableCheck.cpp.o
[3814/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ChainedComparisonCheck.cpp.o
[3815/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ComparePointerToMemberVirtualFunctionCheck.cpp.o
[3816/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/CopyConstructorInitCheck.cpp.o
[3817/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/CrtpConstructorAccessibilityCheck.cpp.o
[3818/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/DynamicStaticInitializersCheck.cpp.o
[3819/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/BugproneTidyModule.cpp.o
[3820/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ExceptionEscapeCheck.cpp.o
[3821/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/EmptyCatchCheck.cpp.o
[3822/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/FoldInitTypeCheck.cpp.o
[3823/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/DanglingHandleCheck.cpp.o
[3824/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ForwardDeclarationNamespaceCheck.cpp.o
[3825/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/IncorrectEnableIfCheck.cpp.o
[3826/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/InaccurateEraseCheck.cpp.o
[3827/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ForwardingReferenceOverloadCheck.cpp.o
[3828/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/IncorrectEnableSharedFromThisCheck.cpp.o
[3829/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ImplicitWideningOfMultiplicationResultCheck.cpp.o
[3830/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ReturnConstRefFromParameterCheck.cpp.o
[3831/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SwitchMissingDefaultCaseCheck.cpp.o
[3832/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnintendedCharOstreamOutputCheck.cpp.o
[3833/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/IncDecInConditionsCheck.cpp.o
[3834/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/IncorrectRoundingsCheck.cpp.o
[3835/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/BranchCloneCheck.cpp.o
[3836/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousStringviewDataUsageCheck.cpp.o
[3837/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/IntegerDivisionCheck.cpp.o
[3838/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/InfiniteLoopCheck.cpp.o
[3839/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/LambdaFunctionNameCheck.cpp.o
[3840/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/AssignmentInIfConditionCheck.cpp.o
[3841/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MacroParenthesesCheck.cpp.o
[3842/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MisplacedPointerArithmeticInAllocCheck.cpp.o
[3843/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MisplacedOperatorInStrlenInAllocCheck.cpp.o
[3844/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MacroRepeatedSideEffectsCheck.cpp.o
[3845/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MultiLevelImplicitPointerConversionCheck.cpp.o
[3846/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MisplacedWideningCastCheck.cpp.o
[3847/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MultipleStatementMacroCheck.cpp.o
[3848/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MoveForwardingReferenceCheck.cpp.o
[3849/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/NoEscapeCheck.cpp.o
[3850/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/MultipleNewInOneExpressionCheck.cpp.o
[3851/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/NondeterministicPointerIterationOrderCheck.cpp.o
[3852/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/NonZeroEnumToBoolConversionCheck.cpp.o
[3853/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/NarrowingConversionsCheck.cpp.o
[3854/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ParentVirtualCallCheck.cpp.o
[3855/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SharedPtrArrayMismatchCheck.cpp.o
[3856/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ReservedIdentifierCheck.cpp.o
[3857/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/PointerArithmeticOnPolymorphicObjectCheck.cpp.o
[3858/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/EasilySwappableParametersCheck.cpp.o
[3859/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/PosixReturnCheck.cpp.o
[3860/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/OptionalValueConversionCheck.cpp.o
[3861/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/RedundantBranchConditionCheck.cpp.o
[3862/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SignalHandlerCheck.cpp.o
[3863/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SizeofContainerCheck.cpp.o
[3864/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SignedCharMisuseCheck.cpp.o
[3865/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SmartPtrArrayMismatchCheck.cpp.o
[3866/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SpuriouslyWakeUpFunctionsCheck.cpp.o
[3867/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/StandaloneEmptyCheck.cpp.o
[3868/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SizeofExpressionCheck.cpp.o
[3869/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/StringLiteralWithEmbeddedNulCheck.cpp.o
[3870/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/NotNullTerminatedResultCheck.cpp.o
[3871/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/StringIntegerAssignmentCheck.cpp.o
[3872/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/StringConstructorCheck.cpp.o
[3873/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousMemoryComparisonCheck.cpp.o
[3874/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousMissingCommaCheck.cpp.o
[3875/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousEnumUsageCheck.cpp.o
[3876/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousMemsetUsageCheck.cpp.o
[3877/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousIncludeCheck.cpp.o
[3878/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousSemicolonCheck.cpp.o
[3879/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SwappedArgumentsCheck.cpp.o
[3880/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/StringviewNullptrCheck.cpp.o
[3881/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousReallocUsageCheck.cpp.o
[3882/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/TaggedUnionMemberCountCheck.cpp.o
[3883/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/TerminatingContinueCheck.cpp.o
[3884/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/SuspiciousStringCompareCheck.cpp.o
[3885/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UndefinedMemoryManipulationCheck.cpp.o
[3886/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/ThrowKeywordMissingCheck.cpp.o
[3887/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UniquePtrArrayMismatchCheck.cpp.o
[3888/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UndelegatedConstructorCheck.cpp.o
[3889/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnhandledExceptionAtNewCheck.cpp.o
[3890/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/TooSmallLoopVariableCheck.cpp.o
[3891/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnusedLocalNonTrivialVariableCheck.cpp.o
[3892/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnusedRaiiCheck.cpp.o
[3893/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UncheckedOptionalAccessCheck.cpp.o
[3894/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnsafeFunctionsCheck.cpp.o
[3895/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnhandledSelfAssignmentCheck.cpp.o
[3896/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UnusedReturnValueCheck.cpp.o
[3897/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/VirtualNearMissCheck.cpp.o
[3898/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/CommandProcessorCheck.cpp.o
[3899/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/CERTTidyModule.cpp.o
[3900/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/DefaultOperatorNewAlignmentCheck.cpp.o
[3901/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/LimitedRandomnessCheck.cpp.o
[3902/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/FloatLoopCounter.cpp.o
[3903/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/DontModifyStdNamespaceCheck.cpp.o
[3904/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/obj.clangTidyBugproneModule.dir/UseAfterMoveCheck.cpp.o
[3905/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/ProperlySeededRandomGeneratorCheck.cpp.o
[3906/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/StrToNumCheck.cpp.o
[3907/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/NonTrivialTypesLibcMemoryCallsCheck.cpp.o
[3908/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/StaticObjectExceptionCheck.cpp.o
[3909/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/MutatingCopyCheck.cpp.o
[3910/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/VariadicFunctionDefCheck.cpp.o
[3911/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/concurrency/CMakeFiles/obj.clangTidyConcurrencyModule.dir/ConcurrencyTidyModule.cpp.o
[3912/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/ThrownExceptionTypeCheck.cpp.o
[3913/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/obj.clangTidyCERTModule.dir/SetLongJmpCheck.cpp.o
[3914/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/concurrency/CMakeFiles/obj.clangTidyConcurrencyModule.dir/MtUnsafeCheck.cpp.o
[3915/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/AvoidCapturingLambdaCoroutinesCheck.cpp.o
[3916/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/AvoidDoWhileCheck.cpp.o
[3917/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/AvoidConstOrRefDataMembersCheck.cpp.o
[3918/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/concurrency/CMakeFiles/obj.clangTidyConcurrencyModule.dir/ThreadCanceltypeAsynchronousCheck.cpp.o
[3919/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/AvoidReferenceCoroutineParametersCheck.cpp.o
[3920/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/AvoidGotoCheck.cpp.o
[3921/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/AvoidNonConstGlobalVariablesCheck.cpp.o
[3922/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/CppCoreGuidelinesTidyModule.cpp.o
[3923/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/MisleadingCaptureDefaultByValueCheck.cpp.o
[3924/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/InterfacesGlobalInitCheck.cpp.o
[3925/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/NoMallocCheck.cpp.o
[3926/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/InitVariablesCheck.cpp.o
[3927/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/MacroUsageCheck.cpp.o
[3928/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/MissingStdForwardCheck.cpp.o
[3929/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/NoSuspendWithLockCheck.cpp.o
[3930/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProBoundsArrayToPointerDecayCheck.cpp.o
[3931/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeConstCastCheck.cpp.o
[3932/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/PreferMemberInitializerCheck.cpp.o
[3933/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProBoundsPointerArithmeticCheck.cpp.o
[3934/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeCstyleCastCheck.cpp.o
[3935/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeReinterpretCastCheck.cpp.o
[3936/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeStaticCastDowncastCheck.cpp.o
[3937/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeUnionAccessCheck.cpp.o
[3938/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/OwningMemoryCheck.cpp.o
[3939/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProBoundsConstantArrayIndexCheck.cpp.o
[3940/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/SpecialMemberFunctionsCheck.cpp.o
[3941/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/SlicingCheck.cpp.o
[3942/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/VirtualClassDestructorCheck.cpp.o
[3943/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/darwin/CMakeFiles/obj.clangTidyDarwinModule.dir/DarwinTidyModule.cpp.o
[3944/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/darwin/CMakeFiles/obj.clangTidyDarwinModule.dir/AvoidSpinlockCheck.cpp.o
[3945/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeVarargCheck.cpp.o
[3946/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/darwin/CMakeFiles/obj.clangTidyDarwinModule.dir/DispatchOnceNonstaticCheck.cpp.o
[3947/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/RvalueReferenceParamNotMovedCheck.cpp.o
[3948/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/DefaultArgumentsCallsCheck.cpp.o
[3949/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/obj.clangTidyCppCoreGuidelinesModule.dir/ProTypeMemberInitCheck.cpp.o
[3950/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/DefaultArgumentsDeclarationsCheck.cpp.o
[3951/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/FuchsiaTidyModule.cpp.o
[3952/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/OverloadedOperatorCheck.cpp.o
[3953/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/MultipleInheritanceCheck.cpp.o
[3954/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/StaticallyConstructedObjectsCheck.cpp.o
[3955/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/VirtualInheritanceCheck.cpp.o
[3956/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/fuchsia/CMakeFiles/obj.clangTidyFuchsiaModule.dir/TrailingReturnCheck.cpp.o
[3957/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/AvoidThrowingObjCExceptionCheck.cpp.o
[3958/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/AvoidNSObjectNewCheck.cpp.o
[3959/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/AvoidCStyleCastsCheck.cpp.o
[3960/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/DefaultArgumentsCheck.cpp.o
[3961/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/ExplicitConstructorCheck.cpp.o
[3962/4784](31) Linking CXX executable bin/clang-tidy-confusable-chars-gen
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[3963/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/FunctionNamingCheck.cpp.o
[3964/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/GlobalNamesInHeadersCheck.cpp.o
[3965/4784](31) Generating Confusables.inc
[3966/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/ExplicitMakePairCheck.cpp.o
[3967/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/GlobalVariableDeclarationCheck.cpp.o
[3968/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/AvoidUnderscoreInGoogletestNameCheck.cpp.o
[3969/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/GoogleTidyModule.cpp.o
[3970/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/OverloadedUnaryAndCheck.cpp.o
[3971/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/UnnamedNamespaceInHeaderCheck.cpp.o
[3972/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/IntegerTypesCheck.cpp.o
[3973/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/UsingNamespaceDirectiveCheck.cpp.o
[3974/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/obj.clangTidyHICPPModule.dir/IgnoredRemoveResultCheck.cpp.o
[3975/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/TodoCommentCheck.cpp.o
[3976/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/obj.clangTidyHICPPModule.dir/NoAssemblerCheck.cpp.o
[3977/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/linuxkernel/CMakeFiles/obj.clangTidyLinuxKernelModule.dir/LinuxKernelTidyModule.cpp.o
[3978/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/obj.clangTidyHICPPModule.dir/ExceptionBaseclassCheck.cpp.o
[3979/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/obj.clangTidyHICPPModule.dir/MultiwayPathsCoveredCheck.cpp.o
[3980/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/obj.clangTidyHICPPModule.dir/HICPPTidyModule.cpp.o
[3981/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/linuxkernel/CMakeFiles/obj.clangTidyLinuxKernelModule.dir/MustCheckErrsCheck.cpp.o
[3982/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/obj.clangTidyHICPPModule.dir/SignedBitwiseCheck.cpp.o
[3983/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/obj.clangTidyLLVMModule.dir/LLVMTidyModule.cpp.o
[3984/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/obj.clangTidyLLVMModule.dir/PreferIsaOrDynCastInConditionalsCheck.cpp.o
[3985/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/obj.clangTidyGoogleModule.dir/UpgradeGoogletestCaseCheck.cpp.o
[3986/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/obj.clangTidyLLVMModule.dir/PreferRegisterOverUnsignedCheck.cpp.o
[3987/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/obj.clangTidyLLVMModule.dir/TwineLocalCheck.cpp.o
[3988/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvmlibc/CMakeFiles/obj.clangTidyLLVMLibcModule.dir/CalleeNamespaceCheck.cpp.o
[3989/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/obj.clangTidyLLVMModule.dir/HeaderGuardCheck.cpp.o
[3990/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/obj.clangTidyLLVMModule.dir/IncludeOrderCheck.cpp.o
[3991/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvmlibc/CMakeFiles/obj.clangTidyLLVMLibcModule.dir/ImplementationInNamespaceCheck.cpp.o
[3992/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvmlibc/CMakeFiles/obj.clangTidyLLVMLibcModule.dir/InlineFunctionDeclCheck.cpp.o
[3993/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvmlibc/CMakeFiles/obj.clangTidyLLVMLibcModule.dir/LLVMLibcTidyModule.cpp.o
[3994/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/IntegralLiteralExpressionMatcher.cpp.o
[3995/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/llvmlibc/CMakeFiles/obj.clangTidyLLVMLibcModule.dir/RestrictSystemLibcHeadersCheck.cpp.o
[3996/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/DefinitionsInHeadersCheck.cpp.o
[3997/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/CoroutineHostileRAIICheck.cpp.o
[3998/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/AvoidCArraysCheck.cpp.o
[3999/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/AvoidBindCheck.cpp.o
[4000/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/ConstCorrectnessCheck.cpp.o
[4001/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/ConfusableIdentifierCheck.cpp.o
[4002/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/HeaderIncludeCycleCheck.cpp.o
[4003/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/MiscTidyModule.cpp.o
[4004/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/MisplacedConstCheck.cpp.o
[4005/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/NewDeleteOverloadsCheck.cpp.o
[4006/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/MisleadingIdentifier.cpp.o
[4007/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/MisleadingBidirectional.cpp.o
[4008/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/NonCopyableObjects.cpp.o
[4009/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/NonPrivateMemberVariablesInClassesCheck.cpp.o
[4010/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/IncludeCleanerCheck.cpp.o
[4011/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/ThrowByValueCatchByReferenceCheck.cpp.o
[4012/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/NoRecursionCheck.cpp.o
[4013/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UniqueptrResetReleaseCheck.cpp.o
[4014/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UnusedAliasDeclsCheck.cpp.o
[4015/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UnconventionalAssignOperatorCheck.cpp.o
[4016/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UseAnonymousNamespaceCheck.cpp.o
[4017/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ConcatNestedNamespacesCheck.cpp.o
[4018/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UseInternalLinkageCheck.cpp.o
[4019/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/StaticAssertCheck.cpp.o
[4020/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/RedundantExpressionCheck.cpp.o
[4021/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UnusedUsingDeclsCheck.cpp.o
[4022/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/DeprecatedIosBaseAliasesCheck.cpp.o
[4023/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/MakeSharedCheck.cpp.o
[4024/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/MakeUniqueCheck.cpp.o
[4025/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/MacroToEnumCheck.cpp.o
[4026/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/RawStringLiteralCheck.cpp.o
[4027/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UnaryStaticAssertCheck.cpp.o
[4028/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/MakeSmartPtrCheck.cpp.o
[4029/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/MinMaxUseInitializerListCheck.cpp.o
[4030/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/TypeTraitsCheck.cpp.o
[4031/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ReturnBracedInitListCheck.cpp.o
[4032/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ShrinkToFitCheck.cpp.o
[4033/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseBoolLiteralsCheck.cpp.o
[4034/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/obj.clangTidyMiscModule.dir/UnusedParametersCheck.cpp.o
[4035/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ReplaceDisallowCopyAndAssignMacroCheck.cpp.o
[4036/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/RedundantVoidArgCheck.cpp.o
[4037/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseConstraintsCheck.cpp.o
[4038/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ModernizeTidyModule.cpp.o
[4039/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ReplaceRandomShuffleCheck.cpp.o
[4040/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseDesignatedInitializersCheck.cpp.o
[4041/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseAutoCheck.cpp.o
[4042/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/ReplaceAutoPtrCheck.cpp.o
[4043/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseEqualsDeleteCheck.cpp.o
[4044/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseDefaultMemberInitCheck.cpp.o
[4045/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/DeprecatedHeadersCheck.cpp.o
[4046/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseNodiscardCheck.cpp.o
[4047/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseNoexceptCheck.cpp.o
[4048/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseIntegerSignComparisonCheck.cpp.o
[4049/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseEmplaceCheck.cpp.o
[4050/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseEqualsDefaultCheck.cpp.o
[4051/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseOverrideCheck.cpp.o
[4052/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseRangesCheck.cpp.o
[4053/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseStdFormatCheck.cpp.o
[4054/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseStartsEndsWithCheck.cpp.o
[4055/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/PassByValueCheck.cpp.o
[4056/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseUncaughtExceptionsCheck.cpp.o
[4057/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseTransparentFunctorsCheck.cpp.o
[4058/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/AvoidNSErrorInitCheck.cpp.o
[4059/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseStdPrintCheck.cpp.o
[4060/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseUsingCheck.cpp.o
[4061/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/AssertEquals.cpp.o
[4062/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/DeallocInCategoryCheck.cpp.o
[4063/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseStdNumbersCheck.cpp.o
[4064/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/ForbiddenSubclassingCheck.cpp.o
[4065/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/MissingHashCheck.cpp.o
[4066/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/NSDateFormatterCheck.cpp.o
[4067/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/NSInvocationArgumentLifetimeCheck.cpp.o
[4068/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/obj.clangTidyMPIModule.dir/BufferDerefCheck.cpp.o
[4069/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/obj.clangTidyMPIModule.dir/MPITidyModule.cpp.o
[4070/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/ObjCTidyModule.cpp.o
[4071/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/PropertyDeclarationCheck.cpp.o
[4072/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/objc/CMakeFiles/obj.clangTidyObjCModule.dir/SuperSelfCheck.cpp.o
[4073/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/openmp/CMakeFiles/obj.clangTidyOpenMPModule.dir/ExceptionEscapeCheck.cpp.o
[4074/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/openmp/CMakeFiles/obj.clangTidyOpenMPModule.dir/OpenMPTidyModule.cpp.o
[4075/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/obj.clangTidyMPIModule.dir/TypeMismatchCheck.cpp.o
[4076/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/openmp/CMakeFiles/obj.clangTidyOpenMPModule.dir/UseDefaultNoneCheck.cpp.o
[4077/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/LoopConvertCheck.cpp.o
[4078/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/AvoidEndlCheck.cpp.o
[4079/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/EnumSizeCheck.cpp.o
[4080/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/FasterStringFindCheck.cpp.o
[4081/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/LoopConvertUtils.cpp.o
[4082/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/ForRangeCopyCheck.cpp.o
[4083/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/ImplicitConversionInLoopCheck.cpp.o
[4084/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseTrailingReturnTypeCheck.cpp.o
[4085/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/InefficientAlgorithmCheck.cpp.o
[4086/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/InefficientStringConcatenationCheck.cpp.o
[4087/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/NoIntToPtrCheck.cpp.o
[4088/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/MoveConstructorInitCheck.cpp.o
[4089/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/NoexceptFunctionBaseCheck.cpp.o
[4090/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/NoexceptDestructorCheck.cpp.o
[4091/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/NoexceptMoveConstructorCheck.cpp.o
[4092/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/NoexceptSwapCheck.cpp.o
[4093/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/PerformanceTidyModule.cpp.o
[4094/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/NoAutomaticMoveCheck.cpp.o
[4095/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/InefficientVectorOperationCheck.cpp.o
[4096/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/TriviallyDestructibleCheck.cpp.o
[4097/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/MoveConstArgCheck.cpp.o
[4098/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/portability/CMakeFiles/obj.clangTidyPortabilityModule.dir/PortabilityTidyModule.cpp.o
[4099/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/portability/CMakeFiles/obj.clangTidyPortabilityModule.dir/SIMDIntrinsicsCheck.cpp.o
[4100/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/portability/CMakeFiles/obj.clangTidyPortabilityModule.dir/TemplateVirtualMemberFunctionCheck.cpp.o
[4101/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/portability/CMakeFiles/obj.clangTidyPortabilityModule.dir/StdAllocatorConstCheck.cpp.o
[4102/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/AvoidConstParamsInDecls.cpp.o
[4103/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/portability/CMakeFiles/obj.clangTidyPortabilityModule.dir/RestrictSystemIncludesCheck.cpp.o
[4104/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/UnnecessaryCopyInitialization.cpp.o
[4105/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/AvoidNestedConditionalOperatorCheck.cpp.o
[4106/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/AmbiguousSmartptrResetCallCheck.cpp.o
[4107/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/TypePromotionInMathFnCheck.cpp.o
[4108/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/AvoidReturnWithVoidValueCheck.cpp.o
[4109/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/obj.clangTidyPerformanceModule.dir/UnnecessaryValueParamCheck.cpp.o
[4110/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/AvoidUnconditionalPreprocessorIfCheck.cpp.o
[4111/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/obj.clangTidyModernizeModule.dir/UseNullptrCheck.cpp.o
[4112/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/BracesAroundStatementsCheck.cpp.o
[4113/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ConstReturnTypeCheck.cpp.o
[4114/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ContainerContainsCheck.cpp.o
[4115/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ContainerDataPointerCheck.cpp.o
[4116/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/EnumInitialValueCheck.cpp.o
[4117/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/DeleteNullPointerCheck.cpp.o
[4118/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/IdentifierLengthCheck.cpp.o
[4119/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/DuplicateIncludeCheck.cpp.o
[4120/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ElseAfterReturnCheck.cpp.o
[4121/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantInlineSpecifierCheck.cpp.o
[4122/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/IsolateDeclarationCheck.cpp.o
[4123/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/InconsistentDeclarationParameterNameCheck.cpp.o
[4124/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/MagicNumbersCheck.cpp.o
[4125/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/MathMissingParenthesesCheck.cpp.o
[4126/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/MisleadingIndentationCheck.cpp.o
[4127/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/MisplacedArrayIndexCheck.cpp.o
[4128/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/NamedParameterCheck.cpp.o
[4129/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/IdentifierNamingCheck.cpp.o
[4130/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ImplicitBoolConversionCheck.cpp.o
[4131/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/NamespaceCommentCheck.cpp.o
[4132/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ContainerSizeEmptyCheck.cpp.o
[4133/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/NonConstParameterCheck.cpp.o
[4134/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/OperatorsRepresentationCheck.cpp.o
[4135/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/ClangTidyToolMain.cpp.o
[4136/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/QualifiedAutoCheck.cpp.o
[4137/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantAccessSpecifiersCheck.cpp.o
[4138/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ReadabilityTidyModule.cpp.o
[4139/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantCastingCheck.cpp.o
[4140/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantControlFlowCheck.cpp.o
[4141/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantDeclarationCheck.cpp.o
[4142/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantFunctionPtrDereferenceCheck.cpp.o
[4143/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ConvertMemberFunctionsToStatic.cpp.o
[4144/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/obj.clangTidyMain.dir/ClangTidyMain.cpp.o
[4145/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/Aliasing.cpp.o
[4146/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/BracesAroundStatement.cpp.o
[4147/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/FileExtensionsUtils.cpp.o
[4148/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantMemberInitCheck.cpp.o
[4149/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/DesignatedInitializers.cpp.o
[4150/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/ExceptionSpecAnalyzer.cpp.o
[4151/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/FunctionCognitiveComplexityCheck.cpp.o
[4152/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/FunctionSizeCheck.cpp.o
[4153/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantPreprocessorCheck.cpp.o
[4154/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/StaticAccessedThroughInstanceCheck.cpp.o
[4155/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/StaticDefinitionInAnonymousNamespaceCheck.cpp.o
[4156/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/ReferenceToConstructedTemporaryCheck.cpp.o
[4157/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/MakeMemberFunctionConstCheck.cpp.o
[4158/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/OptionsUtils.cpp.o
[4159/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/SimplifySubscriptExprCheck.cpp.o
[4160/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantStringInitCheck.cpp.o
[4161/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantSmartptrGetCheck.cpp.o
[4162/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/RedundantStringCStrCheck.cpp.o
[4163/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/StringCompareCheck.cpp.o
[4164/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/FixItHintUtils.cpp.o
[4165/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/SuspiciousCallArgumentCheck.cpp.o
[4166/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/ExprSequence.cpp.o
[4167/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/zircon/CMakeFiles/obj.clangTidyZirconModule.dir/ZirconTidyModule.cpp.o
[4168/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/UniqueptrDeleteReleaseCheck.cpp.o
[4169/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/UppercaseLiteralSuffixCheck.cpp.o
[4170/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/zircon/CMakeFiles/obj.clangTidyZirconModule.dir/TemporaryObjectsCheck.cpp.o
[4171/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/ASTUtils.cpp.o
[4172/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/support/CMakeFiles/obj.clangDocSupport.dir/File.cpp.o
[4173/4784](31) Linking CXX static library lib/libclangDocSupport.a
[4174/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/UseAnyOfAllOfCheck.cpp.o
[4175/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/UseStdMinMaxCheck.cpp.o
[4176/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/DeclRefExprUtils.cpp.o
[4177/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/LexerUtils.cpp.o
[4178/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/CMakeFiles/obj.clangIncludeFixer.dir/IncludeFixerContext.cpp.o
[4179/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/CMakeFiles/obj.clangIncludeFixer.dir/InMemorySymbolIndex.cpp.o
[4180/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/ExceptionAnalyzer.cpp.o
[4181/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/CMakeFiles/obj.clangIncludeFixer.dir/FuzzySymbolIndex.cpp.o
[4182/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/HeaderMapCollector.cpp.o
[4183/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/CMakeFiles/obj.clangIncludeFixer.dir/YamlSymbolIndex.cpp.o
[4184/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/CMakeFiles/obj.clangIncludeFixer.dir/SymbolIndexManager.cpp.o
[4185/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/IncludeSorter.cpp.o
[4186/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/IncludeInserter.cpp.o
[4187/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/FindAllMacros.cpp.o
[4188/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/PathConfig.cpp.o
[4189/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/Matchers.cpp.o
[4190/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/obj.clangTidyReadabilityModule.dir/SimplifyBooleanExprCheck.cpp.o
[4191/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/FormatStringConverter.cpp.o
[4192/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/Generators.cpp.o
[4193/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/SymbolInfo.cpp.o
[4194/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/TypeTraits.cpp.o
[4195/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/NamespaceAliaser.cpp.o
[4196/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/HeaderGuard.cpp.o
[4197/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/MDGenerator.cpp.o
[4198/4784](31) Generating code completion model runtime...
[4199/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/UsingInserter.cpp.o
[4200/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/ClangDoc.cpp.o
[4201/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/TransformerClangTidyCheck.cpp.o
[4202/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Bracket.cpp.o
[4203/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/BitcodeWriter.cpp.o
[4204/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Context.cpp.o
[4205/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Cancellation.cpp.o
[4206/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/HTMLGenerator.cpp.o
[4207/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/IncludeSpeller.cpp.o
[4208/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/STLPostfixHeaderMap.cpp.o
[4209/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/UseRangesCheck.cpp.o
[4210/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/Types.cpp.o
[4211/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/YAMLGenerator.cpp.o
[4212/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/CMakeFiles/obj.clangIncludeFixer.dir/IncludeFixer.cpp.o
[4213/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Config.cpp.o
[4214/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/BitcodeReader.cpp.o
[4215/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/Representation.cpp.o
[4216/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/Analysis.cpp.o
[4217/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/Serialize.cpp.o
[4218/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ConfigProvider.cpp.o
[4219/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/LocateSymbol.cpp.o
[4220/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Feature.cpp.o
[4221/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/tool/CMakeFiles/clang-include-fixer.dir/ClangIncludeFixer.cpp.o
[4222/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/DraftStore.cpp.o
[4223/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/FindHeaders.cpp.o
[4224/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/HTMLReport.cpp.o
[4225/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/FeatureModule.cpp.o
[4226/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/PragmaCommentHandler.cpp.o
[4227/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/DecisionForest.cpp.o
[4228/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/tool/CMakeFiles/clang-doc.dir/ClangDocMain.cpp.o
[4229/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/CodeCompletionStrings.cpp.o
[4230/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ConfigYAML.cpp.o
[4231/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/FindAllSymbolsAction.cpp.o
[4232/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/FuzzyMatch.cpp.o
[4233/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/FS.cpp.o
[4234/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/FileDistance.cpp.o
[4235/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/Record.cpp.o
[4236/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ExpectedTypes.cpp.o
[4237/4784](31) Building CXX object tools/clang/tools/extra/clang-doc/CMakeFiles/obj.clangDoc.dir/Mapper.cpp.o
[4238/4784](31) Linking CXX static library lib/libclangDoc.a
[4239/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ConfigCompile.cpp.o
[4240/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Format.cpp.o
[4241/4784](31) Linking CXX executable bin/clang-doc
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[4242/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/PathMapping.cpp.o
[4243/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/CMakeFiles/obj.findAllSymbols.dir/FindAllSymbols.cpp.o
[4244/4784](31) Linking CXX static library lib/libfindAllSymbols.a
[4245/4784](31) Linking CXX static library lib/libclangIncludeFixer.a
[4246/4784](31) Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/obj.clangTidyUtils.dir/RenamerClangTidyCheck.cpp.o
[4247/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/JSONTransport.cpp.o
[4248/4784](31) Linking CXX static library lib/libclangTidyUtils.a
[4249/4784](31) Linking CXX static library lib/libclangTidyAndroidModule.a
[4250/4784](31) Linking CXX static library lib/libclangTidyAbseilModule.a
[4251/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Compiler.cpp.o
[4252/4784](31) Linking CXX static library lib/libclangTidyAlteraModule.a
[4253/4784](31) Linking CXX static library lib/libclangTidyBoostModule.a
[4254/4784](31) Linking CXX static library lib/libclangTidyConcurrencyModule.a
[4255/4784](31) Linking CXX static library lib/libclangTidyBugproneModule.a
[4256/4784](31) Linking CXX static library lib/libclangTidyDarwinModule.a
[4257/4784](31) Linking CXX static library lib/libclangTidyLinuxKernelModule.a
[4258/4784](31) Linking CXX static library lib/libclangTidyMPIModule.a
[4259/4784](31) Linking CXX static library lib/libclangTidyObjCModule.a
[4260/4784](31) Linking CXX static library lib/libclangTidyOpenMPModule.a
[4261/4784](31) Linking CXX static library lib/libclangTidyPerformanceModule.a
[4262/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ASTSignals.cpp.o
[4263/4784](31) Linking CXX static library lib/libclangTidyPortabilityModule.a
[4264/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/CollectMacros.cpp.o
[4265/4784](31) Linking CXX static library lib/libclangTidyReadabilityModule.a
[4266/4784](31) Linking CXX static library lib/libclangTidyZirconModule.a
[4267/4784](31) Linking CXX static library lib/libclangTidyLLVMLibcModule.a
[4268/4784](31) Linking CXX static library lib/libclangTidyGoogleModule.a
[4269/4784](31) Linking CXX static library lib/libclangTidyLLVMModule.a
[4270/4784](31) Linking CXX static library lib/libclangTidyModernizeModule.a
[4271/4784](31) Linking CXX static library lib/libclangTidyFuchsiaModule.a
[4272/4784](31) Building CXX object tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/FindAllSymbolsMain.cpp.o
[4273/4784](31) Linking CXX executable bin/clang-include-fixer
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[4274/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/RIFF.cpp.o
[4275/4784](31) Linking CXX executable bin/find-all-symbols
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[4276/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/CompileCommands.cpp.o
[4277/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/URI.cpp.o
[4278/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Protocol.cpp.o
[4279/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/TidyProvider.cpp.o
[4280/4784](31) Building CXX object tools/clang/tools/extra/include-cleaner/lib/CMakeFiles/obj.clangIncludeCleaner.dir/WalkAST.cpp.o
[4281/4784](31) Linking CXX static library lib/libclangIncludeCleaner.a
[4282/4784](31) Linking CXX static library lib/libclangTidyMiscModule.a
[4283/4784](31) Linking CXX static library lib/libclangTidyCERTModule.a
[4284/4784](31) Linking CXX static library lib/libclangTidyCppCoreGuidelinesModule.a
[4285/4784](31) Linking CXX static library lib/libclangTidyHICPPModule.a
[4286/4784](31) Linking CXX static library lib/libclangTidyMain.a
[4287/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/FindSymbols.cpp.o
[4288/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/SystemIncludeExtractor.cpp.o
[4289/4784](31) Linking CXX executable bin/clang-tidy
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]
[4290/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/HeaderSourceSwitch.cpp.o
[4291/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Headers.cpp.o
[4292/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/GlobalCompilationDatabase.cpp.o
[4293/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ModulesBuilder.cpp.o
[4294/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ScanningProjectModules.cpp.o
[4295/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/CanonicalIncludes.cpp.o
[4296/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/IncludeFixer.cpp.o
[4297/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Quality.cpp.o
[4298/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/IncludeCleaner.cpp.o
[4299/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ClangdServer.cpp.o
[4300/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/CodeComplete.cpp.o
[4301/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Index.cpp.o
[4302/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Diagnostics.cpp.o
[4303/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Hover.cpp.o
[4304/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Relation.cpp.o
[4305/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/DumpAST.cpp.o
[4306/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/SemanticSelection.cpp.o
[4307/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Ref.cpp.o
[4308/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/SymbolLocation.cpp.o
[4309/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Merge.cpp.o
[4310/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/ProjectAware.cpp.o
[4311/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/SymbolID.cpp.o
[4312/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/SymbolOrigin.cpp.o
[4313/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Symbol.cpp.o
[4314/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/dex/PostingList.cpp.o
[4315/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/SourceCode.cpp.o
[4316/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/dex/Iterator.cpp.o
[4317/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/dex/Trigram.cpp.o
[4318/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Preamble.cpp.o
[4319/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/MemIndex.cpp.o
[4320/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/DirectiveTree.cpp.o
[4321/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/BackgroundIndexStorage.cpp.o
[4322/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/BackgroundIndexLoader.cpp.o
[4323/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/TUScheduler.cpp.o
[4324/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/FileCache.cpp.o
[4325/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Logger.cpp.o
[4326/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/AST.cpp.o
[4327/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Path.cpp.o
[4328/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Lex.cpp.o
[4329/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Background.cpp.o
[4330/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/FindTarget.cpp.o
[4331/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/BackgroundQueue.cpp.o
[4332/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/MemoryTree.cpp.o
[4333/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Shutdown.cpp.o
[4334/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/ThreadCrashReporter.cpp.o
[4335/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/BackgroundRebuild.cpp.o
[4336/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Markup.cpp.o
[4337/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ClangdLSPServer.cpp.o
[4338/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/ThreadsafeFS.cpp.o
[4339/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Threading.cpp.o
[4340/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/refactor/InsertionPoint.cpp.o
[4341/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Token.cpp.o
[4342/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/IndexAction.cpp.o
[4343/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ParsedAST.cpp.o
[4344/4784](31) Building CXX object tools/clang/tools/extra/clangd/support/CMakeFiles/obj.clangdSupport.dir/Trace.cpp.o
[4345/4784](31) Linking CXX static library lib/libclangdSupport.a
[4346/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/InlayHints.cpp.o
[4347/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/dex/Dex.cpp.o
[4348/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/Selection.cpp.o
[4349/4784](31) Building CXX object tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/ClangdToolMain.cpp.o
[4350/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/StdLib.cpp.o
[4351/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/FileIndex.cpp.o
[4352/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/Serialization.cpp.o
[4353/4784](31) No update step for 'bolt_rt'
[4354/4784](31) No patch step for 'bolt_rt'
[4355/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/YAMLSerialization.cpp.o
[4356/4784](31) Building CXX object tools/clang/tools/extra/clangd/xpc/CMakeFiles/obj.clangdXpcJsonConversions.dir/Conversion.cpp.o
[4357/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/index/SymbolCollector.cpp.o
[4358/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/refactor/Tweak.cpp.o
[4359/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/SemanticHighlighting.cpp.o
[4360/4784](31) Performing configure step for 'bolt_rt'
CMake Warning (dev) at /Volumes/Work/s/w/ir/x/w/cipd_tool/fuchsia/third_party/cmake/72c014f0086372a2bab7ed771e2ed942d6122d94331d19c95566bb25d2f962ff/share/cmake-3.25/Modules/GNUInstallDirs.cmake:243 (message):
Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
target architecture is known. Please enable at least one language before
including GNUInstallDirs.
Call Stack (most recent call first):
CMakeLists.txt:4 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is Clang 21.0.0
-- The CXX compiler identification is Clang 21.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Volumes/Work/s/w/ir/x/w/cipd/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Volumes/Work/s/w/ir/x/w/cipd/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for include file elf.h
-- Looking for include file elf.h - not found
-- Configuring done (1.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Volumes/Work/s/w/ir/x/w/llvm_build/tools/bolt/bolt_rt-bins
[4361/4784](31) Building CXX object tools/clang/tools/extra/clangd/index/remote/unimplemented/CMakeFiles/obj.clangdRemoteIndex.dir/UnimplementedClient.cpp.o
[4362/4784](31) Linking CXX static library lib/libclangdRemoteIndex.a
[4363/4784](31) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/CompletionModel.cpp.o
[4364/4784](31) Performing build step for 'bolt_rt'
FAILED: tools/bolt/bolt_rt-stamps/bolt_rt-build /Volumes/Work/s/w/ir/x/w/llvm_build/tools/bolt/bolt_rt-stamps/bolt_rt-build
cd /Volumes/Work/s/w/ir/x/w/llvm_build/tools/bolt/bolt_rt-bins && /Volumes/Work/s/w/ir/x/w/cipd_tool/fuchsia/third_party/cmake/72c014f0086372a2bab7ed771e2ed942d6122d94331d19c95566bb25d2f962ff/bin/cmake --build .
[1/6](2) Building CXX object CMakeFiles/bolt_rt_hugify.dir/hugify.cpp.o
FAILED: CMakeFiles/bolt_rt_hugify.dir/hugify.cpp.o
/Volumes/Work/s/w/ir/x/w/cipd/bin/clang++ --sysroot=/Volumes/Work/s/w/ir/cache/macos_sdk/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/Volumes/Work/s/w/ir/x/w/llvm_build/tools/bolt/bolt_rt-bins -O3 -DNDEBUG -std=c++17 -isysroot /Volumes/Work/s/w/ir/cache/macos_sdk/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -ffreestanding -fno-exceptions -fno-rtti -fno-stack-protector -fPIC -mgeneral-regs-only -mno-sse -MD -MT CMakeFiles/bolt_rt_hugify.dir/hugify.cpp.o -MF CMakeFiles/bolt_rt_hugify.dir/hugify.cpp.o.d -o CMakeFiles/bolt_rt_hugify.dir/hugify.cpp.o -c /Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:40:13: error: use of undeclared identifier '__uname'
40 | int Ret = __uname(&UtsName);
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:67:12: error: use of undeclared identifier '__open'
67 | int FD = __open("/sys/kernel/mm/transparent_hugepage/enabled",
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:117:3: error: use of undeclared identifier '__prctl'
117 | __prctl(41 /* PR_SET_THP_DISABLE */, 0, 0, 0, 0);
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:129:7: error: use of undeclared identifier '__madvise'
129 | if (__madvise(From, Size, 14 /* MADV_HUGEPAGE */) == -1) {
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:138:3: error: use of undeclared identifier '__mprotect'
138 | __mprotect(From, Size, 0x5 /* PROT_READ | PROT_EXEC */);
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:148:32: error: use of undeclared identifier 'intptr_t'
148 | uint8_t *From = HotStart - ((intptr_t)HotStart & (HugePageBytes - 1));
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:150:10: error: use of undeclared identifier 'intptr_t'
150 | To -= (intptr_t)To & (HugePageBytes - 1);
| ^
/Volumes/Work/s/w/ir/x/w/llvm-llvm-project/bolt/runtime/hugify.cpp:164:7: error: use of undeclared identifier '__madvise'
164 | if (__madvise(From, (To - From), 14 /* MADV_HUGEPAGE */) == -1) {
| ^
8 errors generated.
[2/6](1) Building CXX object CMakeFiles/bolt_rt_instr_osx.dir/instr.cpp.o
[3/6](0) Building CXX object CMakeFiles/bolt_rt_instr.dir/instr.cpp.o
ninja: build stopped: subcommand failed.
[4365/4784](30) Building CXX object tools/clang/tools/extra/clangd/xpc/CMakeFiles/obj.clangdXpcTransport.dir/XPCTransport.cpp.o
[4366/4784](29) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/AnnotateHighlightings.cpp.o
[4367/4784](28) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/DumpAST.cpp.o
[4368/4784](27) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ExpandDeducedType.cpp.o
[4369/4784](26) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ExpandMacro.cpp.o
[4370/4784](25) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/refactor/Rename.cpp.o
[4371/4784](24) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ObjCLocalizeStringLiteral.cpp.o
[4372/4784](23) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/MemberwiseConstructor.cpp.o
[4373/4784](22) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/RawStringLiteral.cpp.o
[4374/4784](21) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/DefineOutline.cpp.o
[4375/4784](20) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/BinaryData.cpp.o
[4376/4784](19) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ObjCMemberwiseInitializer.cpp.o
[4377/4784](18) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/PopulateSwitch.cpp.o
[4378/4784](17) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/SwapBinaryOperands.cpp.o
[4379/4784](16) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ScopifyEnum.cpp.o
[4380/4784](15) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/SwapIfBranches.cpp.o
[4381/4784](14) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/DefineInline.cpp.o
[4382/4784](13) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/SpecialMembers.cpp.o
[4383/4784](12) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/AddressMap.cpp.o
[4384/4784](11) Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/XRefs.cpp.o
[4385/4784](10) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/BinaryBasicBlock.cpp.o
[4386/4784](9) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/BinaryFunctionCallGraph.cpp.o
[4387/4784](8) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/BinaryEmitter.cpp.o
[4388/4784](7) Building CXX object tools/clang/tools/extra/clangd/tool/CMakeFiles/obj.clangdMain.dir/ClangdMain.cpp.o
[4389/4784](6) Building CXX object tools/clang/tools/extra/clangd/tool/CMakeFiles/obj.clangdMain.dir/Check.cpp.o
[4390/4784](5) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/AddUsing.cpp.o
[4391/4784](4) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ExtractVariable.cpp.o
[4392/4784](3) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/RemoveUsingNamespace.cpp.o
[4393/4784](2) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/BinaryContext.cpp.o
[4394/4784](1) Building CXX object tools/clang/tools/extra/clangd/refactor/tweaks/CMakeFiles/obj.clangDaemonTweaks.dir/ExtractFunction.cpp.o
[4395/4784](0) Building CXX object tools/bolt/lib/Core/CMakeFiles/LLVMBOLTCore.dir/BinaryFunction.cpp.o
ninja: build stopped: subcommand failed.