[PATCH] D50875: Move lib/Demangle under lib/Support. No functionality change intended.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 16:16:57 PDT 2018
zturner added a comment.
If the licensing issue is that libc++abi can't include code from Support, then it also can't include `Compiler.h`. So I feel like this code move is just a bandaid instead of a proper solution. Can we use dependency injection or something to get some hooks into the demangler that allow you to customize the behavior from Clang / LLVM, as described in https://reviews.llvm.org/D50828?
Repository:
rL LLVM
https://reviews.llvm.org/D50875
More information about the llvm-commits
mailing list