[Mlir-commits] [mlir] [mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (PR #73367)
Christian Ulmann
llvmlistbot at llvm.org
Mon Nov 27 23:03:11 PST 2023
================
@@ -11,17 +11,31 @@
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/LLVMIR/LLVMAttrs.h"
+
+#include "../../../../../llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h"
----------------
Dinistro wrote:
This looks like an IDE auto completion or a development remainder. Can you include this file like the other llvm headers?
https://github.com/llvm/llvm-project/pull/73367
More information about the Mlir-commits
mailing list