[all-commits] [llvm/llvm-project] e3ee6b: [JITLink][i386] Make ELFLinkGraphBuilder_i386 a re...
Lang Hames via All-commits
all-commits at lists.llvm.org
Wed May 7 02:31:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3ee6bbd384ef4c583b9f7bca4253ae0fba90a70
https://github.com/llvm/llvm-project/commit/e3ee6bbd384ef4c583b9f7bca4253ae0fba90a70
Author: Lang Hames <lhames at gmail.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
Log Message:
-----------
[JITLink][i386] Make ELFLinkGraphBuilder_i386 a regular (non-template) class.
The ELF type for i386 is always ELF32LE so we can pass ELF32LE directly to the
base class template (ELFLinkGraphBuilder).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list