[libcxx-commits] [PATCH] D78963: [libc++] Add tests for _LIBCPP_HAS_MERGED_TYPEINFO_NAMES_DEFAULT

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 27 13:28:44 PDT 2020


ldionne created this revision.
ldionne added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, broadwaylamb, dexonsmith, jkorous.
Herald added a project: libc++.
Herald added a reviewer: libc++.

The issue on Apple platforms was fixed in 2464d8135e2a <https://reviews.llvm.org/rG2464d8135e2a4dbcf821ff254012995c05e20fa0>, but this commit
adds some tests to make sure we don't regress.

See https://llvm.org/PR45549.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78963

Files:
  libcxx/include/__config_site.in
  libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
  libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
  libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78963.260442.patch
Type: text/x-patch
Size: 5764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200427/7677f8c4/attachment.bin>


More information about the libcxx-commits mailing list