[all-commits] [llvm/llvm-project] 73600b: Revert "[JITLink] Introduce ELF/i386 backend suppo...

Kshitij Jain via All-commits all-commits at lists.llvm.org
Mon Aug 15 18:45:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73600b7c8a399d34b977c90a5aaa760add4d93c5
      https://github.com/llvm/llvm-project/commit/73600b7c8a399d34b977c90a5aaa760add4d93c5
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
    R llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h
    R llvm/include/llvm/ExecutionEngine/JITLink/i386.h
    M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
    M llvm/lib/ExecutionEngine/JITLink/ELF.cpp
    R llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
    R llvm/lib/ExecutionEngine/JITLink/i386.cpp
    R llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_minimal.s
    R llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg

  Log Message:
  -----------
  Revert "[JITLink] Introduce ELF/i386 backend support for JITLink."

This reverts commit 5f300397c6ae8fa7ca3547ec2b7a3cd844f3ed59.

No functional issues, I just failed to correctly set authorship on the patch.


  Commit: 29fe204b4e87dcd78bebd40df512e8017dffea8f
      https://github.com/llvm/llvm-project/commit/29fe204b4e87dcd78bebd40df512e8017dffea8f
  Author: Kshitij Jain <jkshtj at outlook.com>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
    A llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h
    A llvm/include/llvm/ExecutionEngine/JITLink/i386.h
    M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
    M llvm/lib/ExecutionEngine/JITLink/ELF.cpp
    A llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
    A llvm/lib/ExecutionEngine/JITLink/i386.cpp
    A llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_minimal.s
    A llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg

  Log Message:
  -----------
  Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship.

I (lhames) accidentally pushed 5f300397c6ae8fa7ca3547ec2b7a3cd844f3ed59 on
Kshitij Jain's behalf without updating the patch author first (my apologies
Kshitij!).

Re-applying with correct authorship.

https://reviews.llvm.org/D131347


Compare: https://github.com/llvm/llvm-project/compare/f09f4b73fca3...29fe204b4e87


More information about the All-commits mailing list