[all-commits] [llvm/llvm-project] 2eb7e5: [yaml2obj] Do not write the string table if there ...

Esme via All-commits all-commits at lists.llvm.org
Sun Jul 25 19:38:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2eb7e5f0eda72b7989f17827a325035075f6bd3d
      https://github.com/llvm/llvm-project/commit/2eb7e5f0eda72b7989f17827a325035075f6bd3d
  Author: Esme-Yi <esme.yi at ibm.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M llvm/lib/ObjectYAML/XCOFFEmitter.cpp

  Log Message:
  -----------
  [yaml2obj] Do not write the string table if there is no string entry.

Summary: yaml2obj shouldn't create the string table that isn't needed
         - doing so wastes time and disk space.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D106420




More information about the All-commits mailing list