Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorVy Nguyen <vyng@google.com>2022-05-17 03:36:49 +0300
committerVy Nguyen <vyng@google.com>2022-05-17 03:39:52 +0300
commita997cdc3b798e6294ceb32bcece62abe6276aae1 (patch)
treef17214b5174a76dc023a994c2a2ccd619f47d957 /lld
parent1474880353f12a5a1beb62fc873477a8a2e6afda (diff)
[lld-macho] Temporarily disable test on windows
The metadata seems to be demangled differently
Diffstat (limited to 'lld')
-rw-r--r--lld/test/MachO/demangle.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/MachO/demangle.s b/lld/test/MachO/demangle.s
index 14ebfa12b0f2..b89c1d5a61ff 100644
--- a/lld/test/MachO/demangle.s
+++ b/lld/test/MachO/demangle.s
@@ -1,4 +1,5 @@
# REQUIRES: x86
+# UNSUPPORTED: system-windows
# RUN: rm -rf %t; split-file %s %t