[ExecutionEngine] Support TargetExtType in Interpreter
authorWenju He <wenju.he@intel.com>
Thu, 8 Jun 2023 01:23:52 +0000 (09:23 +0800)
committerBing1 Yu <bing1.yu@intel.com>
Thu, 8 Jun 2023 01:25:08 +0000 (09:25 +0800)
commita6bd2241b86148939db37d4a9427e0f0f876b501
tree3b4d19d32329d8faeab610b16b98af4fcce572a8
parent5fc1ed471dc24691dbb40b7c3431732da2ef96cd
[ExecutionEngine] Support TargetExtType in Interpreter

When llvm Interpreter is used to execute bitcode, it shall be able to handle TargetExtType.

Reviewed By: jcranmer-intel

Differential Revision: https://reviews.llvm.org/D148283
llvm/lib/ExecutionEngine/ExecutionEngine.cpp
llvm/test/ExecutionEngine/test-interp-target-ext-type.ll [new file with mode: 0644]