This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add a new concept of ConfigAction, and use it in the DSL
ClosedPublic

Authored by ldionne on Oct 29 2020, 2:07 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGd085697013b4: [libc++] Add a new concept of ConfigAction, and use it in the DSL
Summary

This will allow adding bare compiler flags through the new
configuration DSL. Previously, this would have required adding
a Lit feature for each such flag.

Diff Detail

Event Timeline

ldionne created this revision.Oct 29 2020, 2:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2020, 2:07 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Oct 29 2020, 2:07 PM
ldionne updated this revision to Diff 301776.Oct 29 2020, 3:40 PM

Fix debug mode param

This revision was not accepted when it landed; it landed in state Needs Review.Oct 30 2020, 6:27 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.