Try to fix CodeGenTypes issues in mlir

This commit is contained in:
NAKAMURA Takumi
2023-05-03 00:42:24 +09:00
parent ea6ecdbfe0
commit ea2b79d48d
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
CodeGenTypes
Demangle
Support
TableGen

View File

@@ -14,8 +14,8 @@
#include "mlir/TableGen/GenInfo.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/CodeGen/MachineValueType.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MachineValueType.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/Signals.h"

View File

@@ -7855,6 +7855,7 @@ cc_binary(
":MlirTableGenMain",
":Support",
":TableGen",
"//llvm:CodeGenTypes",
"//llvm:Support",
"//llvm:TableGen",
"//llvm:TargetParser",