[all-commits] [llvm/llvm-project] aef75a: [JITLink][COFF] Implement IMAGE_SYM_CLASS_LABEL.

Sunho Kim via All-commits all-commits at lists.llvm.org
Mon Jul 25 07:23:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aef75aec3875369e625d153e5a1d65698adb92bc
      https://github.com/llvm/llvm-project/commit/aef75aec3875369e625d153e5a1d65698adb92bc
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
    A llvm/test/ExecutionEngine/JITLink/X86/COFF_label.test

  Log Message:
  -----------
  [JITLink][COFF] Implement IMAGE_SYM_CLASS_LABEL.
AcceptedPublic
Implements IMAGE_SYM_CLASS_LABEL. It's simply a section + offset. This is not used a lot by llvm mc but very commonly used by MSVC compiler.

Reviewed By: sgraenitz

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




More information about the All-commits mailing list