[all-commits] [llvm/llvm-project] 45ab67: [NFC] Fix Z3 version detection regexp

Balazs Benics via All-commits all-commits at lists.llvm.org
Thu Apr 9 04:06:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 45ab67721e900801e79d7e993cf61de2065035f7
      https://github.com/llvm/llvm-project/commit/45ab67721e900801e79d7e993cf61de2065035f7
  Author: Balazs Benics <benicsbalazs at gmail.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M llvm/cmake/modules/FindZ3.cmake

  Log Message:
  -----------
  [NFC] Fix Z3 version detection regexp

Summary:
We use the `major.minor.build` version format in this file, except when we try
to parse the result of the test binary.
In that regular expression, we expect the `major.minor.build.rev` format, which
is never fulfilled.

Reviewers: NoQ, george.karpenkov, alexandre.isoard, serge-sans-paille

Reviewed By: NoQ

Subscribers: mgorny, mikhail.ramalho, Charusso, martong, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D76837




More information about the All-commits mailing list