Skip to content

Commit

Permalink
[analyzer] Add flags to log_parser.py
Browse files Browse the repository at this point in the history
Add -mfp16-format, -fmacro-prefix-map and -fno-defer-pop
to IGNORED_OPTIONS_GCC as they are not recognized by clang.
  • Loading branch information
Waqas Mazhar committed Sep 20, 2021
1 parent 08fc9c0 commit 43c7e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,18 @@
'-fext-.*-literals',
'-ffixed-r2',
'-ffp$',
'-mfp16-format',
'-fgcse-lm',
'-fhoist-adjacent-loads',
'-findirect-inlining',
'-finline-limit',
'-finline-local-initialisers',
'-fipa-sra',
'-fmacro-prefix-map',
'-fno-aggressive-loop-optimizations',
'-fno-canonical-system-headers',
'-fno-delete-null-pointer-checks',
'-fno-defer-pop',
'-fno-extended-identifiers',
'-fno-jump-table',
'-fno-keep-static-consts',
Expand Down

0 comments on commit 43c7e9e

Please sign in to comment.