[PATCH] D74538: [doc] Clarify responsibility for fixing experimental target problems

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 01:54:49 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4e1c49cf4d8b: [doc] Clarify responsibility for fixing experimental target problems (authored by jhenderson).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74538

Files:
  llvm/docs/DeveloperPolicy.rst


Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -570,9 +570,15 @@
 of reasons.
 
 For these reasons, new targets are *always* added as *experimental* until
-they can be proven stable, and later moved to non-experimental. The difference
-between both classes is that experimental targets are not built by default
-(need to be added to -DLLVM_TARGETS_TO_BUILD at CMake time).
+they can be proven stable, and later moved to non-experimental. The differences
+between both classes are:
+
+* Experimental targets are not built by default (they need to be explicitly
+  enabled at CMake time).
+
+* Test failures, bugs, and build breakages that only appear when the
+  experimental target is enabled, caused by changes unrelated to the target, are
+  the responsibility of the community behind the target to fix.
 
 The basic rules for a back-end to be upstreamed in **experimental** mode are:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74538.244592.patch
Type: text/x-patch
Size: 1018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/9bc4325f/attachment.bin>


More information about the llvm-commits mailing list