[all-commits] [llvm/llvm-project] 01baed: [JITLink][ELF] Handle BSS sections, improve some e...

lhames via All-commits all-commits at lists.llvm.org
Mon Oct 5 21:36:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 01baeda7ca6645f5d8455733b110c89203a61ccf
      https://github.com/llvm/llvm-project/commit/01baeda7ca6645f5d8455733b110c89203a61ccf
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/test/ExecutionEngine/JITLink/X86/ELF_x86-64_relocations.s

  Log Message:
  -----------
  [JITLink][ELF] Handle BSS sections, improve some error messages.

This patch enables basic BSS section handling, and improves a couple of error
messages in the ELF section parsing code.

Patch by Christian Schafmeister. Thanks Christian!

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




More information about the All-commits mailing list