[PATCH] D22172: Added REQUIRES to TestingGuide documentation
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 17:18:47 PDT 2016
mehdi_amini added inline comments.
================
Comment at: llvm/trunk/docs/TestingGuide.rst:406-434
@@ +405,31 @@
+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
+
----------------
MatzeB wrote:
> Should we really list all of them here? I see this list getting out of date quickly as it is not obvious to people changing lit.cfg that this list exists here. I'd recommend to only refer to lit.cfg and maybe mention 1 or 2 examples...
Agree.
Repository:
rL LLVM
http://reviews.llvm.org/D22172
More information about the llvm-commits
mailing list