[PATCH] D22172: Added REQUIRES to TestingGuide documentation

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 15:40:52 PDT 2016


Prazek marked 4 inline comments as done.

================
Comment at: docs/TestingGuide.rst:429
@@ -390,1 +428,3 @@
+- global-isel
+- xar
 
----------------
probinson wrote:
> Please sort the list alphabetically.  If you prefer to keep the "not" versions with the positive versions, that's fine.
> 
> Just curious, what is 'xar'?
no idea, but it comes from test/lit.cfg


if config.have_libxar:
    config.available_features.add('xar')

so I guess libxar something


http://reviews.llvm.org/D22172





More information about the llvm-commits mailing list