[PATCH] D53300: Port libcxxabi D52992 into llvm

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 07:26:41 PDT 2018


labath marked an inline comment as done.
labath added inline comments.


================
Comment at: unittests/Demangle/CMakeLists.txt:2
 set(LLVM_LINK_COMPONENTS
   Demangle
 )
----------------
erik.pilkington wrote:
> Don't you have to add Support here now?
I don't *have* to (the BumpPtrAllocator is header-only, so it kinda works), but I should. In fact I did add it already, but then that got lost when I remerged the libc++ patch. I'll update this before comitting.


Repository:
  rL LLVM

https://reviews.llvm.org/D53300





More information about the llvm-commits mailing list