Merge commit f26fc568402f from llvm git (by me):
authorDimitry Andric <dim@FreeBSD.org>
Thu, 3 Sep 2020 18:34:01 +0000 (18:34 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 3 Sep 2020 18:34:01 +0000 (18:34 +0000)
commit031db28b2b2f7a0b367e7fb60e6658e9b4e5ca00
tree3f5b0e3251bf642e8b499935b5cabe4dfda51a1a
parenta2a9ef4beb4e0a988d26d5ba80c7b930fd1414db
Merge commit f26fc568402f from llvm git (by me):

  Eliminate the sizing template parameter N from CoalescingBitVector

  Since the parameter is not used anywhere, and the default size of 16
  apparently causes PR47359, remove it. This ensures that IntervalMap
  will automatically determine the optimal size, using its NodeSizer
  struct.

  Reviewed By: dblaikie

  Differential Revision: https://reviews.llvm.org/D87044

This should fix 'Assertion failed: (Elements + Grow <= Nodes * Capacity
&& "Not enough room for elements"), function distribute, file
/usr/src/contrib/llvm-project/llvm/lib/Support/IntervalMap.cpp, line
123.' when building the x11-toolkits/py-wxPython40 port on a i386 host.

Reported by: zeising
MFC after: 6 weeks
X-MFC-With: r364284
contrib/llvm-project/llvm/include/llvm/ADT/CoalescingBitVector.h