access-softek / llvm-project

Other
0 stars 0 forks source link

[AArch64][ELF][PAC] Do not emit *.ptrauth pseudo-symbols in assembly #56

Closed kovdan01 closed 10 months ago

kovdan01 commented 10 months ago

Pseudo-symbols with *.ptrauth names only make sense in IR and should not be used in resulting assembly code. We must avoid usage of those.

Implemented in 8b4f9c12961c4d557e396263e2f1dc93389ee6d7.