Skip to content

Commit

Permalink
Add -mmitigate-rop to ignored options
Browse files Browse the repository at this point in the history
The -mmitigate-rop compilation flag is
unknown by clang, which might cause issues
if the gcc compiler is used. This change
adds -mmitigate-rop to the list of ignored
options to fix these issues.
  • Loading branch information
Nora Zinaeddin committed Jul 16, 2024
1 parent b049040 commit dc374b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
'-ffixed-r2',
'-ffp$',
'-mfp16-format',
'-mmitigate-rop',
'-fgcse-lm',
'-fhoist-adjacent-loads',
'-findirect-inlining',
Expand Down

0 comments on commit dc374b4

Please sign in to comment.