[PATCH] D118577: [ELF] Deduplicate names of local symbols only with -O2

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 11:29:00 PST 2022


MaskRay added a comment.

This .strtab deduplication makes parallel .symtab write difficult. I suspect we may need to disable it entirely in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118577



More information about the llvm-commits mailing list