[libcxx-commits] [PATCH] D127226: [libc++] Simplify type_traits and use more builtins

Alan Phipps via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 10 16:12:07 PDT 2022


alanphipps added a comment.

Hello! I'm noticing test failures with our downstream Arm compiler that may be related to the changes you're making, but I'm not sure where to begin looking.

I'm seeing the following error:

  ./include/c++/v1/__functional/invoke.h:14:10: fatal error: '__type_traits/add_lvalue_reference.h' file not found
  #include <__type_traits/add_lvalue_reference.h>
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Did something happen to how add_lvalue_reference.h is installed?  Looks like there were changes to the modulemap. Thanks for your help.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127226



More information about the libcxx-commits mailing list