[PATCH] D47886: Move VersionTuple from clang/Basic to llvm/Support, clang part

Erik Pilkington via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 06:21:45 PDT 2018


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

LGTM. Looks like LLDB has some uses of VersionTuple, you should fix those to #include the LLVM version before removing the header here. (Or, better yet, do it all atomically with the monorepo as @zturner suggested)


Repository:
  rC Clang

https://reviews.llvm.org/D47886





More information about the llvm-commits mailing list