[docs] Prefer setting LLVM_HOST_TRIPLE instead of LLVM_DEFAULT_TARGET_TRIPLE and LLVM_TARGET_ARCH
Setting LLVM_HOST_TRIPLE propagates the information to a few more places than if only setting LLVM_TARGET_ARCH and LLVM_DEFAULT_TARGET_TRIPLE, while both of those settings get their defaults implied from LLVM_HOST_TRIPLE if they're not overridden. Differential Revision: https://reviews.llvm.org/D142404
Loading
Please sign in to comment