[Mlir-commits] [mlir] [mlir] ADTExtras: include mlir/Support/LLVM.h (PR #69479)

Emilio Cota llvmlistbot at llvm.org
Wed Oct 18 09:13:52 PDT 2023


https://github.com/cota created https://github.com/llvm/llvm-project/pull/69479

To forward-declare LLVM's support types.

>From 9d88abf7bc251c2ba6b201e2ae783a331c07ec93 Mon Sep 17 00:00:00 2001
From: Emilio Cota <ecg at google.com>
Date: Wed, 18 Oct 2023 12:01:06 -0400
Subject: [PATCH] [mlir] ADTExtras: include mlir/Support/LLVM.h

To forward-declare LLVM's support types.
---
 mlir/include/mlir/Support/ADTExtras.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mlir/include/mlir/Support/ADTExtras.h b/mlir/include/mlir/Support/ADTExtras.h
index 1e4708f8f7d3f9e..51ec7ac25dbb599 100644
--- a/mlir/include/mlir/Support/ADTExtras.h
+++ b/mlir/include/mlir/Support/ADTExtras.h
@@ -9,6 +9,7 @@
 #ifndef MLIR_SUPPORT_ADTEXTRAS_H
 #define MLIR_SUPPORT_ADTEXTRAS_H
 
+#include "mlir/Support/LLVM.h"
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/SmallVector.h"
 



More information about the Mlir-commits mailing list