[all-commits] [llvm/llvm-project] 2464d8: [libc++] Make sure we assume merged typeinfo names...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Apr 22 14:36:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2464d8135e2a4dbcf821ff254012995c05e20fa0
      https://github.com/llvm/llvm-project/commit/2464d8135e2a4dbcf821ff254012995c05e20fa0
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M libcxx/cmake/caches/Apple.cmake

  Log Message:
  -----------
  [libc++] Make sure we assume merged typeinfo names on Apple

The introduction of LIBCXX_HAS_MERGED_TYPEINFO_NAMES_DEFAULT changed
the default from =1 (assuming merged typeinfos) to =0 (not assuming
merged typeinfos) on all platforms where at least one other __config_site
macro is defined.

This commit explicitly enables the assumption of merged typeinfo names
on Apple platform to restore the previous behavior, at least until the
underlying issue has been fixed.




More information about the All-commits mailing list