Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark mutant record as llvm used to avoid dce #863

Merged
merged 1 commit into from
May 10, 2021

Conversation

kateinoigakukun
Copy link
Contributor

In my use case, mutants information is embedded in object files, and they are linked by linkers. But linkers can strip dead section (e.g. -dead_strip in ld64), so the special section should be marked with llvm.used.

@AlexDenisov AlexDenisov merged commit 0377f54 into mull-project:master May 10, 2021
@kateinoigakukun kateinoigakukun deleted the katei/mark-used-md branch May 10, 2021 08:57
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