[all-commits] [llvm/llvm-project] ec15b7: Add 'LLVM_DEFAULT_TARGET_TRIPLE' to the documented...

Dylan McKay via All-commits all-commits at lists.llvm.org
Wed Dec 1 00:39:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec15b7307f54ab5203f3fbf134e0b57deeb2a93f
      https://github.com/llvm/llvm-project/commit/ec15b7307f54ab5203f3fbf134e0b57deeb2a93f
  Author: Dylan McKay <me at dylanmckay.io>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    M llvm/docs/CMake.rst

  Log Message:
  -----------
  Add 'LLVM_DEFAULT_TARGET_TRIPLE' to the documented list of CMake variables

I always forget this variable, and the distinction between
'LLVM_TARGET_ARCH', and this variable is only documented on the 'cross
compiling' page, which I never spot and always end up searching through
the codebase for.

This patch adds the variable to the Sphinx CMake documentation so that
it is easily findable in the official LLVM docs.

Reviewed By: probinson

Differential Revision: https://reviews.llvm.org/D96014




More information about the All-commits mailing list