[PATCH] D88005: [clang] [MinGW] Add an implicit .exe suffix even when crosscompiling

dmajor via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 25 20:31:22 PDT 2020


dmajor added a comment.

This change broke the configure step of Firefox mingw builds.

The build bot won't give me the full details, so I'll need to set up a local repro next week if needed, but my hunch is that we have some test like `$CC $CFLAGS conftest.c -o conftest` and then check for the existence of `conftest`.

Is that type of pattern an acceptable casualty of this change?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88005/new/

https://reviews.llvm.org/D88005



More information about the cfe-commits mailing list