[all-commits] [llvm/llvm-project] 3bba12: [Flang] Use find_program() to find clang-tblgen

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Aug 10 01:26:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bba12a81e242359580fa322cf1a9a0a43b461e6
      https://github.com/llvm/llvm-project/commit/3bba12a81e242359580fa322cf1a9a0a43b461e6
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-08-10 (Wed, 10 Aug 2022)

  Changed paths:
    M flang/docs/CMakeLists.txt

  Log Message:
  -----------
  [Flang] Use find_program() to find clang-tblgen

Use find_program() to find the clang-tblgen executable. The current
code ends up using docs/clang-tblgen for me...

This is the same way that mlir-tblgen is obtained in:
https://github.com/llvm/llvm-project/blob/27241435515554bc21105713c9d34cf886c5bced/flang/CMakeLists.txt#L95-L96.

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




More information about the All-commits mailing list