[PATCH] D102964: [lld-macho] Implement cstring merging / deduplication

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 20:54:02 PDT 2021


int3 updated this revision to Diff 347171.
int3 added a comment.

remove FIXME


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102964/new/

https://reviews.llvm.org/D102964

Files:
  lld/MachO/CMakeLists.txt
  lld/MachO/ConcatOutputSection.cpp
  lld/MachO/ConcatOutputSection.h
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/MachO/InputSection.cpp
  lld/MachO/InputSection.h
  lld/MachO/MergedOutputSection.cpp
  lld/MachO/MergedOutputSection.h
  lld/MachO/Options.td
  lld/MachO/OutputSection.h
  lld/MachO/OutputSegment.cpp
  lld/MachO/OutputSegment.h
  lld/MachO/Symbols.cpp
  lld/MachO/SyntheticSections.cpp
  lld/MachO/SyntheticSections.h
  lld/MachO/UnwindInfoSection.cpp
  lld/MachO/UnwindInfoSection.h
  lld/MachO/Writer.cpp
  lld/test/MachO/cstring-merging.s
  lld/test/MachO/invalid/cstring-merging.s
  lld/test/MachO/invalid/reserved-section-name.s
  lld/test/MachO/load-command-sequence.s
  lld/test/MachO/section-order.s
  lld/test/MachO/subsections-section-relocs.s
  lld/test/MachO/weak-binding.s
  lld/test/MachO/x86-64-relocs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102964.347171.patch
Type: text/x-patch
Size: 53764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210522/4523b60b/attachment-0001.bin>


More information about the llvm-commits mailing list