mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Add surgical linker to cli_run tests that don't use rust
This commit is contained in:
parent
1fba3702a8
commit
eae8a2ea37
5 changed files with 29 additions and 5 deletions
|
@ -199,6 +199,7 @@ fn generate_dynamic_lib(
|
|||
// TODO properly generate this list.
|
||||
for name in &[
|
||||
format!("roc__{}_1_exposed", sym),
|
||||
format!("roc__{}_1_exposed_generic", sym),
|
||||
format!("roc__{}_1_Fx_caller", sym),
|
||||
format!("roc__{}_1_Fx_size", sym),
|
||||
format!("roc__{}_1_Fx_result_size", sym),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue