This is an archive of the discontinued LLVM Phabricator instance.

Add stub DirectX backend
ClosedPublic

Authored by beanz on Mar 19 2022, 1:24 PM.

Details

Summary

This is the bare minimum needed to get the DirectX target compiling,
but does not actually do anything.

Diff Detail

Event Timeline

beanz created this revision.Mar 19 2022, 1:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2022, 1:24 PM
beanz requested review of this revision.Mar 19 2022, 1:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2022, 1:24 PM
pete accepted this revision.Mar 19 2022, 8:06 PM

LGTM

This revision is now accepted and ready to land.Mar 19 2022, 8:06 PM
arsenm accepted this revision.Mar 20 2022, 5:31 AM
arsenm added a subscriber: arsenm.
arsenm added inline comments.
llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
44

Dead return

51

Dead return

rnk accepted this revision.Mar 23 2022, 3:57 PM
jaebaek accepted this revision.Mar 25 2022, 1:38 PM
This revision was automatically updated to reflect the committed changes.