[PATCH] D138864: Setting the LLVM_TARGET_TRIPLE macro based on the LLVM_DEFAULT_TARGET_TRIPLE
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 12:24:28 PST 2022
probinson added a comment.
I have to say, I'm not really convinced that `LLVM_TARGET_TRIPLE` really means what's mentioned above. It's still about the target, not about the host. CMake conjures up an `LLVM_HOST_TRIPLE` which the lit config files can capture, and that's the running environment for the built tools.
The discussion about the meanings of these things should be taken to Discourse, not buried in a couple of patch reviews, in any case.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138864/new/
https://reviews.llvm.org/D138864
More information about the llvm-commits
mailing list