[libcxx-commits] [PATCH] D138864: Setting the LLVM_TARGET_TRIPLE macro based on the LLVM_DEFAULT_TARGET_TRIPLE
Nicole Rabjohn via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 28 14:17:57 PST 2022
nicolerabjohn updated this revision to Diff 478370.
nicolerabjohn added a comment.
Removing comment to allow for more generic use.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138864/new/
https://reviews.llvm.org/D138864
Files:
llvm/cmake/modules/SetTargetTriple.cmake
Index: llvm/cmake/modules/SetTargetTriple.cmake
===================================================================
--- llvm/cmake/modules/SetTargetTriple.cmake
+++ llvm/cmake/modules/SetTargetTriple.cmake
@@ -1,7 +1,4 @@
-# Common code between the runtimes and LLVM entry point when building libatomic
-# To set LLVM_TARGET_TRIPLE based on the default
-
macro(set_llvm_target_triple)
set(LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE_default}" CACHE STRING
"Default target for which LLVM will generate code." )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138864.478370.patch
Type: text/x-patch
Size: 532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221128/cc9c8fcb/attachment-0001.bin>
More information about the libcxx-commits
mailing list