Skip to content

Commit

Permalink
Adjust regexp to clang version
Browse files Browse the repository at this point in the history
To accomodate for e.g. Debian's version of clang
TN: TC21-031

Change-Id: If2af83d04bd5ee79c1f386898a57d8b365955ce1
  • Loading branch information
ArnaudCharlet committed Jan 6, 2021
1 parent 8174f96 commit 7f920eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@
<version>
<external>clang --version</external>

<!-- 'clang version 6.0.0 ...' -->
<grep regexp="^clang version (\S+) " group="1"></grep>
<!-- '...clang version 6.0.0...' -->
<grep regexp="clang version (\S+)" group="1"></grep>
</version>
<languages>C</languages>
<target>llvm</target>
Expand Down

0 comments on commit 7f920eb

Please sign in to comment.