Skip to content

Commit

Permalink
Merge pull request Ericsson#2008 from bruntib/mips_target
Browse files Browse the repository at this point in the history
Processing target architecture first in log parser
  • Loading branch information
csordasmarton authored Mar 27, 2019
2 parents e122027 + 0599607 commit c016f8a
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 @@ -736,9 +736,9 @@ def parse_options(compilation_db_entry):

flag_transformers = [
__skip,
__replace,
__collect_compile_opts,
__determine_action_type,
__replace,
__skip_sources,
__get_arch,
__get_language,
Expand Down

0 comments on commit c016f8a

Please sign in to comment.