This is an archive of the discontinued LLVM Phabricator instance.

[MC][COFF][AArch64] Fix the storage class for private linkage symbols.
ClosedPublic

Authored by hjyamauchi on Aug 16 2023, 2:45 PM.

Details

Summary

Use IMAGE_SYM_CLASS_STATIC like X86.

Diff Detail

Event Timeline

hjyamauchi created this revision.Aug 16 2023, 2:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 2:45 PM
hjyamauchi requested review of this revision.Aug 16 2023, 2:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 2:45 PM

CodeGen tests usually go to test/CodeGen/

-filetype=asm is the default output for llc and is usually omitted.

Moved the test to test/CodeGen and removed the -filetype=asm flag.

PTAL.

compnerd accepted this revision.Aug 17 2023, 7:12 AM

Thank you for fixing this!

This revision is now accepted and ready to land.Aug 17 2023, 7:12 AM
This revision was landed with ongoing or failed builds.Aug 17 2023, 1:58 PM
This revision was automatically updated to reflect the committed changes.