This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] Add XMC_UL in the enum entry of CsectStorageMapping class
AbandonedPublic

Authored by NeHuang on Mar 22 2021, 10:17 AM.

Details

Summary

Add XMC_UL in the enum entry of CsectStorageMapping class to print the string while reading the symbol properties for TLS variables.

Diff Detail

Event Timeline

NeHuang created this revision.Mar 22 2021, 10:17 AM
NeHuang requested review of this revision.Mar 22 2021, 10:17 AM
NeHuang edited the summary of this revision. (Show Details)Mar 22 2021, 10:29 AM
This revision is now accepted and ready to land.Mar 22 2021, 10:29 AM
NeHuang abandoned this revision.Mar 22 2021, 10:36 AM

Thanks Digger! I will integrate the fix to D98946 with test cases added and abandon this one