mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
e15d2a3087
This creates `strtab-implicit-sections.yaml` and merges 2 `strtab-implicit-sections*` tests into it. I've also added a few tests for `.shstrtab` section related to section flags. With that we have a single place where we can test implicit string table sections and the `.shstrtab` section in particular. Differential revision: https://reviews.llvm.org/D90372