[PATCH] D83999: [CMake][Fuchsia] Include additional tools in the toolchain
    Petr Hosek via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Jul 30 13:08:27 PDT 2020
    
    
  
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3ff7dcded213: [CMake][Fuchsia] Include additional tools in the toolchain (authored by phosek).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83999/new/
https://reviews.llvm.org/D83999
Files:
  clang/cmake/caches/Fuchsia-stage2.cmake
Index: clang/cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- clang/cmake/caches/Fuchsia-stage2.cmake
+++ clang/cmake/caches/Fuchsia-stage2.cmake
@@ -233,14 +233,17 @@
   llvm-ar
   llvm-cov
   llvm-cxxfilt
+  llvm-dlltool
   llvm-dwarfdump
   llvm-dwp
   llvm-gsymutil
   llvm-lib
+  llvm-mt
   llvm-nm
   llvm-objcopy
   llvm-objdump
   llvm-profdata
+  llvm-rc
   llvm-ranlib
   llvm-readelf
   llvm-readobj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83999.282029.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200730/025e45a8/attachment.bin>
    
    
More information about the cfe-commits
mailing list