[PATCH] D69925: remove redundant LLVM version from version string when setting CLANG_VENDOR

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 12:50:29 PST 2019


nickdesaulniers added a comment.

Just grabbed a version string off a MBP:

  $ clang --version
  Apple LLVM version 10.0.1 (clang-1001.0.46.4)
  Target: x86_64-apple-darwin18.7.0
  Thread model: posix
  InstalledDir: /Library/Developer/CommandLineTools/usr/bin

So it looks like the Apple distribution has a quite different implementation of this method.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69925





More information about the cfe-commits mailing list