Skip to content

Commit 497df72

Browse files
committed
Fix rebase
1 parent 1241d69 commit 497df72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gcc/jit/libgccjit.map

+6
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,9 @@ LIBGCCJIT_ABI_23 {
264264
global:
265265
gcc_jit_context_set_bool_print_errors_to_stderr;
266266
} LIBGCCJIT_ABI_22;
267+
268+
LIBGCCJIT_ABI_24 {
269+
global:
270+
gcc_jit_lvalue_set_alignment;
271+
gcc_jit_lvalue_get_alignment;
272+
} LIBGCCJIT_ABI_23;

0 commit comments

Comments
 (0)