[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


================
@@ -1,35 +1,35 @@
 // RUN: mlir-opt %s --convert-func-to-llvm --split-input-file | FileCheck %s
 
-// CHECK: @create_clashes_on_conversion(!llvm.struct<"foo", (index)>)
+// CHECK: @create_clashes_on_conversion(!llvm.struct<"_Converted_foo", (i64)>) attributes {sym_visibility = "private"}
----------------
gysit wrote:

This test change seems also unrelated.

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


More information about the Mlir-commits mailing list