Details
Details
- Reviewers
int3 - Group Reviewers
Restricted Project - Commits
- rG3ab947ede034: [lld/mac] Add test for bug fixed in reland 82ca390062d115
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/MachO/undef-spell-corrector.s | ||
---|---|---|
91–93 | what was the bug? could we have a comment explaining why this debug section was added to the test? |
Comment Actions
Thanks!
lld/test/MachO/undef-spell-corrector.s | ||
---|---|---|
91–93 | This causes ObjFile::symbols to contain a nullptr. The original patch used dyn_cast for all symbols in ObjFile::symbols. The fix was to use dyn_cast_or_null. Will add a comment. |
what was the bug? could we have a comment explaining why this debug section was added to the test?