Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6e9c14e

Browse files
authored
JIT: move indirect call transformations to a new source file (#21414)
Follow-up from a review comment in #21270.
1 parent d1433bc commit 6e9c14e

File tree

4 files changed

+841
-831
lines changed

4 files changed

+841
-831
lines changed

src/jit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ set( JIT_SOURCES
4040
hashbv.cpp
4141
hwintrinsic.cpp
4242
hostallocator.cpp
43+
indirectcalltransformer.cpp
4344
importer.cpp
4445
inline.cpp
4546
inlinepolicy.cpp

0 commit comments

Comments
 (0)