arphaman added a comment.

+1, Apple's clang has an `#ifdef 0` around this code.



================
Comment at: clang/lib/Basic/Version.cpp:143
   llvm::raw_string_ostream OS(buf);
 #ifdef CLANG_VENDOR
   OS << CLANG_VENDOR;
----------------
This use of `CLANG_VENDOR` should be removed as well presumably.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69925



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to