[PATCH] D39988: [CMake][runtimes] Don't passthrough prefixes for non-default targets

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 15:52:00 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL318571: [CMake][runtimes] Don't passthrough prefixes for non-default targets (authored by phosek).

Changed prior to commit:
  https://reviews.llvm.org/D39988?vs=123442&id=123443#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39988

Files:
  llvm/trunk/runtimes/CMakeLists.txt


Index: llvm/trunk/runtimes/CMakeLists.txt
===================================================================
--- llvm/trunk/runtimes/CMakeLists.txt
+++ llvm/trunk/runtimes/CMakeLists.txt
@@ -247,7 +247,6 @@
                                         -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
                                         ${${target}_extra_args}
                              TOOLCHAIN_TOOLS clang lld llvm-ar llvm-ranlib
-                             PASSTHROUGH_PREFIXES COMPILER_RT
                              USE_TOOLCHAIN
                              ${EXTRA_ARGS})
   endfunction()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39988.123443.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171117/ac4cb7ec/attachment.bin>


More information about the llvm-commits mailing list