diff options
author | Douglas Yung <douglas.yung@sony.com> | 2019-06-22 01:14:29 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2019-06-22 01:14:29 +0000 |
commit | 3df71e053705caf03c96444792728ad65d0e4ac5 (patch) | |
tree | 4b7904e55a5d24ba26fd5fe81514fc8590eacfb9 | |
parent | 4a2a152490673f5e4513e63e4c1166daa463889a (diff) | |
download | bcm5719-llvm-3df71e053705caf03c96444792728ad65d0e4ac5.tar.gz bcm5719-llvm-3df71e053705caf03c96444792728ad65d0e4ac5.zip |
Fix UNSUPPORTED attribute from windows to system-windows.
llvm-svn: 364122
-rw-r--r-- | llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test b/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test index 19c4fbdf627..3992373d9e4 100644 --- a/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test +++ b/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test @@ -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 |