Skip to content

Commit

Permalink
[gccjit] make symbol internal
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Nov 15, 2024
1 parent debe432 commit 976077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile/union.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#int = #gccjit.int<-1> : !gccjit.int<long>
module attributes { gccjit.opt_level = #gccjit.opt_level<O3>, 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<float>, !gccjit.int<long>) -> !struct1
Expand Down

0 comments on commit 976077e

Please sign in to comment.