[libc-commits] [PATCH] D142108: [libc][NFC] Detect host CPU features using try_compile instead of try_run.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jan 20 08:07:50 PST 2023
sivachandra added a comment.
In D142108#4068362 <https://reviews.llvm.org/D142108#4068362>, @gchatelet wrote:
>> I think the explicit listing is probably a better approach. As this get more complicated, the CMake scripting will get more complicated. I prefer simpler CMake scripting over increased verbosity/repetitiveness.
>
> I fail to understand this comment. The first part seems to suggest to keep the patch as-is but AFAIU the second part suggests to use CMake scripting.
No, the second part is kind of reasoning out why I prefer keeping the patch as is - to keep the CMake scripting simpler.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142108/new/
https://reviews.llvm.org/D142108
More information about the libc-commits
mailing list