summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF/strtab-optimize.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objcopy] - Calculate the string table section sizes correctly.George Rimar2019-03-181-0/+21
This fixes the https://bugs.llvm.org/show_bug.cgi?id=40980. Previously if string optimization occurred as a result of StringTableBuilder's finalize() method, the size wasn't updated. This hopefully also makes the interaction between sections during finalization processes a bit more clear. Differential revision: https://reviews.llvm.org/D59488 llvm-svn: 356371
OpenPOWER on IntegriCloud