[PATCH] D25996: [compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCH

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 10:02:56 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL288681: [compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCH (authored by kuba.brecka).

Changed prior to commit:
  https://reviews.llvm.org/D25996?vs=75909&id=80286#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25996

Files:
  compiler-rt/trunk/cmake/config-ix.cmake


Index: compiler-rt/trunk/cmake/config-ix.cmake
===================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake
+++ compiler-rt/trunk/cmake/config-ix.cmake
@@ -424,6 +424,7 @@
 
 find_program(GOLD_EXECUTABLE NAMES ${LLVM_DEFAULT_TARGET_TRIPLE}-ld.gold ld.gold ${LLVM_DEFAULT_TARGET_TRIPLE}-ld ld DOC "The gold linker")
 
+list(REMOVE_DUPLICATES COMPILER_RT_SUPPORTED_ARCH)
 message(STATUS "Compiler-RT supported architectures: ${COMPILER_RT_SUPPORTED_ARCH}")
 
 if(ANDROID)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25996.80286.patch
Type: text/x-patch
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161205/1086f8d4/attachment.bin>


More information about the llvm-commits mailing list