[PATCH] D22245: Review fixes to lit documentation

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 16:30:39 PDT 2016


Prazek created this revision.
Prazek added a reviewer: mehdi_amini.
Prazek added a subscriber: llvm-commits.

http://reviews.llvm.org/D22245

Files:
  docs/TestingGuide.rst
  test/lit.cfg

Index: test/lit.cfg
===================================================================
--- test/lit.cfg
+++ test/lit.cfg
@@ -321,7 +321,6 @@
 ### Features
 
 # Shell execution
-# KEEP IN SYNC WITH FEATURES LIST IN TestingGuide.rst
 if execute_external:
     config.available_features.add('shell')
 
Index: docs/TestingGuide.rst
===================================================================
--- docs/TestingGuide.rst
+++ docs/TestingGuide.rst
@@ -402,38 +402,8 @@
 ``REQUIRES`` means all listed requirements must be satisfied.
 ``REQUIRES-ANY`` means at least one must be satisfied.
 
-List of features that can be used in ``REQUIRES`` and ``REQUIRES-ANY``:
-- asan
-- not_asan
-- asserts
-- can-execute
-- debug_frame
-- default_triple
-- dfsan
-- fma3
-- global-isel
-- ld64_plugin
-- ld_emu_elf32ppc
-- ld_plugin
-- linux
-- loadable_module
-- long_tests
-- lsan
-- msan
-- not_msan
-- native
-- object-emission
-- python-psutil
-- shell
-- system-windows
-- ubsan
-- not_ubsan
-- x86_64-linux
-- xar
-- zlib
-- nozlib
-
-To add new features change lit.cfg in test directory.
+List of features that can be used in ``REQUIRES`` and ``REQUIRES-ANY`` can be
+found in lit.cfg files.
 
 Substitutions
 -------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22245.63610.patch
Type: text/x-patch
Size: 1221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160711/dfa48cd0/attachment.bin>


More information about the llvm-commits mailing list