[PATCH] D131051: [CMake] Fix runtimes cross-compilation when using LLVM_USE_LINKER

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 12:05:00 PDT 2023


thevinster added a comment.

This might've been an oversight on my end. I think the choice to use the host linker to build for a target was to retain the previous behavior as close as possible while allowing the ability to override. Your situation seems to contradict this scenario unless you override specifically on the command line, which I can agree might not be desirable. Feel free to remove the default as long as existing builds all pass.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131051



More information about the llvm-commits mailing list