Do folks care if we don't have a test for this? Creating 16
dylibs to trigger this straightforward code path seems a little tedious
Details
Details
- Reviewers
smeenai - Group Reviewers
Restricted Project - Commits
- rG180ad756ec5c: [lld-macho] Support larger dylib symbol ordinals in bindings
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm not super opposed to not having a test. It doesn't seem too terrible to write one though, just repetitive: we could produce 15 dylibs from the same source file and just have the 16th be different (to confirm the binding), right?
Comment Actions
we could produce 15 dylibs from the same source file and just have the 16th be different (to confirm the binding), right?
yeah pretty much. It's just annoying that FileCheck doesn't provide a better way of testing things like this