mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 21:26:49 +00:00

TLS relocations may not have a valid BOLT symbol associated with them. While symbolizing the operand, we were checking for the symbol value, and since there was no symbol the check resulted in a crash. Handle TLS case while performing operand symbolization on AArch64.