NetBSD/external/bsd/libc++
kamil 3aa96d1801 Don't pass -z defs to libc++ with MKSANITIZER=yes
Sanitizers are conflicting with this option:

  When linking shared libraries, the AddressSanitizer run-time is not
  linked, so -Wl,-z,defs may cause link errors (t use it with
  AddressSanitizer).

https://clang.llvm.org/docs/AddressSanitizer.html

  When linking shared libraries, the MemorySanitizer run-time is not
  linked, so -Wl,-z,defs may cause link errors (t use it with
  MemorySanitizer).

https://clang.llvm.org/docs/MemorySanitizer.html

Solution suggested by <christos>
Root cause of breaking libc++ investigated by <Yang Zheng>
2018-06-06 12:02:43 +00:00
..
dist Inline storage size in one place to avoid depending on DCE for removing 2017-08-01 18:08:48 +00:00
include Update set list and build glue for libc++ r245539. 2015-08-20 10:06:20 +00:00
lib Don't pass -z defs to libc++ with MKSANITIZER=yes 2018-06-06 12:02:43 +00:00
Makefile
Makefile.inc
prepare-import.sh Update set list and build glue for libc++ r245539. 2015-08-20 10:06:20 +00:00