[libc-commits] [libc] [libc] Clean up copt naming (PR #136274)
Mohamed Emad via libc-commits
libc-commits at lists.llvm.org
Fri Apr 25 14:58:28 PDT 2025
hulxv wrote:
> Thanks for picking this up. My intent was for the variables in cmake to still have the `LIBC_CONF` prefix, what I wanted cleaned up was the actual C flags to be updated. As an example, instead of `LIBC_QSORT_IMPL` it should be `LIBC_COPT_QSORT_IMPL`. That C option would be controlled by the cmake variable `LIBC_CONF_QSORT_IMPL`.
What's the correct approach then? Should I discard my changes or what?
https://github.com/llvm/llvm-project/pull/136274
More information about the libc-commits
mailing list