[all-commits] [llvm/llvm-project] 340693: [MC][COFF][AArch64] Fix the storage class for priv...

Hiroshi Yamauchi via All-commits all-commits at lists.llvm.org
Thu Aug 17 13:59:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3406934e4db4bf95c230db072608ed062c13ad5b
      https://github.com/llvm/llvm-project/commit/3406934e4db4bf95c230db072608ed062c13ad5b
  Author: Hiroshi Yamauchi <hjyamauchi at gmail.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    A llvm/test/CodeGen/AArch64/local-sym-storage-class.ll
    A llvm/test/CodeGen/X86/local-sym-storage-class.ll

  Log Message:
  -----------
  [MC][COFF][AArch64] Fix the storage class for private linkage symbols.

Use IMAGE_SYM_CLASS_STATIC like X86.

Differential Revision: https://reviews.llvm.org/D158122




More information about the All-commits mailing list