This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Serialize Lit parameters to make them available to from-scratch configs
ClosedPublic

Authored by ldionne on Jun 28 2021, 12:05 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Restricted Project
Commits
rG58a230455bbc: [libc++] Serialize Lit parameters to make them available to from-scratch configs
Summary

Before this patch, Lit parameters that were set as a result of CMake
options were not made available to from-scratch configs. This patch
serializes those parameters into the generated lit config file so that
they are available to all configs.

Diff Detail

Event Timeline

ldionne created this revision.Jun 28 2021, 12:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2021, 12:05 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Jun 28 2021, 12:05 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 28 2021, 12:05 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 29 2021, 7:20 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 29 2021, 7:51 AM
This revision was automatically updated to reflect the committed changes.