[clang] [Multilib] Custom flags YAML parsing (PR #110657)
Victor Campos via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 14 06:04:57 PST 2025
vhscampos wrote:
I've reverted this patch because apparently Clang driver does not meld well with `std::shared_ptr`: memory leaks due to custom allocators I think. Thus I've redone the part to use raw pointers instead: https://github.com/llvm/llvm-project/pull/122903
https://github.com/llvm/llvm-project/pull/110657
More information about the cfe-commits
mailing list