Landing: 85a58be7b6bb

Project / Subsystem

gcc / jit

Date

2026-05-18

Author

David Malcolm

Commit

85a58be7b6bb6bde1de6321d0b4934f142959d7b

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
jit
patch_id
commit_hash
85a58be7b6bb6bde1de6321d0b4934f142959d7b
source_type
github
headline
JIT: Clarify documentation for adding compiler options.
tldr
The documentation for `gcc_jit_context_add_command_line_option` and `gcc_jit_context_add_driver_option` now explicitly states that multiple options require mul…
author
David Malcolm
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • jit
  • documentation
discussion_id_link
bugzilla_pr
date
2026-05-18T00:00:00.000Z

The documentation for gcc_jit_context_add_command_line_option and gcc_jit_context_add_driver_option in the libgccjit library has been clarified. The updated documentation emphasizes that adding multiple compiler options requires multiple calls to these functions. This prevents confusion and ensures correct usage of the API.