[libcxx-commits] [PATCH] D114007: [runtimes] Fix incorrect comment about the purpose of LLVM_DEFAULT_TARGET_TRIPLE
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 13:01:45 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG86d866f2f602: [runtimes] Fix incorrect comment about the purpose of LLVM_DEFAULT_TARGET_TRIPLE (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114007/new/
https://reviews.llvm.org/D114007
Files:
runtimes/CMakeLists.txt
Index: runtimes/CMakeLists.txt
===================================================================
--- runtimes/CMakeLists.txt
+++ runtimes/CMakeLists.txt
@@ -117,7 +117,7 @@
include(GetHostTriple)
get_host_triple(LLVM_HOST_TRIPLE)
set(LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_HOST_TRIPLE}" CACHE STRING
- "Default target for which LLVM will generate code.")
+ "Default target for which the runtimes will be built.")
option(LLVM_INCLUDE_TESTS "Generate build targets for the runtimes unit tests." ON)
option(LLVM_INCLUDE_DOCS "Generate build targets for the runtimes documentation." ON)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114007.387740.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211116/1dc3a24f/attachment.bin>
More information about the libcxx-commits
mailing list