[all-commits] [llvm/llvm-project] 31d41e: [libc++] Add tests for _LIBCPP_HAS_MERGED_TYPEINFO...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu May 7 09:40:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 31d41e38794f3e8e8859ccaabcc1f8d0c40a7a10
      https://github.com/llvm/llvm-project/commit/31d41e38794f3e8e8859ccaabcc1f8d0c40a7a10
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

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

  Log Message:
  -----------
  [libc++] Add tests for _LIBCPP_HAS_MERGED_TYPEINFO_NAMES_DEFAULT

The issue on Apple platforms was fixed in 2464d8135e2a, but this commit
adds some tests to make sure we don't regress.

See https://llvm.org/PR45549.

Differential Revision: https://reviews.llvm.org/D78963




More information about the All-commits mailing list