This is an archive of the discontinued LLVM Phabricator instance.

[Driver][DXC] Accept debug flags (/Zi and /Qembed_debug)
ClosedPublic

Authored by bogner on Aug 16 2023, 1:29 PM.

Details

Summary

This adds /Zi handling and explicitly ignores /Qembed_debug, which
should make our command line handling compatible enough with dxc that
we can share logic on compiler explorer.

Diff Detail

Event Timeline

bogner created this revision.Aug 16 2023, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 1:29 PM
Herald added a subscriber: mcrosier. · View Herald Transcript
bogner requested review of this revision.Aug 16 2023, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 1:29 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
beanz accepted this revision.Aug 17 2023, 12:48 PM
This revision is now accepted and ready to land.Aug 17 2023, 12:48 PM
This revision was landed with ongoing or failed builds.Aug 17 2023, 4:19 PM
This revision was automatically updated to reflect the committed changes.