XCode passes files in using this flag
Details
Details
- Reviewers
compnerd - Group Reviewers
Restricted Project - Commits
- rG4853a86022fe: [lld-macho] Support -filelist
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Although Im not a fan of the test, I don't think that is necessarily a blocking thing.
lld/test/MachO/filelist.s | ||
---|---|---|
23 | I'm not too fond of this test ... it relies on subsections_via_symbols not being present which is actually odd for MachO. An alternative would be to rely on the multiple definitions check to identify the source for the second definition. |
lld/test/MachO/filelist.s | ||
---|---|---|
23 | not sure I follow. I added .subsections_via_symbols (to all 3 input files here) and the test still gave the same result |
Comment Actions
Thanks for the heads up. Just pushed a5b89c2853 which should hopefully fix things; will monitor the buildbots.
I'm not too fond of this test ... it relies on subsections_via_symbols not being present which is actually odd for MachO. An alternative would be to rely on the multiple definitions check to identify the source for the second definition.