This is an archive of the discontinued LLVM Phabricator instance.

[Orc] Remove unused header from TPC server
ClosedPublic

Authored by sgraenitz on Jan 28 2021, 3:20 AM.

Details

Summary

The header would include OrcJIT headers in OrcTargetProcess, which is not desired. All common declarations should be in OrcShared.

Diff Detail

Event Timeline

sgraenitz requested review of this revision.Jan 28 2021, 3:20 AM
sgraenitz created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2021, 3:20 AM
lhames accepted this revision.Jan 28 2021, 3:23 AM

Nice catch -- thanks Stefan!

This revision is now accepted and ready to land.Jan 28 2021, 3:23 AM
This revision was landed with ongoing or failed builds.Jan 28 2021, 5:17 AM
This revision was automatically updated to reflect the committed changes.