From 976077e37d4a0812f4b03ebc8239c2c02eb4eb8e Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Fri, 15 Nov 2024 10:49:29 -0500 Subject: [PATCH] [gccjit] make symbol internal --- test/compile/union.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compile/union.mlir b/test/compile/union.mlir index 6255179..b895d73 100644 --- a/test/compile/union.mlir +++ b/test/compile/union.mlir @@ -21,7 +21,7 @@ #int = #gccjit.int<-1> : !gccjit.int module attributes { gccjit.opt_level = #gccjit.opt_level, gccjit.allow_unreachable = true } { -gccjit.global exported @union_data init { +gccjit.global internal @union_data init { %e = gccjit.const #float %m = gccjit.const #int %qc = gccjit.new_struct [0, 1] [%e , %m] : (!gccjit.fp, !gccjit.int) -> !struct1