[libcxx-commits] [PATCH] D139270: [libc++] Rename __tuple to __tuple2 to avoid file collision

Sam James via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 9 07:39:04 PST 2022


thesamesam added a comment.

In D139270#3984551 <https://reviews.llvm.org/D139270#3984551>, @tahonermann wrote:

> The core problem is that the install step does not attempt to delete any existing `__tuple` file before attempting to create the `__tuple` directory and copy files. Can we not just add a step to the install target to force that to happen?

That won't help with anything that uses DESTDIR/some staging area before merging to the live filesystem, unfortunately.

Is `__tuple2` acceptable to you if it's only for a single release?


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

https://reviews.llvm.org/D139270



More information about the libcxx-commits mailing list