[lld] 79a9fe6 - [test] Mark uuid.s as unsupported on Windows

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 15:33:38 PDT 2022


Author: Arthur Eubanks
Date: 2022-04-01T15:32:51-07:00
New Revision: 79a9fe6c8afeff727ac60e6c7abe24f02df5a9a4

URL: https://github.com/llvm/llvm-project/commit/79a9fe6c8afeff727ac60e6c7abe24f02df5a9a4
DIFF: https://github.com/llvm/llvm-project/commit/79a9fe6c8afeff727ac60e6c7abe24f02df5a9a4.diff

LOG: [test] Mark uuid.s as unsupported on Windows

For systems using gnuwin32, awk does not exist.

Added: 
    

Modified: 
    lld/test/MachO/uuid.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/uuid.s b/lld/test/MachO/uuid.s
index ff38f4bda524c..2382939eaf6ec 100644
--- a/lld/test/MachO/uuid.s
+++ b/lld/test/MachO/uuid.s
@@ -1,4 +1,5 @@
 # REQUIRES: x86
+# UNSUPPORTED: system-windows
 # RUN: rm -rf %t && mkdir -p %t
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o
 # RUN: %lld -lSystem %t/test.o -o %t/a


        


More information about the llvm-commits mailing list