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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 19 23:19:14 PST 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

> 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).


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