Use IMAGE_SYM_CLASS_STATIC like X86.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
CodeGen tests usually go to test/CodeGen/
-filetype=asm is the default output for llc and is usually omitted.
Paths
| Differential D158122
[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 TimelineComment Actions CodeGen tests usually go to test/CodeGen/ -filetype=asm is the default output for llc and is usually omitted. 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 Closed by commit rG3406934e4db4: [MC][COFF][AArch64] Fix the storage class for private linkage symbols. (authored by hjyamauchi). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 550943 llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
llvm/test/CodeGen/AArch64/local-sym-storage-class.ll
llvm/test/CodeGen/X86/local-sym-storage-class.ll
|