[PATCH] D22753: [docs] Adding target status definition
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 08:48:57 PDT 2016
dschuff added a subscriber: dschuff.
================
Comment at: docs/DeveloperPolicy.rst:581
@@ +580,3 @@
+ any of the other targets, or generic code.
+* The target must exist in some form (hardware, emulators) and be easily
+ accessible by the community. Either open source, free, cheap or remote access
----------------
Maybe add "VM or other software implementation" to the list of possible ways a target can exist? "emulator" doesn't quite cover WebAssembly or BPF, for example.
Repository:
rL LLVM
https://reviews.llvm.org/D22753
More information about the llvm-commits
mailing list