[all-commits] [llvm/llvm-project] a8648b: Add cmake_parse_arguments() to `tablegen()` CMake ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sun Mar 13 23:56:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8648b454ea05dc82b3c8c7b8354d0f035edbc7e
      https://github.com/llvm/llvm-project/commit/a8648b454ea05dc82b3c8c7b8354d0f035edbc7e
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

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

  Log Message:
  -----------
  Add cmake_parse_arguments() to `tablegen()` CMake function

This support "DEPENDS" and "EXTRA_INCLUDES", allowing in particular
to inject include paths to a tablegen targets without forcing to go
through the global INCLUDE_DIRECTORIES property.

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




More information about the All-commits mailing list