MaskRay added a comment. In GCC, a `*-linux*` triple (this applies to musl as well) gets `c_target_objs="${c_target_objs} glibc-c.o"` from `gcc/config.gcc`. `"stdc-predef.h"` is defined in `glibc-c.cc`. There is no `musl-c.cc`. Even if musl does provide `stdc-predef.h` and GCC configured on `*-linux-musl` does include `stdc-predef.h`, this may be an unexpected use.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137043/new/ https://reviews.llvm.org/D137043 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits