Merge pull request #3410 from rtfeldman/merge-macho-progress

port all macho linker work to trunk and make it mergable
This commit is contained in:
Richard Feldman 2022-07-16 16:04:42 -04:00 committed by GitHub
commit 6389dba5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1921 additions and 627 deletions

View file

@ -488,7 +488,7 @@ pub fn build(
let linking_strategy = if wasm_dev_backend {
LinkingStrategy::Additive
} else if !roc_linker::supported(&link_type, &triple)
} else if !roc_linker::supported(link_type, &triple)
|| matches.value_of(FLAG_LINKER) == Some("legacy")
{
LinkingStrategy::Legacy