[Mlir-commits] [mlir] [mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (PR #73367)

Tobias Gysi llvmlistbot at llvm.org
Sun Nov 26 23:32:48 PST 2023


================
@@ -86,7 +86,15 @@ LLVMTypeConverter::LLVMTypeConverter(MLIRContext *ctx,
 
     if (type.isIdentified()) {
       auto convertedType = LLVM::LLVMStructType::getIdentified(
-          type.getContext(), ("_Converted." + type.getName()).str());
+          type.getContext(), ("_Converted_" + type.getName()).str());
----------------
gysit wrote:

This change is a bit strange. Is that some rebase artifact? I think these lines were deleted by another PR.

https://github.com/llvm/llvm-project/pull/73367


More information about the Mlir-commits mailing list