[libcxx-commits] [PATCH] D138864: Setting the LLVM_TARGET_TRIPLE macro based on the LLVM_DEFAULT_TARGET_TRIPLE
David Tenty via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 12 13:45:05 PST 2022
daltenty added a comment.
I believe @phosek documents the intended semantic here in https://reviews.llvm.org/D137451:
> LLVM_DEFAULT_TARGET_TRIPLE is the default value that's used by tools like clang or llc when you don't explicitly specify --target or --triple. LLVM_TARGET_TRIPLE is the target triple we're building for. LLVM_DEFAULT_TARGET_TRIPLE is used as a the default value for LLVM_TARGET_TRIPLE but they're independent.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138864/new/
https://reviews.llvm.org/D138864
More information about the libcxx-commits
mailing list