[PATCH] D58212: Explicitly enable clang-tools-extra for Fuchsia

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 15:35:41 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353993: Explicitly enable clang-tools-extra for Fuchsia (authored by phosek, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D58212?vs=186758&id=186763#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58212/new/

https://reviews.llvm.org/D58212

Files:
  zorg/trunk/zorg/buildbot/builders/FuchsiaBuilder.py


Index: zorg/trunk/zorg/buildbot/builders/FuchsiaBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/FuchsiaBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/FuchsiaBuilder.py
@@ -99,7 +99,7 @@
     # Some options are required for this stage no matter what.
     CmakeCommand.applyRequiredOptions(cmake_options, [
         ("-G",                      "Ninja"),
-        ("-DLLVM_ENABLE_PROJECTS=", "clang;lld"),
+        ("-DLLVM_ENABLE_PROJECTS=", "clang;clang-tools-extra;lld"),
         ("-DLLVM_ENABLE_RUNTIMES=", "compiler-rt;libcxx;libcxxabi;libunwind"),
         ])
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58212.186763.patch
Type: text/x-patch
Size: 638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190213/04a4c238/attachment.bin>


More information about the llvm-commits mailing list