Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Oct 1, 2024
1 parent 8b4163f commit e30215c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/tests-check-prim/main.output
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ caml_build_symbols
caml_is_printable
caml_maybe_print_stats
caml_register_global
jsoo_toplevel_reloc

From +str.js:
caml_str_initialize
Expand Down Expand Up @@ -232,6 +233,8 @@ caml_terminfo_backup
caml_terminfo_resume
caml_terminfo_setup
caml_terminfo_standout
jsoo_toplevel_init_compile
jsoo_toplevel_init_reloc

From +unix.js:
caml_unix_cleanup
Expand Down
3 changes: 3 additions & 0 deletions compiler/tests-check-prim/unix-unix.output
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ caml_build_symbols
caml_is_printable
caml_maybe_print_stats
caml_register_global
jsoo_toplevel_reloc

From +str.js:
caml_str_initialize
Expand Down Expand Up @@ -341,6 +342,8 @@ caml_terminfo_backup
caml_terminfo_resume
caml_terminfo_setup
caml_terminfo_standout
jsoo_toplevel_init_compile
jsoo_toplevel_init_reloc

From +unix.js:
caml_unix_cleanup
Expand Down
3 changes: 3 additions & 0 deletions compiler/tests-check-prim/unix-win32.output
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ caml_build_symbols
caml_is_printable
caml_maybe_print_stats
caml_register_global
jsoo_toplevel_reloc

From +str.js:
caml_str_initialize
Expand Down Expand Up @@ -306,6 +307,8 @@ caml_terminfo_backup
caml_terminfo_resume
caml_terminfo_setup
caml_terminfo_standout
jsoo_toplevel_init_compile
jsoo_toplevel_init_reloc

From +unix.js:
caml_unix_cleanup
Expand Down
3 changes: 3 additions & 0 deletions compiler/tests-check-prim/unix-win32.output5
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ caml_build_symbols
caml_is_printable
caml_maybe_print_stats
caml_register_global
jsoo_toplevel_reloc

From +str.js:
caml_str_initialize
Expand Down Expand Up @@ -255,6 +256,8 @@ caml_terminfo_backup
caml_terminfo_resume
caml_terminfo_setup
caml_terminfo_standout
jsoo_toplevel_init_compile
jsoo_toplevel_init_reloc

From +unix.js:
caml_unix_getpwuid
Expand Down

0 comments on commit e30215c

Please sign in to comment.