[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.
This commit is contained in:
Markus Böck 2022-09-05 13:05:57 +02:00
parent 4e6783f866
commit f570cc173d
3 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ llvm_add_library(MLIRTableGen STATIC
AttrOrTypeDef.cpp
Builder.cpp
Class.cpp
CodeGenHelpers.cpp
Constraint.cpp
Dialect.cpp
Format.cpp

View File

@ -9,7 +9,6 @@ add_tablegen(mlir-tblgen MLIR
EXPORT MLIR
AttrOrTypeDefGen.cpp
AttrOrTypeFormatGen.cpp
CodeGenHelpers.cpp
DialectGen.cpp
DirectiveCommonGen.cpp
EnumsGen.cpp