This removes the tablegen based parsing of LC_LINKER_OPTION since it can
only actually contain a very small number of potential arguments. In our
project with tablegen this took 5 seconds before.
This replaces https://reviews.llvm.org/D113075
Differential D113235
[lld-macho] Replace LC_LINKER_OPTION parsing keith on Nov 4 2021, 7:55 PM. Authored by
Details
This removes the tablegen based parsing of LC_LINKER_OPTION since it can This replaces https://reviews.llvm.org/D113075
Diff Detail
Event Timeline
|
Can we include in the comment an explanation of why we're not using OptTable? Thanks!