OSDN Git Service

[JITLink][ELF] Skip DWARF sections in ELF objects.
authorLang Hames <lhames@gmail.com>
Mon, 18 Jan 2021 00:39:32 +0000 (11:39 +1100)
committerLang Hames <lhames@gmail.com>
Mon, 18 Jan 2021 01:42:48 +0000 (12:42 +1100)
commita817f46d50c34ea6b798d28bd5fa6a3ee7435497
tree2c2bdf47dfafa384274d23a2f6cef3b8f8255070
parentb74ae43c44b1c954508149409d3cfe6477be4079
[JITLink][ELF] Skip DWARF sections in ELF objects.

This matches current JITLink/MachO behavior and avoids processing currently
unsupported relocations.
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s [new file with mode: 0644]