From 0034f32d6d85d7f21cf04c82083860cdb2fe1ddb Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 26 Sep 2022 19:08:01 +0100 Subject: Update MLIR files and include LLVM directory --- standalone-translate/standalone-translate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone-translate/standalone-translate.cpp') diff --git a/standalone-translate/standalone-translate.cpp b/standalone-translate/standalone-translate.cpp index f2f0ac5..2c2f275 100644 --- a/standalone-translate/standalone-translate.cpp +++ b/standalone-translate/standalone-translate.cpp @@ -13,7 +13,7 @@ #include "mlir/InitAllTranslations.h" #include "mlir/Support/LogicalResult.h" -#include "mlir/Translation.h" +#include "mlir/Tools/mlir-translate/MlirTranslateMain.h" #include "Standalone/StandaloneDialect.h" -- cgit