[PATCH] D98861: [CMAKE] Fix cross-compilation build

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 01:41:51 PDT 2021


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

This latest version makes sense to me. A cross compilation without the ability to build tools to run on the host won't be able to run the tests on the host either (because they use the tools that are built). It's only where they can run those tests that we need the error message information.

LGTM, but please wait for others.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98861



More information about the llvm-commits mailing list