[ExecutionEngine] Fix a warning
authorKazu Hirata <kazu@google.com>
Tue, 16 Aug 2022 03:33:10 +0000 (20:33 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 16 Aug 2022 03:33:10 +0000 (20:33 -0700)
commiteca990702d5676151419655098afb57b22cab600
treedd52ca1ec8d84f1c2c05071e26e081ecc4c02b31
parentd8d331bc97103b6e191b96189166fefc6be54148
[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]
llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp