llvm-project
e4cbb778 - [BOLT][AArch64] Fix symbolization of unoptimized TLS access (#134332)

Commit
182 days ago
[BOLT][AArch64] Fix symbolization of unoptimized TLS access (#134332) 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.
Author
Parents
Loading