[lld] dca43a1 - [lld/Macho][test] Mark objc-category-merging-minimal.s as unsupported on Windows (#113209)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 12:45:55 PDT 2024


Author: Arthur Eubanks
Date: 2024-10-21T12:45:51-07:00
New Revision: dca43a1c82f1023127343daae487c3a6a8c7e3d4

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

LOG: [lld/Macho][test] Mark objc-category-merging-minimal.s as unsupported on Windows (#113209)

With #112981, the test uses awk, which gnuwin32 doesn't seem to have.

Added: 
    

Modified: 
    lld/test/MachO/objc-category-merging-minimal.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/objc-category-merging-minimal.s b/lld/test/MachO/objc-category-merging-minimal.s
index 88c175333f2629..d4d5933aa5ec80 100644
--- a/lld/test/MachO/objc-category-merging-minimal.s
+++ b/lld/test/MachO/objc-category-merging-minimal.s
@@ -1,4 +1,7 @@
 # REQUIRES: aarch64
+# UNSUPPORTED: system-windows
+#   due to awk usage
+
 # RUN: rm -rf %t; split-file %s %t && cd %t
 
 ############ Test merging multiple categories into a single category ############


        


More information about the llvm-commits mailing list