[libcxx-commits] [PATCH] D132324: [RFC] Remove support for building C++ with `LLVM_ENABLE_PROJECTS`

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 20 19:40:27 PDT 2022


phosek accepted this revision.
phosek added a comment.

LGTM



================
Comment at: compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh:103
   LIBCXX_FLAGS="${FLAGS} -Wno-macro-redefined"
   PROJECTS=
   if [[ ! -d $LLVM_SRC/projects/libcxxabi ]] ; then
----------------
I'd consider renaming this to `RUNTIMES`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132324



More information about the libcxx-commits mailing list