[all-commits] [llvm/llvm-project] 994748: [NFC] Refactor ThunkInserter to make it available ...
Kristof Beyls via All-commits
all-commits at lists.llvm.org
Thu Jun 11 00:39:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 994748770c3565bcd2c25fcdd0ddb17f6cebab31
https://github.com/llvm/llvm-project/commit/994748770c3565bcd2c25fcdd0ddb17f6cebab31
Author: Kristof Beyls <kristof.beyls at arm.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
A llvm/include/llvm/CodeGen/IndirectThunks.h
M llvm/lib/Target/X86/X86IndirectThunks.cpp
Log Message:
-----------
[NFC] Refactor ThunkInserter to make it available for all targets.
By moving target-independent code from
llvm/lib/Target/X86/X86IndirectThunks.cpp
to
llvm/include/llvm/CodeGen/IndirectThunks.h
Differential Revision: https://reviews.llvm.org/D81401
More information about the All-commits
mailing list