mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
31e0221415
This patch helps add support for emitting the .debug_gnu_pubnames and .debug_gnu_pubtypes sections. The .debug_gnu_pub* sections is verified by llvm-dwarfdump. Known issues: - Doesn't support emitting multiple pub-tables. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D82367