[PATCH] D96014: Add 'LLVM_DEFAULT_TARGET_TRIPLE' to the documented list of CMake variables

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 22:54:15 PST 2021


dylanmckay added inline comments.


================
Comment at: llvm/docs/CMake.rst:352
+  It defaults to "host", meaning that it shall pick the architecture
+  of the machine where LLVM is being built. If you are cross-compiling, set it
+  to the target triple of your desired architecture.
----------------
probinson wrote:
> If you are building a cross-compiler, ...
Very good point, I will correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96014



More information about the llvm-commits mailing list