[all-commits] [llvm/llvm-project] a817f4: [JITLink][ELF] Skip DWARF sections in ELF objects.
lhames via All-commits
all-commits at lists.llvm.org
Sun Jan 17 17:54:18 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a817f46d50c34ea6b798d28bd5fa6a3ee7435497
https://github.com/llvm/llvm-project/commit/a817f46d50c34ea6b798d28bd5fa6a3ee7435497
Author: Lang Hames <lhames at gmail.com>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
A llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s
Log Message:
-----------
[JITLink][ELF] Skip DWARF sections in ELF objects.
This matches current JITLink/MachO behavior and avoids processing currently
unsupported relocations.
More information about the All-commits
mailing list