[PATCH] D50875: Move lib/Demangle under lib/Support. No functionality change intended.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 19:02:57 PDT 2018


rsmith added a comment.

I'm putting this on hold for now.

After https://reviews.llvm.org/D50930 lands, we can consider moving the LLVM-specific demangling pieces to Support/ so that Demangle/ is an LLVM-independent component from which a demangler can trivially be constructed. Then we can have Demangle/ be identical across in LLVM and libc++.


Repository:
  rL LLVM

https://reviews.llvm.org/D50875





More information about the llvm-commits mailing list