Snippets for python:llvmlite 0.49.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/py312-llvmlite/0.49.0/150amd64-default.log.
-
/wrkdirs/usr/ports/devel/py-llvmlite/work-py312/llvmlite-0.49.0/ffi/core.cpp:25:20: warning: 'LLVMGetGlobalContext' is deprecated: Use of the global context is deprecated, create one using LLVMContextCreate instead [-Wdeprecated-declarations] 25 | auto context = LLVMGetGlobalContext(); | ^