[all-commits] [llvm/llvm-project] e2559e: [clangd] Add platform triple (host & target) to ve...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Jul 27 05:26:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2559e5dc62445a92a9a5344db79f78f735e1e61
https://github.com/llvm/llvm-project/commit/e2559e5dc62445a92a9a5344db79f78f735e1e61
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/Features.cpp
M clang-tools-extra/clangd/Features.h
M clang-tools-extra/clangd/index/remote/Client.cpp
M clang-tools-extra/clangd/tool/ClangdMain.cpp
Log Message:
-----------
[clangd] Add platform triple (host & target) to version info
Useful in logs to understand issues around some platforms we don't have much
experience with (e.g. m1, mingw)
Differential Revision: https://reviews.llvm.org/D105681
More information about the All-commits
mailing list