This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Refactor ThunkInserter to make it available for all targets.
ClosedPublic

Authored by kristof.beyls on Jun 8 2020, 8:12 AM.

Details

Summary

By moving target-independent code from
llvm/lib/Target/X86/X86IndirectThunks.cpp
to
llvm/include/llvm/CodeGen/IndirectThunks.h

Diff Detail