[all-commits] [llvm/llvm-project] 204360: [flang] Fix typo in FlangConfig.cmake.in.

RoboTux via All-commits all-commits at lists.llvm.org
Thu Feb 11 10:10:04 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 204360fd71d605d04cbe6e6efa3c2a898912c326
      https://github.com/llvm/llvm-project/commit/204360fd71d605d04cbe6e6efa3c2a898912c326
  Author: Leandro Vaz <leandrov at graphcore.ai>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M flang/cmake/modules/FlangConfig.cmake.in

  Log Message:
  -----------
  [flang] Fix typo in FlangConfig.cmake.in.

`find_package(Flang)` does not work as there is a missing `@` in the
FlangConfig.cmake.in file. This patch fixes the issue.

Reviewed By: thopre

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




More information about the All-commits mailing list