[all-commits] [llvm/llvm-project] 733402: [libc++] Always build the dylib with hidden visibi...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Tue Mar 25 07:44:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73340248599db068b7dfb0f316911ebe8b7bb365
      https://github.com/llvm/llvm-project/commit/73340248599db068b7dfb0f316911ebe8b7bb365
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M libcxx/CMakeLists.txt

  Log Message:
  -----------
  [libc++] Always build the dylib with hidden visibility (#131313)

The comment seems to be wrong by now. The only difference this makes for
GCC is that there are fewer private symbols exported from the dylib,
which can't ever be accessed by user code anyways.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list