[libcxx-commits] [PATCH] D107834: [libc++] Remove _LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 10 08:54:48 PDT 2021
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LTGM, provided the build passes. There seem to be issues with GitHub at the moment, so you probably need to restart the build at a later time.
================
Comment at: libcxx/include/__config:548
#if _GNUC_VER >= 700
#define _LIBCPP_COMPILER_HAS_BUILTIN_LAUNDER
----------------
I assume you intend to either remove this `#ifdef` later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107834/new/
https://reviews.llvm.org/D107834
More information about the libcxx-commits
mailing list