[libc-commits] [libc] [libc]: Add -Wextra for libc tests (PR #133643)

Vinay Deshmukh via libc-commits libc-commits at lists.llvm.org
Mon Apr 14 04:14:00 PDT 2025


vinay-deshmukh wrote:

The overlay build when done in Debug mode is passing for me, so unable to reproduce this CI failure locally. The CI seems to be doing a full build which is not supported on Macbook m1.

Is there a way to 'disable' the `fenv`-related code in CmakeLists.txt when doing a full build? (that seems to the section of code that doesn't build on macos, due to these apple specific macros/enum members detailed here: https://github.com/llvm/llvm-project/issues/113790 )


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


More information about the libc-commits mailing list