[PATCH v1 1/1] libgccjit: Add a function to check if LTO is supported
Antoni Boucher via Sourceware Forge
forge-bot@forge-test.rdfm.org
Tue Oct 14 18:45:56 GMT 2025
From: Antoni Boucher <bouanto@zoho.com>
gcc/jit/ChangeLog:
* Make-lang.in: Define new variables.
* docs/topics/compatibility.rst (LIBGCCJIT_ABI_36): New ABI tag.
* docs/topics/compilation.rst: Document gcc_jit_is_lto_supported.
* libgccjit.cc (gcc_jit_is_lto_supported): New function.
* libgccjit.h (gcc_jit_is_lto_supported): New function.
* libgccjit.map (LIBGCCJIT_ABI_36): New ABI tag.
---
gcc/jit/Make-lang.in | 4 ++++
gcc/jit/docs/topics/compatibility.rst | 8 ++++++++
gcc/jit/docs/topics/compilation.rst | 13 +++++++++++++
gcc/jit/libgccjit.cc | 16 ++++++++++++++++
gcc/jit/libgccjit.h | 5 +++++
gcc/jit/libgccjit.map | 5 +++++
6 files changed, 51 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v1-0001-libgccjit-Add-a-function-to-check-if-LTO-is-suppo.patch
Type: text/x-patch
Size: 3267 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/test-list/attachments/20251014/7409bd11/attachment.bin>
More information about the Test-list
mailing list