ignore memcpy_decision in pe linker

This commit is contained in:
Brendan Hansknecht 2023-06-02 17:02:59 -07:00
parent a745b57fb2
commit 08d4ac558b
No known key found for this signature in database
GPG key ID: A199D0660F95F948

View file

@ -444,6 +444,7 @@ pub(crate) fn surgery_pe(executable_path: &Path, metadata_path: &Path, roc_app_b
"__fixsfti", "__fixsfti",
"__fixunsdfti", "__fixunsdfti",
"__fixunssfti", "__fixunssfti",
"memcpy_decision",
] ]
.contains(&name.as_str()); .contains(&name.as_str());
if *address == 0 && !name.starts_with("roc") && !is_ingested_compiler_rt { if *address == 0 && !name.starts_with("roc") && !is_ingested_compiler_rt {