[PATCH] D50413: [libunwind][include] Add some missing definitions to <unwind.h>.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 17:28:03 PDT 2018


rnk added a comment.

So, basically, if we have no internal users for these typedefs, there's no reason to clutter up headers that get installed into system header directories everywhere with dead ifdefed out code. Sounds good to me, let's not do it.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50413





More information about the llvm-commits mailing list