[PATCH] D125827: [cmake] Don't try creating an executable when detecting the linker

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 11:34:50 PDT 2022


ldionne added a comment.

Okay, I just managed to try this command on Windows targeting the Android NDK, and the CMake build fails extremely early. However, when I move the check to a different place, it works as intended. In other words, if someone wants to target Android from Windows, it looks like LLVM's not going to cooperate -- however this patch won't make things worse.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125827



More information about the llvm-commits mailing list