[libcxx-commits] [PATCH] D137451: [CMake] Use LLVM_TARGET_TRIPLE in runtimes
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 4 11:25:35 PDT 2022
phosek created this revision.
phosek added reviewers: mstorsjo, mgorny, ldionne, smeenai.
Herald added projects: libunwind, libc-project, All.
Herald added subscribers: libc-commits, libcxx-commits.
Herald added a reviewer: libunwind.
phosek requested review of this revision.
Herald added projects: libc++, libc++abi, LLVM.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
Herald added a subscriber: llvm-commits.
This variable is derived from LLVM_DEFAULT_TARGET_TRIPLE by default,
but using a separate variable allows additional normalization to be
performed if needed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137451
Files:
libc/lib/CMakeLists.txt
libcxx/CMakeLists.txt
libcxxabi/CMakeLists.txt
libunwind/CMakeLists.txt
llvm/cmake/modules/LLVMExternalProjectUtils.cmake
llvm/runtimes/CMakeLists.txt
runtimes/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137451.473299.patch
Type: text/x-patch
Size: 6087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221104/a4b45822/attachment.bin>
More information about the libcxx-commits
mailing list