[llvm] [doc] Add special case for unsupported test (PR #78858)
    Saleem Abdulrasool via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 23 07:05:33 PST 2024
    
    
  
================
@@ -568,7 +568,8 @@ list of boolean expressions. The values in each expression may be:
 | ``UNSUPPORTED`` disables the test if any expression is true.
 | ``XFAIL`` expects the test to fail if any expression is true.
 
-As a special case, ``XFAIL: *`` is expected to fail everywhere.
+As a special case, ``XFAIL: *`` is expected to fail everywhere. Similarly,
+``UNSUPPORTED: target={{.*}}`` will disable the test everywhere.
----------------
compnerd wrote:
I like that suggestion @jh7370 
https://github.com/llvm/llvm-project/pull/78858
    
    
More information about the llvm-commits
mailing list