mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
ignore memcpy_decision in pe linker
This commit is contained in:
parent
a745b57fb2
commit
08d4ac558b
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ pub(crate) fn surgery_pe(executable_path: &Path, metadata_path: &Path, roc_app_b
|
|||
"__fixsfti",
|
||||
"__fixunsdfti",
|
||||
"__fixunssfti",
|
||||
"memcpy_decision",
|
||||
]
|
||||
.contains(&name.as_str());
|
||||
if *address == 0 && !name.starts_with("roc") && !is_ingested_compiler_rt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue