Skip to content

[SMOKE] turn on -fuse-emissary-print so printf n format works#2322

Merged
ronlieb merged 1 commit into
aomp-devfrom
use_emissary_printf_n_format
Jul 7, 2026
Merged

[SMOKE] turn on -fuse-emissary-print so printf n format works#2322
ronlieb merged 1 commit into
aomp-devfrom
use_emissary_printf_n_format

Conversation

@gregrodgers

Copy link
Copy Markdown
Contributor

Motivation

The printf in libc does not work with %n format specification.
But it does work with emissary printf. In the new emissary support the default for printf and fprintf will be libc.
To use emissary print, user must opt in.

Technical Details

The option -fuse-emissary-print will be needed to opt-in.

Test Plan

The command line option -fuse-emissary-print is not the default so it must be turned on when that option exists.

Test Result

Submission Checklist

@ronlieb ronlieb merged commit 82e63e1 into aomp-dev Jul 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants