[all-commits] [llvm/llvm-project] a7a295: [lld-macho] Replace LC_LINKER_OPTION parsing

Keith Smiley via All-commits all-commits at lists.llvm.org
Thu Nov 4 22:05:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7a29599014b038a282ccceff796ecefdc03ad41
      https://github.com/llvm/llvm-project/commit/a7a29599014b038a282ccceff796ecefdc03ad41
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2021-11-04 (Thu, 04 Nov 2021)

  Changed paths:
    M lld/MachO/Driver.cpp

  Log Message:
  -----------
  [lld-macho] Replace LC_LINKER_OPTION parsing

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 Revision: https://reviews.llvm.org/D113235




More information about the All-commits mailing list