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

[ELF] Support --noinhibit-exec #370

Closed
MaskRay opened this issue Feb 28, 2022 · 1 comment
Closed

[ELF] Support --noinhibit-exec #370

MaskRay opened this issue Feb 28, 2022 · 1 comment

Comments

@MaskRay
Copy link

MaskRay commented Feb 28, 2022

In GNU ld, gold, and ld.lld, --noinhibit-exec downgrades many non-fatal errors to warnings and allows the output to be produced. This is useful to analyze output which has some errors. When --fatal-warnings is specified, --fatal-warnings will upgrade demoted warnings into errors.

@rui314 rui314 closed this as completed in d4bbf31 Feb 28, 2022
@rui314
Copy link
Owner

rui314 commented Feb 28, 2022

Thanks. I implemented it in the above commit.

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

No branches or pull requests

2 participants