Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write/macho: Accept
SymbolKind::Unknown
for macho when writing an o…
…bject. (gimli-rs#519) Apple defines a bunch of segments:sections, it is tedious to deal with all of them. Symbols from unknown sections are flagged as unknown, leading to the inability to write it using the `writer` module. This commit removes the check that requires symbol to be known for macho.
- Loading branch information