mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
bfaa7a77d4
We have scenarios when the logic of --elf-hash-histogram/--hash-symbols/--hash-table options might crash when given a broken hash table. This patch adds pre-checks for tables for these 3 options and provides test cases. Differential revision: https://reviews.llvm.org/D77147