Snippets for python:llvmlite 0.48.0 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/python-llvmlite/0.48.0/3.fc45/data/logs/ppc64le/build.log.
-
/builddir/build/BUILD/python-llvmlite-0.48.0-build/llvmlite-0.48.0/ffi/core.cpp:25:40: warning: ‘LLVMOpaqueContext* LLVMGetGlobalContext()’ is deprecated: Use of the global context is deprecated, create one using LLVMContextCreate instead [-Wdeprecated-declarations] 25 | auto context = LLVMGetGlobalContext(); -
/builddir/build/BUILD/python-llvmlite-0.48.0-build/llvmlite-0.48.0/ffi/orcjit.cpp:189:59: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 189 | char *message = LLVMGetErrorMessage(wrap(std::move(dylib.takeError()))); -
/builddir/build/BUILD/python-llvmlite-0.48.0-build/llvmlite-0.48.0/ffi/orcjit.cpp:333:51: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 333 | LLVMGetErrorMessage(wrap(std::move(lookup.takeError()))); -
/builddir/build/BUILD/python-llvmlite-0.48.0-build/llvmlite-0.48.0/ffi/orcjit.cpp:365:31: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 365 | destroyError(std::move(lookup.takeError()));