[libcxx-commits] [PATCH] D91574: [libc++] Simplify how we pick the typeinfo comparison

Shoaib Meenai via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 17 13:28:24 PST 2020


smeenai added inline comments.


================
Comment at: libcxx/docs/BuildingLibcxx.rst:381
 
-.. option:: LIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION
-
----------------
ldionne wrote:
> smeenai wrote:
> > Do you still wanna be removing this documentation?
> That's a tough one. I kinda do.
> 
> I've been trying to avoid duplicate information in libc++, since that gets out of sync, etc. The set of options documented here does not reflect the real set of options provided in the CMake files, so I thought we might as well just have a single source of truth. For that reason, I tried to beef up the documentation of the option in `libcxx/CMakeLists.txt` itself.
> 
> Do you have an opinion about that?
That makes sense to me; the documentation in the CMakeLists.txt and the header looks good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91574



More information about the libcxx-commits mailing list