Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lld/COFF] Remove needless indirection
`symtab.ctx.symtab` is just `symtab`. Looks like llvm#119296 added this using a global find-and-replace. This was the only instance of `symtab.ctx.symtab` in lld/. No behavior change.
- Loading branch information