[all-commits] [llvm/llvm-project] 410e0a: [JITLink][COFF] Implement dllimport stubs.

Sunho Kim via All-commits all-commits at lists.llvm.org
Fri Jul 29 00:30:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 410e0aa759ac4ccc6b939e01bf26dba772cc2571
      https://github.com/llvm/llvm-project/commit/410e0aa759ac4ccc6b939e01bf26dba772cc2571
  Author: Sunho Kim <ksunhokim123 at naver.com>
  Date:   2022-07-29 (Fri, 29 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h
    M llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp
    M llvm/test/ExecutionEngine/JITLink/X86/COFF_x86-64_small_pic_relocations.s

  Log Message:
  -----------
  [JITLink][COFF] Implement dllimport stubs.

Implements dllimport stubs using GOT table manager. Benefit of using GOT table manager is that we can just reuse jitlink-check architecture.

Reviewed By: lhames

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




More information about the All-commits mailing list