[libcxx-commits] [PATCH] D57455: [libunwind] Provide inline placement new definition

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 30 08:47:58 PST 2019


phosek added a comment.

This was reported by @mgorny since r352553 broke <http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/18504/steps/ninja%20build%20local/logs/stdio> NetBSD bots. I've confirmed this locally. Alternatively we could wrap the declaration in the `#ifdef __clang__` black and provide definition in the else case if that's preferred.


Repository:
  rUNW libunwind

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57455/new/

https://reviews.llvm.org/D57455





More information about the libcxx-commits mailing list