[all-commits] [llvm/llvm-project] eca990: [ExecutionEngine] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Aug 15 20:33:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eca990702d5676151419655098afb57b22cab600
https://github.com/llvm/llvm-project/commit/eca990702d5676151419655098afb57b22cab600
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
Log Message:
-----------
[ExecutionEngine] Fix a warning
This patch fixes the warning:
llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp:66:11: error: unused
type alias 'Base' [-Werror,-Wunused-local-typedef]
More information about the All-commits
mailing list