[Mlir-commits] [mlir] ecd3934 - [mlir] ADTExtras: include mlir/Support/LLVM.h (#69479)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Oct 18 09:28:59 PDT 2023
Author: Emilio Cota
Date: 2023-10-18T12:28:55-04:00
New Revision: ecd393443272043d78bbd4e5b85e00dab9f1dfff
URL: https://github.com/llvm/llvm-project/commit/ecd393443272043d78bbd4e5b85e00dab9f1dfff
DIFF: https://github.com/llvm/llvm-project/commit/ecd393443272043d78bbd4e5b85e00dab9f1dfff.diff
LOG: [mlir] ADTExtras: include mlir/Support/LLVM.h (#69479)
To forward-declare LLVM's support types.
Added:
Modified:
mlir/include/mlir/Support/ADTExtras.h
Removed:
################################################################################
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