This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add platform triple (host & target) to version info
ClosedPublic

Authored by sammccall on Jul 9 2021, 1:26 AM.

Details

Summary

Useful in logs to understand issues around some platforms we don't have much
experience with (e.g. m1, mingw)

Diff Detail

Event Timeline

sammccall created this revision.Jul 9 2021, 1:26 AM
sammccall requested review of this revision.Jul 9 2021, 1:26 AM
kadircet accepted this revision.Jul 9 2021, 12:02 PM

thanks! only printing the target when they differ makes a lot of sense! LGTM

This revision is now accepted and ready to land.Jul 9 2021, 12:02 PM
This revision was landed with ongoing or failed builds.Jul 27 2021, 5:27 AM
This revision was automatically updated to reflect the committed changes.