[all-commits] [llvm/llvm-project] f570cc: [mlir][NFC] Move CodeGenHelpers.cpp from mlir-tblg...

zero9178 via All-commits all-commits at lists.llvm.org
Mon Sep 5 04:06:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f570cc173def519b1421fd35034c9b20b97dfd72
      https://github.com/llvm/llvm-project/commit/f570cc173def519b1421fd35034c9b20b97dfd72
  Author: Markus Böck <markus.boeck02 at gmail.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
    M mlir/lib/TableGen/CMakeLists.txt
    A mlir/lib/TableGen/CodeGenHelpers.cpp
    M mlir/tools/mlir-tblgen/CMakeLists.txt
    R mlir/tools/mlir-tblgen/CodeGenHelpers.cpp

  Log Message:
  -----------
  [mlir][NFC] Move CodeGenHelpers.cpp from mlir-tblgen to TableGen library

Its header was already part of the TableGen library, but unusable as uses of its functions or classes would lead to undefined references when linking. This fixes that.




More information about the All-commits mailing list