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

cargo_build_script: Add support for -fsanitize-ignorelist= #1

Closed
wants to merge 4 commits into from

Conversation

vitalybuka
Copy link
Owner

@vitalybuka vitalybuka commented Oct 14, 2024

This is trivial copy/paste implementation, to
minimize regression probability.

Previously it was combined with refactoring, but
introduced regression and was reverted #2911.

This time I split refactoring into follow up PR.

UebelAndre and others added 4 commits October 7, 2024 20:48
Revert "Restore lost "is_absolute" (bazelbuild#2922)"

This reverts commit 2a85e13.

Revert "Use absolute path with "-fsanitize-ignorelist" (bazelbuild#2911)"

This reverts commit 9594fa7.
…2927)

This allows target specific flags to override toolchain
specific flags, e.g: to disable LTO on examples.
…bazelbuild#2931)

Follow-up from bazelbuild#2917: add
some cargo_build_script regression tests for the cc_toolchain
processing.
This is trivial copy/paste implementation, to
minimize regression probability.

Previously it was combined with refactoring, but
introduced regression and was reverted bazelbuild#2911.

This time I split refactoring into follow up PR.
@vitalybuka vitalybuka changed the title fsanitize argo_build_script: Add support for -fsanitize-ignorelist= Oct 14, 2024
@vitalybuka vitalybuka changed the title argo_build_script: Add support for -fsanitize-ignorelist= cargo_build_script: Add support for -fsanitize-ignorelist= Oct 14, 2024
@vitalybuka vitalybuka closed this Oct 14, 2024
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.

4 participants