remove old compiler-rt workarounds for macos

This commit is contained in:
Brendan Hansknecht 2023-06-24 10:22:23 -07:00
parent addd513528
commit 4f97ab2965
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
15 changed files with 49 additions and 250 deletions

View file

@ -444,6 +444,7 @@ pub(crate) fn surgery_pe(executable_path: &Path, metadata_path: &Path, roc_app_b
"__fixsfti",
"__fixunsdfti",
"__fixunssfti",
"__lshrti3",
"memcpy_decision",
]
.contains(&name.as_str());