[PATCH] D74538: [doc] Clarify responsibility for fixing experimental target problems
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb 13 11:47:16 PST 2020
    
    
  
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/docs/DeveloperPolicy.rst:576
+
+* Experimental targets are not built by default (need to be added to
+  -DLLVM_TARGETS_TO_BUILD at CMake time).
----------------
This cmake variable is `LLVM_EXPERIMENTAL_TARGETS_TO_BUILD`
For example, to enable all currently experimental targets:
`-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD='ARC;AVR;VE'`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74538/new/
https://reviews.llvm.org/D74538
    
    
More information about the llvm-commits
mailing list