[all-commits] [llvm/llvm-project] b9ff5d: [Orc] Remove unused header from TPC server
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Thu Jan 28 05:22:41 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b9ff5da0c8af3b586d6bee4163e8a65b24d283d9
https://github.com/llvm/llvm-project/commit/b9ff5da0c8af3b586d6bee4163e8a65b24d283d9
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/OrcRPCTPCServer.h
Log Message:
-----------
[Orc] Remove unused header from TPC server
The header would include OrcJIT headers in OrcTargetProcess, which is not desired. All common declarations should be in OrcShared.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D95606
More information about the All-commits
mailing list