[libcxx-commits] [PATCH] D110289: [libc++] Remove unused macro in __config

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 22 14:10:10 PDT 2021


jloser added a comment.

I think it's used in a few places from a quick `git grep`:

  git grep '__MAC_OS_X_VERSION_MIN_REQUIRED'
  clang-tools-extra/clangd/unittests/JSONTransportTests.cpp:#if !(defined(_WIN32) || (defined(__MAC_OS_X_VERSION_MIN_REQUIRED) &&          \
  clang-tools-extra/clangd/unittests/JSONTransportTests.cpp:                          __MAC_OS_X_VERSION_MIN_REQUIRED < 101300))
  llvm/lib/Support/LockFileManager.cpp:#if defined(__APPLE__) && defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && (__MAC_OS_X_VERSION_MIN_REQUIRED > 1050)

Am I missing something?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110289



More information about the libcxx-commits mailing list