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

[analyzer] Ignor another unknown gcc options #4028

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

cservakt
Copy link
Collaborator

@cservakt cservakt commented Oct 3, 2023

Some gcc flags have been reported as unrecognized compiler options for Clang. The following options are added to the ignore list: -f(no-)?allow-store-data-races, -f(no-)?code-hoisting, -fmerge-constants, -fsanitize=bounds-strict, -fsched-pressure

Some gcc flags have been reported as unrecognized compiler options for Clang. The following options are added to the ignore list: `-f(no-)?allow-store-data-races`, `-f(no-)?code-hoisting`, `-fmerge-constants`, `-fsanitize=bounds-strict`, `-fsched-pressure`
@cservakt cservakt added CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands analyzer 📈 Related to the analyze commands (analysis driver) config ⚙️ labels Oct 3, 2023
@cservakt cservakt added this to the release 6.23.0 milestone Oct 3, 2023
@cservakt cservakt requested a review from Szelethus October 3, 2023 13:08
@bruntib bruntib merged commit 723e08a into Ericsson:master Oct 5, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands config ⚙️
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants