[lld] [lld/Macho][test] Mark objc-category-merging-minimal.s as unsupported on Windows (PR #113209)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 12:41:32 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lld-macho
Author: Arthur Eubanks (aeubanks)
<details>
<summary>Changes</summary>
With #<!-- -->112981, the test uses awk, which gnuwin32 doesn't seem to have.
---
Full diff: https://github.com/llvm/llvm-project/pull/113209.diff
1 Files Affected:
- (modified) lld/test/MachO/objc-category-merging-minimal.s (+3)
``````````diff
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 ############
``````````
</details>
https://github.com/llvm/llvm-project/pull/113209
More information about the llvm-commits
mailing list