[libc-commits] [libc] [libc][NFC] modularize malloc (PR #119259)

via libc-commits libc-commits at lists.llvm.org
Mon Dec 9 15:24:54 PST 2024


https://github.com/lntue commented:

I don't think you need to introduce an adhoc way to fix target name.  Since you already refactoring all the choices to their own folder, in the allocator's cmake, you can `add_subdirectory` and alias `libc.src.stdlib.*` to `libc.src.stdlib.allocator.<option>.*` based on the option.

https://github.com/llvm/llvm-project/pull/119259


More information about the libc-commits mailing list