This is an archive of the discontinued LLVM Phabricator instance.

[clang-repl] Build and install clang-repl by default
ClosedPublic

Authored by v.g.vassilev on Jul 26 2021, 11:18 AM.

Details

Summary

We have the basic infrastructure in place. We can recover from simple errors (recovering from errors in template instantiations is not yet supported). It looks like we are in a reasonably functional state for llvm13.

Diff Detail

Event Timeline

v.g.vassilev created this revision.Jul 26 2021, 11:18 AM
v.g.vassilev requested review of this revision.Jul 26 2021, 11:18 AM
teemperor accepted this revision.Jul 26 2021, 12:00 PM

I think my concerns from D96033 are all addressed by now, so this LGTM. Thanks!

This revision is now accepted and ready to land.Jul 26 2021, 12:00 PM
This revision was landed with ongoing or failed builds.Jul 27 2021, 7:10 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2021, 7:10 AM

Maybe add this to the release notes of clang 13 or 14?