Skip to content

Export and preserve LLVMFuzzerCustomMutator in compatibility mode. - #2205

Merged
copybara-service[bot] merged 1 commit into
mainfrom
cl/968727691
Aug 23, 2026
Merged

Export and preserve LLVMFuzzerCustomMutator in compatibility mode.#2205
copybara-service[bot] merged 1 commit into
mainfrom
cl/968727691

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Export and preserve LLVMFuzzerCustomMutator in compatibility mode.

Add the visibility("default") and used attributes to the LLVMFuzzerCustomMutator declaration. This ensures the symbol is exported and not discarded by the linker, allowing external fuzzing engines to locate and use the custom mutator.

@google-cla

google-cla Bot commented Aug 21, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@copybara-service copybara-service Bot changed the title No public description Export and preserve LLVMFuzzerCustomMutator in compatibility mode. Aug 23, 2026
Add the visibility("default") and used attributes to the LLVMFuzzerCustomMutator declaration. This ensures the symbol is exported and not discarded by the linker, allowing external fuzzing engines to locate and use the custom mutator.

PiperOrigin-RevId: 969211312
@copybara-service
copybara-service Bot merged commit baf1cf3 into main Aug 23, 2026
1 of 2 checks passed
@copybara-service
copybara-service Bot deleted the cl/968727691 branch August 23, 2026 03:02
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.

0 participants