[all-commits] [llvm/llvm-project] 3ae43a: [ods] Enable getting forward decls allow

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Tue Jul 14 06:53:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ae43a580eeacede5b9be715d2539e87030fe1ca
      https://github.com/llvm/llvm-project/commit/3ae43a580eeacede5b9be715d2539e87030fe1ca
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2020-07-14 (Tue, 14 Jul 2020)

  Changed paths:
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [ods] Enable getting forward decls allow

Summary: Currently forward decls are included with all the op classes. But there are cases (say when splitting up headers) where one wants the forward decls but not all the classes. Add an option to enable this. This does not change any current behavior (some further refactoring is probably due here).

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




More information about the All-commits mailing list