update for mainline MLIR changes.

This commit is contained in:
Chris Lattner 2020-04-06 13:49:50 -07:00
parent b8a16a112c
commit 92e910b574
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ add_llvm_tool(spt-translate
spt-translate.cpp
)
llvm_update_compile_flags(spt-translate)
target_link_libraries(spt-translate PRIVATE MLIRIR MLIRTranslateClParser ${LIBS} LLVMSupport)
target_link_libraries(spt-translate PRIVATE MLIRIR MLIRTranslation ${LIBS} LLVMSupport)

View File

@ -11,7 +11,7 @@
#include "mlir/IR/MLIRContext.h"
#include "mlir/Support/FileUtilities.h"
#include "mlir/Support/ToolUtilities.h"
#include "mlir/Support/TranslateClParser.h"
#include "mlir/Translation.h"
#include "spt/Dialect/FIRRTL/FIRToMLIR.h"
#include "spt/Dialect/FIRRTL/IR/Ops.h"
#include "llvm/Support/InitLLVM.h"