This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Append hex string of constant value to the end of constant symbol name
Needs ReviewPublic

Authored by lkail on Nov 28 2022, 10:51 PM.

Details

Reviewers
nemanjai
Esme
hubert.reinterpretcast
cebowleratibm
rzurob
shchenz
Group Reviewers
Restricted Project
Summary

Change constant symbol's format to CP<FUNC_NUM>_<CPID> to CP<FUNC_NUM>_<CPID>_<HEX> to improve verbosity. This can make user to identify the constants easier via binary utilities.

Diff Detail

Event Timeline

lkail created this revision.Nov 28 2022, 10:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2022, 10:51 PM
lkail requested review of this revision.Nov 28 2022, 10:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2022, 10:51 PM