[llvm] r364122 - Fix UNSUPPORTED attribute from windows to system-windows.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 18:14:29 PDT 2019


Author: dyung
Date: Fri Jun 21 18:14:29 2019
New Revision: 364122

URL: http://llvm.org/viewvc/llvm-project?rev=364122&view=rev
Log:
Fix UNSUPPORTED attribute from windows to system-windows.

Modified:
    llvm/trunk/test/tools/llvm-lipo/thin-executable-universal-binary.test

Modified: llvm/trunk/test/tools/llvm-lipo/thin-executable-universal-binary.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-lipo/thin-executable-universal-binary.test?rev=364122&r1=364121&r2=364122&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-lipo/thin-executable-universal-binary.test (original)
+++ llvm/trunk/test/tools/llvm-lipo/thin-executable-universal-binary.test Fri Jun 21 18:14:29 2019
@@ -1,5 +1,5 @@
 # Executable testing is not supported on Windows, since all files are considered executable
-# UNSUPPORTED: windows
+# UNSUPPORTED: system-windows
 # RUN: yaml2obj %s > %t-universal.o
 
 # RUN: chmod -x %t-universal.o




More information about the llvm-commits mailing list