mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Try to fix CodeGenTypes issues in mlir
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
CodeGenTypes
|
||||
Demangle
|
||||
Support
|
||||
TableGen
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -7855,6 +7855,7 @@ cc_binary(
|
||||
":MlirTableGenMain",
|
||||
":Support",
|
||||
":TableGen",
|
||||
"//llvm:CodeGenTypes",
|
||||
"//llvm:Support",
|
||||
"//llvm:TableGen",
|
||||
"//llvm:TargetParser",
|
||||
|
||||
Reference in New Issue
Block a user