This is an archive of the discontinued LLVM Phabricator instance.

[llvm] [lit] Move %clang_dxc substitution from clang/test
ClosedPublic

Authored by mgorny on Sep 29 2022, 4:10 AM.

Details

Summary

Move the %clang_dxc substitution from local definition in clang/test
to lit's llvm/config.py module where all other driver definitions
are found. This improves consistency and makes it easier to control
global clang options.

Diff Detail

Event Timeline

mgorny created this revision.Sep 29 2022, 4:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 4:10 AM
mgorny requested review of this revision.Sep 29 2022, 4:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 4:10 AM
python3kgae accepted this revision.Sep 29 2022, 7:53 AM

LGTM.
Thanks for the fix.

This revision is now accepted and ready to land.Sep 29 2022, 7:53 AM
This revision was landed with ongoing or failed builds.Sep 29 2022, 12:00 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 12:00 PM