This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Define a few Lit features and Parameters with the new DSL
ClosedPublic

Authored by ldionne on Apr 17 2020, 9:51 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Restricted Project
Restricted Project
Commits
rGff4a3ee49ca5: [libc++] Define a few Lit features using the new DSL
Summary

This commit migrates some of the Lit features and command-line parameters
from config.py to the new DSL. This simplifies config.py and is a first
step towards defining all the parameters and features using the DSL
instead of the complex logic in config.py.

Diff Detail

Event Timeline

ldionne created this revision.Apr 17 2020, 9:51 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptApr 17 2020, 9:51 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 260312.Apr 27 2020, 6:57 AM

Rebase on top of master

ldionne updated this revision to Diff 261792.May 4 2020, 5:53 AM

Configure features only, drop parameters from this patch.

ldionne accepted this revision as: Restricted Project, Restricted Project, Restricted Project.May 4 2020, 5:53 AM

I'm going to try landing this to confirm there are no issues with it.

This revision was not accepted when it landed; it landed in state Needs Review.May 4 2020, 6:22 AM
This revision was automatically updated to reflect the committed changes.