Skip to content

Commit

Permalink
Merge pull request #3411 from whisperity/freorder-functions
Browse files Browse the repository at this point in the history
[analyser] Build log transformer: also ignore -fno-reorder-functions
  • Loading branch information
bruntib authored Aug 31, 2021
2 parents 3c6f662 + 5b4248e commit 7c0972a
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 7c0972a

Please sign in to comment.