Skip to content

Commit

Permalink
[analyser] Build log transformer: also ignore -fno-reorder-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Aug 27, 2021
1 parent 3c6f662 commit 5b4248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
'-fno-extended-identifiers',
'-fno-jump-table',
'-fno-keep-static-consts',
'-f(no-)?reorder-functions',
'-fno-strength-reduce',
'-fno-toplevel-reorder',
'-fno-unit-at-a-time',
Expand All @@ -98,7 +99,6 @@
'-fr$',
'-fregmove',
'-frename-registers',
'-freorder-functions',
'-frerun-cse-after-loop',
'-fs$',
'-fsched-spec',
Expand Down

0 comments on commit 5b4248e

Please sign in to comment.