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

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 12:40:57 PDT 2024


https://github.com/aeubanks created https://github.com/llvm/llvm-project/pull/113209

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

>From 843002430ba7083e9c9ff4d7e00188a7e4723e85 Mon Sep 17 00:00:00 2001
From: Arthur Eubanks <aeubanks at google.com>
Date: Mon, 21 Oct 2024 17:16:24 +0000
Subject: [PATCH] [lld/Macho][test] Mark objc-category-merging-minimal.s as
 unsupported on Windows

With #112981, the test uses awk, which gnuwin32 doesn't seem to have.
---
 lld/test/MachO/objc-category-merging-minimal.s | 3 +++
 1 file changed, 3 insertions(+)

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