port all macho linker work to trunk and make it mergable

This commit is contained in:
Brendan Hansknecht 2022-07-05 21:11:35 -07:00
parent e6c48abb11
commit 42de78213b
No known key found for this signature in database
GPG key ID: A2E3B0B6E483038E
8 changed files with 1921 additions and 627 deletions

View file

@ -298,7 +298,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