[Lldb-commits] [PATCH] D74859: [lldb] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 20 09:43:20 PST 2020


JDevlieghere accepted this revision.
JDevlieghere added a comment.

In D74859#1884159 <https://reviews.llvm.org/D74859#1884159>, @labath wrote:

> > Aside: I'm not sure we really need all the different versions since we've moved to the monorepo layout -- I don't think anyone is using different llvm/clang/lldb revisions, are they?
>
> The standalone build of lldb (and clang) still works, and there are people that use it (some distros build their packages this way, and it's the "official" build method in the swift fork afaik). So, in theory one could build lldb+clang+llvm from three different revisions (but I hope noone actually does that).


Yup, Swift uses the standalone build.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74859/new/

https://reviews.llvm.org/D74859





More information about the lldb-commits mailing list