[libcxx-commits] [PATCH] D116957: [libc++] [test] Add a test for proper _Uglification of template parameter names
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 12 13:32:48 PST 2022
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/configs/apple-libc++-shared.cfg.in:16
config.substitutions.append(('%{compile_flags}',
- '-nostdinc++ -isystem %{install}/include/c++/v1 -I %{libcxx}/test/support -include %{libcxx}/test/support/nasty_macros.h'
))
----------------
I *love* these simplifications.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116957/new/
https://reviews.llvm.org/D116957
More information about the libcxx-commits
mailing list