This is a requirement from ld64, so this mirrors that expectation. Most
of these changes were just offsets from adding the library, or adding
dyld_stub_binder which is always added when linking ld64. This also adds
%no-lsystem-lld for the few cases where we're explicitly testing
things without that.
Details
Details
- Reviewers
int3 - Group Reviewers
Restricted Project - Commits
- rG0634a8440d63: [lld-macho][test] Add -lSystem to all lld invocations
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/MachO/arm-dtrace.s | ||
---|---|---|
4 | This case is only a problem since our fake libSystem doesn't support these architectures, especially armv4t. I can add them if that's the right move |
This case is only a problem since our fake libSystem doesn't support these architectures, especially armv4t. I can add them if that's the right move