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 --- lib/Standalone/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Standalone/CMakeLists.txt') diff --git a/lib/Standalone/CMakeLists.txt b/lib/Standalone/CMakeLists.txt index c8b16b7..eadc695 100644 --- a/lib/Standalone/CMakeLists.txt +++ b/lib/Standalone/CMakeLists.txt @@ -10,4 +10,5 @@ add_mlir_dialect_library(MLIRStandalone LINK_LIBS PUBLIC MLIRIR + MLIRInferTypeOpInterface ) -- cgit