[llvm] [mlir] [mlir] support dialect attribute translation to LLVM IR (PR #75309)
Tobias Gysi via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 04:39:46 PST 2023
================
@@ -52,6 +52,7 @@
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
#include <optional>
+#include <type_traits>
----------------
gysit wrote:
nit: is this needed or is it a clangd artifact?
https://github.com/llvm/llvm-project/pull/75309
More information about the llvm-commits
mailing list