[all-commits] [llvm/llvm-project] 9fc0aa: [JITLink][ELF] Log enum name of unsupported reloca...

Sunho Kim via All-commits all-commits at lists.llvm.org
Wed Jun 15 07:26:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9fc0aa45e3312944431ba7e1ca0cec99c613992b
      https://github.com/llvm/llvm-project/commit/9fc0aa45e3312944431ba7e1ca0cec99c613992b
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp

  Log Message:
  -----------
  [JITLink][ELF] Log enum name of unsupported relocation type.

Logs enum name of unsupported relocation type. This also changes elf/x86 to use common util function (getELFRelocationTypeName) inside llvm object module.

Reviewed By: lhames

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




More information about the All-commits mailing list